[projects/pld-builder.new] exclude hhvm-program as well

glen glen at pld-linux.org
Mon Jun 6 21:27:41 CEST 2016


commit c73a054cd3546ac76a4e5036b92bf2b656bbff5d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jun 6 22:27:38 2016 +0300

    exclude hhvm-program as well

 PLD_Builder/request.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/request.py b/PLD_Builder/request.py
index 3633fca..dcfd8e7 100644
--- a/PLD_Builder/request.py
+++ b/PLD_Builder/request.py
@@ -380,7 +380,7 @@ class Batch:
 
         # map them to poldek ignores
         # always ignore hhvm
-        res = ['hhvm']
+        res = ['hhvm-*']
         for v in map(php_ver_to_name, php_versions):
             res.append("php%s-*" % v)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/c73a054cd3546ac76a4e5036b92bf2b656bbff5d



More information about the pld-cvs-commit mailing list