[tor-commits] [tor-browser-bundle/maint-3.6] Also update the tag verification for Tor Launcher..

mikeperry at torproject.org mikeperry at torproject.org
Wed Sep 24 09:18:22 UTC 2014


commit 65a952679bebcff78f612dabf281fae0abc2f53d
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Wed Sep 24 02:17:43 2014 -0700

    Also update the tag verification for Tor Launcher..
---
 gitian/verify-tags.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/verify-tags.sh b/gitian/verify-tags.sh
index 9814440..8aa818e 100755
--- a/gitian/verify-tags.sh
+++ b/gitian/verify-tags.sh
@@ -90,7 +90,6 @@ while read dir keyring tag; do
   verify_git "$dir" "$WRAPPER_DIR/gpg/$keyring" "$tag"
 done << EOF
 tbb-windows-installer tbb-windows-installer.gpg $NSIS_TAG
-tor-launcher          torbutton.gpg             $TORLAUNCHER_TAG
 tor-browser           torbutton.gpg             $TORBROWSER_TAG
 torbutton             torbutton.gpg             $TORBUTTON_TAG
 zlib                  zlib.gpg                  $ZLIB_TAG
@@ -109,6 +108,7 @@ libdmg-hfsplus          $LIBDMG_TAG
 libfte                  $LIBFTE_TAG
 fteproxy                $FTEPROXY_TAG
 txsocksx                $TXSOCKSX_TAG
+tor-launcher            $TORLAUNCHER_TAG
 EOF
 
 # Verify signatures on signed packages



More information about the tor-commits mailing list