commit 67faa6692698675e9f97cf3895cf7d2a4a8dbfb2 Author: Mike Perry mikeperry-git@torproject.org Date: Thu Nov 21 00:23:49 2013 -0800
Bump tag to disable updater.
Also don't try to strip it, since it won't exist. --- gitian/descriptors/linux/gitian-firefox.yml | 2 +- gitian/versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gitian/descriptors/linux/gitian-firefox.yml b/gitian/descriptors/linux/gitian-firefox.yml index f88329c..3ee8eef 100644 --- a/gitian/descriptors/linux/gitian-firefox.yml +++ b/gitian/descriptors/linux/gitian-firefox.yml @@ -98,7 +98,7 @@ script: | # Strip and generate debuginfo for the firefox binary that we keep, all *.so # files, and the plugin-container (see ticket #10126) cd $INSTDIR - for LIB in Browser/*.so Browser/webapprt-stub Browser/mozilla-xremote-client Browser/updater Browser/firefox Browser/plugin-container Browser/components/*.so + for LIB in Browser/*.so Browser/webapprt-stub Browser/mozilla-xremote-client Browser/firefox Browser/plugin-container Browser/components/*.so # Browser/updater do objcopy --only-keep-debug $LIB Debug/$LIB strip $LIB diff --git a/gitian/versions b/gitian/versions index fcd1e23..d0e1a51 100755 --- a/gitian/versions +++ b/gitian/versions @@ -3,7 +3,7 @@ BUNDLE_LOCALES="de es-ES fa fr it ko nl pl pt-PT ru vi zh-CN"
VERIFY_TAGS=1
-TORBROWSER_TAG=tor-browser-17.0.11esr-3.0rc1-build1 +TORBROWSER_TAG=tor-browser-17.0.11esr-3.0rc1-build2 TOR_TAG=tor-0.2.4.18-rc OPENSSL_TAG=openssl-101e-no-gmt-time-v1 TORLAUNCHER_TAG=0.2.3.2-rc
tor-commits@lists.torproject.org