Gcc7 and PIE staging also are a valid project to generate packagelist

This commit is contained in:
Max Lin 2017-02-16 19:18:58 +08:00
parent 2236096192
commit d6fafa4dea

View File

@ -158,7 +158,7 @@ function start_creating() {
fi fi
fi fi
if [[ $prj =~ ^openSUSE.+:[A-Z]$ ]]; then if [[ $prj =~ ^openSUSE.+:[A-Z]$ ]] || [[ $prj =~ ^openSUSE.+:Gcc[0-9]$ ]] || [[ $prj =~ ^openSUSE.+:PIE$ ]]; then
echo "Checking $target:$l-$arch" echo "Checking $target:$l-$arch"
meta=$(mktemp) meta=$(mktemp)