[tbb-commits] [tor-browser-bundle/maint-7.0] Bug 24178: Use make.sh for building HTTPS-Everywhere

gk at torproject.org gk at torproject.org
Wed Nov 8 11:46:44 UTC 2017


commit b07c02f2b218dbdd6de80b1e23cfa164d3735b93
Author: Georg Koppen <gk at torproject.org>
Date:   Wed Nov 8 11:44:43 2017 +0000

    Bug 24178: Use make.sh for building HTTPS-Everywhere
---
 gitian/descriptors/linux/gitian-bundle.yml   | 2 +-
 gitian/descriptors/mac/gitian-bundle.yml     | 2 +-
 gitian/descriptors/windows/gitian-bundle.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gitian/descriptors/linux/gitian-bundle.yml b/gitian/descriptors/linux/gitian-bundle.yml
index b08fbcc..e650671 100644
--- a/gitian/descriptors/linux/gitian-bundle.yml
+++ b/gitian/descriptors/linux/gitian-bundle.yml
@@ -107,7 +107,7 @@ script: |
   # |./makexpi.sh foo| to build tag |foo| is a) trying to download the sources
   # during build time (again) and b) broken due to a certificate error.
   rm -f .git/refs/heads/master
-  ./makexpi.sh
+  ./make.sh
   # Since 5.0.2 a .xpi for AMO is built, too. We don't need it.
   rm pkg/*-amo.xpi
   cp pkg/*.xpi ../${TB_STAGE_DIR}/Browser/TorBrowser/Data/Browser/profile.default/extensions/https-everywhere-eff at eff.org.xpi
diff --git a/gitian/descriptors/mac/gitian-bundle.yml b/gitian/descriptors/mac/gitian-bundle.yml
index 662e4da..f928dff 100644
--- a/gitian/descriptors/mac/gitian-bundle.yml
+++ b/gitian/descriptors/mac/gitian-bundle.yml
@@ -137,7 +137,7 @@ script: |
   # |./makexpi.sh foo| to build tag |foo| is a) trying to download the sources
   # during build time (again) and b) broken due to a certificate error.
   rm -f .git/refs/heads/master
-  ./makexpi.sh
+  ./make.sh
   # Since 5.0.2 a .xpi for AMO is built, too. We don't need it.
   rm pkg/*-amo.xpi
   cp pkg/*.xpi ../$TORBROWSER_NAME.app/$EXTSPATH/https-everywhere-eff at eff.org.xpi
diff --git a/gitian/descriptors/windows/gitian-bundle.yml b/gitian/descriptors/windows/gitian-bundle.yml
index e563308..5acb13f 100644
--- a/gitian/descriptors/windows/gitian-bundle.yml
+++ b/gitian/descriptors/windows/gitian-bundle.yml
@@ -107,7 +107,7 @@ script: |
   # |./makexpi.sh foo| to build tag |foo| is a) trying to download the sources
   # during build time (again) and b) broken due to a certificate error.
   rm -f .git/refs/heads/master
-  ./makexpi.sh
+  ./make.sh
   # Since 5.0.2 a .xpi for AMO is built, too. We don't need it.
   rm pkg/*-amo.xpi
   cp pkg/*.xpi ../tbb-windows-installer/"Tor Browser"/Browser/TorBrowser/Data/Browser/profile.default/extensions/https-everywhere-eff at eff.org.xpi





More information about the tbb-commits mailing list