This is an automated email from the git hooks/post-receive script.
boklm pushed a change to branch main in repository tor-browser-bundle-testsuite.
from 2f1fd21 Bug 40046: add base-browser nightly builds new ff860f9 Bug 40068: Fix cleaning of old nightly builds new 73c6fcf Bug 40065: Archive multi-locale and base-browser builds new 8f3eefc Bug 40065: Keep builds from last 10 days on nightlies.tbb.torproject.org new 03ccd93 Bug 40067: Update email-to list for nightly builds
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: config/tb-build-01.torproject.org | 4 +++- rbm-config/tb-build-01.torproject.org.rbm.local.conf | 8 +++++++- tools/tb-build-01-start-nightly-build | 11 +++++++---- 3 files changed, 17 insertions(+), 6 deletions(-)
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch main in repository tor-browser-bundle-testsuite.
commit ff860f9ea34e8128e256176f46121de7a7f559a7 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Thu Nov 10 10:06:37 2022 +0100
Bug 40068: Fix cleaning of old nightly builds
With tor-browser-build#40501, the name of the targets changed. We also add the base-browser builds there. --- rbm-config/tb-build-01.torproject.org.rbm.local.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/rbm-config/tb-build-01.torproject.org.rbm.local.conf b/rbm-config/tb-build-01.torproject.org.rbm.local.conf index 1d323d3..e89e3f1 100644 --- a/rbm-config/tb-build-01.torproject.org.rbm.local.conf +++ b/rbm-config/tb-build-01.torproject.org.rbm.local.conf @@ -65,7 +65,13 @@ var: - project: release target: - nightly - - torbrowser-all + - browser-all + - torbrowser + - project: release + target: + - nightly + - browser-all + - basebrowser # ### If you are doing 'release' builds in the maint-7.0 branch and ### 'alpha' builds in the master branch, you can use the following
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch main in repository tor-browser-bundle-testsuite.
commit 73c6fcffcd3d8d09d605d31dcc52af0e2c010621 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Thu Nov 10 10:13:24 2022 +0100
Bug 40065: Archive multi-locale and base-browser builds
Archive the `ALL` bundles instead of `en-US`, since we now do multi-locale bundles.
We also archive base-browser builds. --- tools/tb-build-01-start-nightly-build | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tools/tb-build-01-start-nightly-build b/tools/tb-build-01-start-nightly-build index 460ec35..d7431df 100755 --- a/tools/tb-build-01-start-nightly-build +++ b/tools/tb-build-01-start-nightly-build @@ -41,10 +41,13 @@ then find "$dir" -maxdepth 1 ( \ -name '*.txt' \ -o -name '*.asc' \ - -o -name 'torbrowser-install-*_en-US.exe' \ - -o -name 'TorBrowser-*_en-US.dmg' \ - -o -name 'tor-browser-linux*_en-US.tar.xz' \ + -o -name 'torbrowser-install-*_ALL.exe' \ + -o -name 'TorBrowser-*_ALL.dmg' \ + -o -name 'tor-browser-linux*_ALL.tar.xz' \ -o -name '*-multi-qa.apk' \ + -o -name 'basebrowser-install-*_ALL.exe' \ + -o -name 'BaseBrowser-*_ALL.dmg' \ + -o -name 'base-browser-linux*_ALL.tar.xz' \ ) \ -a -execdir cp -a {} "$dname" ; done
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch main in repository tor-browser-bundle-testsuite.
commit 8f3eefc6ab26fa848bff43624ebca2e43b3a52b6 Author: Nicolas Vigier boklm@torproject.org AuthorDate: Thu Nov 10 10:19:00 2022 +0100
Bug 40065: Keep builds from last 10 days on nightlies.tbb.torproject.org
Since we now have multi-locale builds, keeping old builds uses less space. We are also not currently doing builds every day since building takes more than one day. So I think we can increase the number of days of builds we keep (previously only one). --- tools/tb-build-01-start-nightly-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/tb-build-01-start-nightly-build b/tools/tb-build-01-start-nightly-build index d7431df..952d9f1 100755 --- a/tools/tb-build-01-start-nightly-build +++ b/tools/tb-build-01-start-nightly-build @@ -57,7 +57,7 @@ fi # Only clean previous builds if we use more than 20GB builds_size=$(du -s ~/nightly-builds/tor-browser-builds | cut -f 1) test "$builds_size" -gt 20000000 && \ - /home/tb-builder/tor-browser-bundle-testsuite/clones/tor-browser-build/tools/prune-old-builds --days 1 --weeks 0 --months 0 ~/nightly-builds/tor-browser-builds + /home/tb-builder/tor-browser-bundle-testsuite/clones/tor-browser-build/tools/prune-old-builds --days 10 --weeks 0 --months 0 ~/nightly-builds/tor-browser-builds
# sleep for 5m to give time to previous rsync to finish sleep 5m
This is an automated email from the git hooks/post-receive script.
boklm pushed a commit to branch main in repository tor-browser-bundle-testsuite.
commit 03ccd9359941286bc6175a0eee7f366801c21a4d Author: Nicolas Vigier boklm@torproject.org AuthorDate: Thu Nov 10 11:03:52 2022 +0100
Bug 40067: Update email-to list for nightly builds
Add @dan, @henry, @ma1 to and remove @sysrqb from nightly build emails. --- config/tb-build-01.torproject.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/config/tb-build-01.torproject.org b/config/tb-build-01.torproject.org index 05ce43d..a10f170 100644 --- a/config/tb-build-01.torproject.org +++ b/config/tb-build-01.torproject.org @@ -50,9 +50,11 @@ my %res = ( 'email-report' => 1, 'email-to' => [ 'boklm@torproject.org', + 'dan@torproject.org', + 'henry@torproject.org', + 'ma1@torproject.org', 'pierov@torproject.org', 'richard@torproject.org', - 'sysrqb@torproject.org', ], 'email-from' => 'Tor Browser Nightly Builds tb-builder@tb-build-01.torproject.org', 'test_post' => $run_rsync,
tbb-commits@lists.torproject.org