Merge pull request #697 from nilxam/gcc7_iso

Gcc7 staging also are a valid project to generate packagelist
This commit is contained in:
Max Lin 2017-02-16 19:51:07 +08:00 committed by GitHub
commit d49ede23a9

View File

@ -158,7 +158,7 @@ function start_creating() {
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"
meta=$(mktemp)