Hi,

> gtk-gnutella: please make the build reproducible

Apologies but my initial patch was incomplete. I have attached an updated 
version.

(Thanks to Reiner Herrmann for spotting this.)


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/scripts/nm-list b/scripts/nm-list
index fbd280c..bb55a7c 100755
--- a/scripts/nm-list
+++ b/scripts/nm-list
@@ -54,7 +54,7 @@ da39a3ee5e6b4b0d3255bfef95601890afd80709) ;;
 *) SHA1SUM=$TOP/src/bin/sha1sum ;;
 esac
 
-date=`date`
+date=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"`
 sha1=`$SHA1SUM $file 2>/dev/null | cut -f1 -d' '`
 case "$sha1" in
 '')    echo "Failed to compute SHA1 of $file" >&2; exit 1;;

Reply via email to