
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/9b... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/9b... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Richard Pospesel (@richard)