[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-browser-bundle/master] Skip recording some inputs that vary due to zip issues on the host OS.



commit a226d3e98163a92013180e7b3e0c6c4b0acb1058
Author: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxxxx >> bundle.inputs
 sha256sum uriloader@xxxxxxxxxx >> bundle.inputs
 sha256sum openssl-*gz >> bundle.inputs



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits