Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RBM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
RBM
Merge requests
!31
Bug 40039: Report project name when version is missing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Bug 40039: Report project name when version is missing
JeremyRand/rbm:version
into
master
Overview
1
Commits
1
Changes
1
Merged
JeremyRand
requested to merge
JeremyRand/rbm:version
into
master
2 years ago
Overview
1
Commits
1
Changes
1
Expand
Makes it much easier to find the source of the error.
Fixes
#40039 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d3bc044d
1 commit,
2 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
lib/RBM/DefaultConfig.pm
+
1
−
1
Options
@@ -139,7 +139,7 @@ our %default_config = (
return
'
946684800
';
},
debug
=>
0
,
version
=>
"
[%- exit_error('No version specified
'
); -%]
",
version
=>
"
[%- exit_error('No version specified
for ' _ project
); -%]
",
####
####
####
Loading