commit 6312ab050bfbcc9d70576c5cb993f923054b96a3 Author: Mike Perry mikeperry-git@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 a4f6ca1..5b1a304 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 @@ -112,6 +111,7 @@ libdmg-hfsplus $LIBDMG_TAG libfte $LIBFTE_TAG fteproxy $FTEPROXY_TAG txsocksx $TXSOCKSX_TAG +tor-launcher $TORLAUNCHER_TAG EOF
# Verify signatures on signed packages