[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Fix a path error with gitian-builder in verify-tags.sh
commit 4988cad2583f3e9ac876da80d14549332b18d562
Author: Mike Perry <mikeperry-git@xxxxxxxxxx>
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"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits