[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40831: Fix update URL for base-browser nightly
boklm (@boklm)
git at gitlab.torproject.org
Tue Apr 18 13:18:09 UTC 2023
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
4e92f461 by Nicolas Vigier at 2023-04-18T15:17:05+02:00
Bug 40831: Fix update URL for base-browser nightly
- - - - -
2 changed files:
- projects/firefox/build
- projects/firefox/config
Changes:
=====================================
projects/firefox/build
=====================================
@@ -97,7 +97,7 @@ fi
cp $rootdir/marsigner.der toolkit/mozapps/update/updater/nightly_aurora_level3_secondary.der
[% ELSIF c("var/nightly") && ! c("var/mullvad-browser") -%]
# Set update url for nightly (#33402 / #40033)
- sed -i 's|^URL=https://aus1\.torproject\.org/.*|URL=https://nightlies.tbb.torproject.org/nightly-updates/updates/nightly-[% c("var/nightly_updates_publish_dir") %]/%CHANNEL%/%BUILD_TARGET%/%VERSION%/ALL|' build/application.ini.in
+ sed -i 's|^URL=https://aus1\.torproject\.org/.*|URL=https://nightlies.tbb.torproject.org/nightly-updates/updates/[% c("var/nightly_updates_publish_dir") %]/%CHANNEL%/%BUILD_TARGET%/%VERSION%/ALL|' build/application.ini.in
[% END -%]
=====================================
projects/firefox/config
=====================================
@@ -18,7 +18,7 @@ var:
browser_build: 2
branding_directory_prefix: 'tb'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
- nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %][% c("var/osname") %]'
+ nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
git_commit: '[% exec("git rev-parse HEAD") %]'
deps:
@@ -133,7 +133,7 @@ targets:
macos:
var:
martools_filename: 'mar-tools-macos-[% c("var/macos_arch") %].zip'
- nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]macos'
+ nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-macos'
arch_deps:
- python3
- python3-distutils
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4e92f461aa319da6b20118873be9820790ca8477
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4e92f461aa319da6b20118873be9820790ca8477
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230418/3b6c64cd/attachment-0001.htm>
More information about the tbb-commits
mailing list