[tor-commits] [tor-browser-bundle/master] Fix a path error with gitian-builder in verify-tags.sh

mikeperry at torproject.org mikeperry at torproject.org
Tue Jul 16 22:41:29 UTC 2013


commit 4988cad2583f3e9ac876da80d14549332b18d562
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Tue Jul 16 15:40:57 2013 -0700

    Fix a path error with gitian-builder in verify-tags.sh
---
 gitian/verify-tags.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitian/verify-tags.sh b/gitian/verify-tags.sh
index 76e1668..9621065 100755
--- a/gitian/verify-tags.sh
+++ b/gitian/verify-tags.sh
@@ -60,7 +60,7 @@ tor                   tor.gpg                   $TOR_TAG
 https-everywhere      https-everywhere.gpg      $HTTPSE_TAG
 EOF
 
-cd "$WRAPPER_DIR"
-verify_git "." "gpg/torbutton.gpg" "$GITIAN_TAG"
+cd "$INPUTS_DIR"
+verify_git "." "$WRAPPER_DIR/gpg/torbutton.gpg" "$GITIAN_TAG"
 git checkout "$GITIAN_TAG"
 



More information about the tor-commits mailing list