Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
bfdc5bc5
Commit
bfdc5bc5
authored
Oct 11, 2017
by
boklm
Committed by
Georg Koppen
Oct 18, 2017
Browse files
Bug 23812: fix parsing of runc spec version
parent
ac2aeae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
rbm.conf
View file @
bfdc5bc5
...
...
@@ -383,7 +383,7 @@ ENV:
# We will need to update this when there is a new spec version available
runc_spec100
=>
sub
{
my
($
out
) =
capture_exec
(
'sudo'
,
'runc'
,
'--version'
);
return
$
out
=~
m
/^
runc
version
spec
:
1
\.
0
\.
0
$/;
return
$
out
=~
m
/^
spec
:
1
\.
0
\.
0
$/
m
;
},
},
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment