mirror of
https://git.centos.org/centos-git-common.git
synced 2025-02-23 08:12:56 +00:00
lookaside_upload_sig: fix checksum reporting
Instead of calling the checksum the 'sha1sum', actually report the hash parameter used Signed-off-by: Michel Alexandre Salim <salimma@centosproject.org>
This commit is contained in:
parent
ff65ce6b4a
commit
ff25e84718
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ f_log "URL : $lookaside_baseurl"
|
||||||
f_log "Source to upload : ${file} "
|
f_log "Source to upload : ${file} "
|
||||||
f_log "Hash parameter : ${hash_parameter}"
|
f_log "Hash parameter : ${hash_parameter}"
|
||||||
f_log "Package name: $pkgname"
|
f_log "Package name: $pkgname"
|
||||||
f_log "sha1sum: ${checksum}"
|
f_log "${hash_parameter}sum: ${checksum}"
|
||||||
f_log " ====== Trying to upload ======="
|
f_log " ====== Trying to upload ======="
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue