]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
exclude hhvm-program as well
authorElan Ruusamäe <glen@delfi.ee>
Mon, 6 Jun 2016 19:27:38 +0000 (22:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 6 Jun 2016 19:27:38 +0000 (22:27 +0300)
PLD_Builder/request.py

index 3633fca4990e91caaa8195ad30252c3678a1904e..dcfd8e72039cc81391ab9f715e6c3c7513f36c82 100644 (file)
@@ -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)
 
This page took 0.5476 seconds and 4 git commands to generate.