[tor-commits] [tor-browser-bundle/master] Manually reset the origin remote for gitian-builder.

mikeperry at torproject.org mikeperry at torproject.org
Fri Jun 28 21:40:00 UTC 2013


commit fb6e087f13fe4f4d5d8c4989e2f36cf914c459f3
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Fri Jun 28 14:39:09 2013 -0700

    Manually reset the origin remote for gitian-builder.
    
    This will save early adopters who have a checkout on my mikeperry remote some
    pain.
---
 gitian/fetch-inputs.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index e5121ba..f1bdc92 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -132,6 +132,7 @@ ln -sf $OPENSSL_PACKAGE openssl.tar.gz
 
 # Fetch latest gitian-builder itself
 cd ..
+git remote set-url origin https://git.torproject.org/builders/gitian-builder.git
 git fetch origin
 git fetch --tags origin
 cd inputs



More information about the tor-commits mailing list