[tor-commits] [tor-browser-bundle/master] Skip recording some inputs that vary due to zip issues on the host OS.
mikeperry at torproject.org
mikeperry at torproject.org
Wed Jun 26 21:59:41 UTC 2013
commit a226d3e98163a92013180e7b3e0c6c4b0acb1058
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Wed Jun 26 14:17:57 2013 -0700
Skip recording some inputs that vary due to zip issues on the host OS.
If these differ, the bundles will be different in obvious ways anyway.
---
gitian/record-inputs.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gitian/record-inputs.sh b/gitian/record-inputs.sh
index 763b2ee..c42b375 100755
--- a/gitian/record-inputs.sh
+++ b/gitian/record-inputs.sh
@@ -16,10 +16,10 @@ rm -f bundle.inputs
sha256sum apple* >> bundle.inputs
sha256sum multiarch-darwin* >> bundle.inputs
-sha256sum mingw*.zip >> bundle.inputs
+#sha256sum mingw*.zip >> bundle.inputs
echo >> bundle.inputs
-sha256sum relativelink-src.zip >> bundle.inputs
-sha256sum *-langpacks.zip >> bundle.inputs
+#sha256sum relativelink-src.zip >> bundle.inputs
+#sha256sum *-langpacks.zip >> bundle.inputs
sha256sum noscript at noscript.net.xpi >> bundle.inputs
sha256sum uriloader at pdf.js.xpi >> bundle.inputs
sha256sum openssl-*gz >> bundle.inputs
More information about the tor-commits
mailing list