[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40784: Fix var_p/nightly_torbrowser_incremental_from after #40737
Richard Pospesel (@richard)
git at gitlab.torproject.org
Wed Feb 15 18:43:26 UTC 2023
Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
9ba64275 by Nicolas Vigier at 2023-02-15T18:43:09+00:00
Bug 40784: Fix var_p/nightly_torbrowser_incremental_from after #40737
- - - - -
1 changed file:
- rbm.conf
Changes:
=====================================
rbm.conf
=====================================
@@ -661,7 +661,8 @@ gpg_allow_expired_keys: 1
},
nightly_torbrowser_incremental_from => sub {
my ($project, $options) = @_;
- my $nightly_dir = project_config($project, 'basedir', $options) . '/nightly';
+ my $nightly_dir = project_config($project, 'basedir', $options) . '/' .
+ project_config($project, 'var/projectname', $options) . '/nightly';
my $current_version = project_config($project, 'var/torbrowser_version', $options);
use Path::Tiny;
return [] unless -d $nightly_dir;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9ba642756a89e2ee297c0ef3d8b9a1d9bdff3e71
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9ba642756a89e2ee297c0ef3d8b9a1d9bdff3e71
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/20230215/e30ec399/attachment.htm>
More information about the tbb-commits
mailing list