[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Be explicit about which packages we're recording in bundle.inputs.
commit c7cbdf46f56054b4d5f11e3db6a5abed4790cfc7
Author: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
Date: Mon Aug 5 13:38:56 2013 +0200
Be explicit about which packages we're recording in bundle.inputs.
So we don't pick up old versions with the wildcards, too.
---
gitian/record-inputs.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gitian/record-inputs.sh b/gitian/record-inputs.sh
index d63465b..8881161 100755
--- a/gitian/record-inputs.sh
+++ b/gitian/record-inputs.sh
@@ -14,15 +14,15 @@ cd $INPUTS_DIR
rm -f bundle.inputs
-sha256sum apple* >> bundle.inputs
-sha256sum multiarch-darwin* >> bundle.inputs
-sha256sum mingw*.zip >> bundle.inputs
+sha256sum $OSXSDK_PACKAGE >> bundle.inputs
+sha256sum $TOOLCHAIN4_PACKAGE >> bundle.inputs
+sha256sum mingw-w64-svn-snapshot.zip >> bundle.inputs
echo >> 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
+sha256sum $OPENSSL_PACKAGE >> bundle.inputs
echo >> bundle.inputs
if [ "z$VERIFY_TAGS" = "z1" ];
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits