[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor-messenger-build/master] Update rbm.conf after tor-browser-build bump in 80f161a



commit a3689a59c9919e00f1ce954d69bba264dd91f8b6
Author: Arlo Breault <arlolra@xxxxxxxxx>
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$/;
+      },
     },
   )

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits