commit 4bd11e42f3ee6728e3a6dee272a629b43aa4f8ef Author: Erinn Clark erinn@torproject.org Date: Fri Jun 21 19:27:15 2013 -0300
use my mirror for alpha sources too --- build-scripts/versions-alpha.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-scripts/versions-alpha.mk b/build-scripts/versions-alpha.mk index fafa2e2..cf1e2c5 100644 --- a/build-scripts/versions-alpha.mk +++ b/build-scripts/versions-alpha.mk @@ -40,7 +40,7 @@ PDFJS_PACKAGE=addon-352704-latest.xpi OBFSPROXY_PACKAGE=obfsproxy-$(OBFSPROXY_VER).tar.gz
## Location of files for download over HTTPS -TBB_THIRD_PARTY_MIRROR=https://people.torproject.org/~mikeperry/mirrors/sources/ +TBB_THIRD_PARTY_MIRROR=https://people.torproject.org/~erinn/mirrors/sources/ ZLIB_URL=$(TBB_THIRD_PARTY_MIRROR)$(ZLIB_PACKAGE) OPENSSL_URL=$(TBB_THIRD_PARTY_MIRROR)$(OPENSSL_PACKAGE) LIBPNG_URL=$(TBB_THIRD_PARTY_MIRROR)$(LIBPNG_PACKAGE)