Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
9ba64275
Commit
9ba64275
authored
2 years ago
by
boklm
Committed by
Richard Pospesel
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40784: Fix var_p/nightly_torbrowser_incremental_from after
#40737
parent
638c690d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!657
Bug 40784: Fix var_p/nightly_torbrowser_incremental_from after #40737
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rbm.conf
+2
-1
2 additions, 1 deletion
rbm.conf
with
2 additions
and
1 deletion
rbm.conf
+
2
−
1
View file @
9ba64275
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment