Merge pull request #1482 from DimStar77/pattern
Minor changes for Factory Staging DVD generation
This commit is contained in:
commit
e96a27ad7f
@ -14,7 +14,6 @@ job install provides pattern() = enhanced_base
|
||||
job install provides pattern() = gnome
|
||||
job install provides pattern() = gnome_games
|
||||
job install provides pattern() = gnome_internet
|
||||
job install provides pattern() = gnome_laptop
|
||||
job install provides pattern() = gnome_multimedia
|
||||
job install provides pattern() = gnome_office
|
||||
job install provides pattern() = gnome_utilities
|
||||
|
@ -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]$ ]]; then
|
||||
echo "Checking $target:$l-$arch"
|
||||
|
||||
meta=$(mktemp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user