| |
@@ -91,7 +91,7 @@
|
| |
f_log "Source to upload : ${file} "
|
| |
f_log "Hash parameter : ${hash_parameter}"
|
| |
f_log "Package name: $pkgname"
|
| |
- f_log "sha1sum: ${checksum}"
|
| |
+ f_log "${hash_parameter}sum: ${checksum}"
|
| |
f_log " ====== Trying to upload ======="
|
| |
echo ""
|
| |
|
| |
Instead of calling the checksum the 'sha1sum', actually report the
hash parameter used
Signed-off-by: Michel Alexandre Salim salimma@centosproject.org