From 49591ba4174d0c51150910fad479de3481f863fb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Jun 2017 11:03:22 +0200 Subject: [PATCH] create-test-dvds: the special purpose projects :Gcc7 and :PIE have been removed (tasks completed) --- create_test_dvds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_test_dvds.sh b/create_test_dvds.sh index a98cfab5..bfcce915 100755 --- a/create_test_dvds.sh +++ b/create_test_dvds.sh @@ -158,7 +158,7 @@ function start_creating() { fi fi - if [[ $prj =~ ^openSUSE.+:[A-Z]$ ]] || [[ $prj =~ ^openSUSE.+:Gcc[0-9]$ ]] || [[ $prj =~ ^openSUSE.+:PIE$ ]]; then + if [[ $prj =~ ^openSUSE.+:[A-Z]$ ]]; then echo "Checking $target:$l-$arch" meta=$(mktemp)