Merge pull request #697 from nilxam/gcc7_iso
Gcc7 staging also are a valid project to generate packagelist
This commit is contained in:
commit
d49ede23a9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user