create-test-dvds: the special purpose projects :Gcc7 and :PIE have been removed (tasks completed)

This commit is contained in:
Dominique Leuenberger 2017-06-13 11:03:22 +02:00
parent 3ffe425c79
commit 49591ba417
Signed by untrusted user: dimstar
GPG Key ID: E69F22089B497C99

View File

@ -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)