[tor-commits] [tor-messenger-build/master] Update rbm.conf after tor-browser-build bump in 80f161a
arlo at torproject.org
arlo at torproject.org
Wed Oct 11 14:12:42 UTC 2017
commit a3689a59c9919e00f1ce954d69bba264dd91f8b6
Author: Arlo Breault <arlolra at gmail.com>
Date: Wed Oct 11 10:11:43 2017 -0400
Update rbm.conf after tor-browser-build bump in 80f161a
---
rbm.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/rbm.conf b/rbm.conf
index b05a20a..5f793b2 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -306,5 +306,11 @@ ENV:
my ($out) = capture_exec('sudo', 'runc', '--version');
return !($out =~ m/^runc version 0.1.1/);
},
+ # runc_spec100 is true if runc spec is exactly 1.0.0
+ # 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$/;
+ },
},
)
More information about the tor-commits
mailing list