Merge pull request #941 from DimStar77/cleanup2

create-test-dvds: the special purpose projects :Gcc7 and :PIE have be…
This commit is contained in:
Max Lin 2017-06-13 17:27:53 +08:00 committed by GitHub
commit 01bb01df3c

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)