[tor-commits] [tor-browser-bundle/hardened-builds] Updating CCTOOLS source url

gk at torproject.org gk at torproject.org
Mon Aug 1 13:16:44 UTC 2016


commit efbddbb105bfc7c3197c8ea79e7039a95a55cfbc
Author: Georg Koppen <gk at torproject.org>
Date:   Mon Aug 1 13:16:01 2016 +0000

    Updating CCTOOLS source url
---
 gitian/fetch-inputs.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index 1bf69a2..4d48089 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -6,6 +6,7 @@
 MIRROR_URL=https://people.torproject.org/~mikeperry/mirrors/sources/
 MIRROR_URL_DCF=https://people.torproject.org/~dcf/mirrors/sources/
 MIRROR_URL_ASN=https://people.torproject.org/~asn/mirrors/sources/
+MIRROR_URL_GK=https://people.torproject.org/~asn/mirrors/sources/
 set -e
 set -u
 umask 0022
@@ -138,6 +139,13 @@ do
   get "${!PACKAGE}" "${MIRROR_URL}${!PACKAGE}"
 done
 
+for i in CCTOOLS
+do
+  PACKAGE="${i}_PACKAGE"
+  URL="${MIRROR_URL_GK}${!PACKAGE}"
+  get "${!PACKAGE}" "${MIRROR_URL_GK}${!PACKAGE}"
+done
+
 # XXX: Omit googlecode.com packages because Google won't allow wget -N
 # and because the download seems to 404 about 50% of the time.
 for i in ARGPARSE



More information about the tor-commits mailing list