#14 lookaside_upload_sig: fix checksum reporting
Merged a year ago by arrfab. Opened a year ago by salimma.
salimma/centos-git-common fix-upload-sig-logging  into  master

lookaside_upload_sig: fix checksum reporting
Michel Alexandre Salim • a year ago  
file modified
+1 -1
@@ -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

LGTM, thanks for fixing that unnoticed stderr output :)

Pull-Request has been merged by arrfab

a year ago
Metadata