richard pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite
Commits:
-
1d3428d9
by Nicolas Vigier at 2023-07-05T18:22:14+02:00
3 changed files:
- config/tb-build-01.torproject.org → config/tb-build-06.torproject.org
- rbm-config/tb-build-01.torproject.org.rbm.local.conf → rbm-config/tb-build-06.torproject.org.rbm.local.conf
- tools/tb-build-01-start-nightly-build → tools/tb-build-06-start-nightly-build
Changes:
| ... | ... | @@ -36,7 +36,7 @@ my $testsuite = TBBTestSuite::TestSuite::TorBrowserBuild->new({ |
| 36 | 36 | tbb_version => $tbb_version,
|
| 37 | 37 | publish_dir => "$builds_dir_root/tor-browser-builds/$tbb_version",
|
| 38 | 38 | publish_url => "https://nightlies.tbb.torproject.org/nightly-builds/tor-browser-builds/$tbb_version",
|
| 39 | - rbm_local_conf => "$FindBin::Bin/rbm-config/tb-build-01.torproject.org.rbm.local.conf",
|
|
| 39 | + rbm_local_conf => "$FindBin::Bin/rbm-config/tb-build-06.torproject.org.rbm.local.conf",
|
|
| 40 | 40 | make_clean => 1,
|
| 41 | 41 | });
|
| 42 | 42 | |
| ... | ... | @@ -56,7 +56,7 @@ my %res = ( |
| 56 | 56 | 'pierov@xxxxxxxxxxxxxx',
|
| 57 | 57 | 'richard@xxxxxxxxxxxxxx',
|
| 58 | 58 | ],
|
| 59 | - 'email-from' => 'Tor Browser Nightly Builds <tb-builder@tb-build-01.torproject.org>',
|
|
| 59 | + 'email-from' => 'Tor Browser Nightly Builds <tb-builder@tb-build-06.torproject.org>',
|
|
| 60 | 60 | 'test_post' => $run_rsync,
|
| 61 | 61 | );
|
| 62 | 62 | %res; |
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | set -e
|
| 3 | 3 | |
| 4 | 4 | function getlock {
|
| 5 | - lockfile=/run/lock/tb-build-01-start-nightly-build.lock
|
|
| 5 | + lockfile=/run/lock/tb-build-06-start-nightly-build.lock
|
|
| 6 | 6 | if test -f $lockfile
|
| 7 | 7 | then
|
| 8 | 8 | old_pid=$(cat $lockfile)
|
| ... | ... | @@ -25,7 +25,7 @@ today_version=$(date '+tbb-nightly.%Y.%m.%d') |
| 25 | 25 | |
| 26 | 26 | cd /home/tb-builder/tor-browser-bundle-testsuite
|
| 27 | 27 | export RBM_NO_DEBUG=1
|
| 28 | -./tbb-testsuite --config=tb-build-01.torproject.org "$@"
|
|
| 28 | +./tbb-testsuite --config=tb-build-06.torproject.org "$@"
|
|
| 29 | 29 | |
| 30 | 30 | # Archive today's build
|
| 31 | 31 | archive_dir=~/tor-browser-builds-archive/"$today_version"
|