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

[tor-commits] [tor-browser-build/master] Bug 29950: Fix error when using a dev version of runc



commit 32a4f009d706b9e651071b1b3d361891408eb3aa
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
Date:   Fri Mar 29 13:37:54 2019 +0100

    Bug 29950: Fix error when using a dev version of runc
---
 rbm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index f31e5db..e7b5ea4 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -477,7 +477,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/^.*spec: 1\.[0-9]+\.[0-9]+$/m;
+        return $out =~ m/^.*spec: 1\.[0-9]+\.[0-9]+(?:-dev)?$/m;
       },
     },
   )

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