Merge pull request #504 from lnussel/master
Apply local changes from packagelists
This commit is contained in:
commit
2fc2d8a549
@ -19,6 +19,8 @@ job install name xdelta
|
||||
job install name screen
|
||||
job install name alsa-utils
|
||||
job install name yast2-nfs-client
|
||||
job install name kexec-tools
|
||||
job install name mokutil
|
||||
|
||||
job lock name bash-completion
|
||||
job lock name bash-doc
|
||||
|
@ -32,6 +32,8 @@ job install name xdelta
|
||||
job install name kate
|
||||
job install name sddm
|
||||
job install name gnome-music
|
||||
job install name kexec-tools
|
||||
job install name mokutil
|
||||
|
||||
job lock name gtk2-branding-upstream
|
||||
job lock name gdm-branding-upstream
|
||||
|
@ -151,7 +151,11 @@ function start_creating() {
|
||||
if [ "$l" = "A" -o "$l" = "B" ]; then
|
||||
use_bc=
|
||||
fi
|
||||
if [[ $prj =~ ^openSUSE.+:[A-Z]$ ]]; then
|
||||
# special case for Gcc6
|
||||
if [ "$l" = "Gcc6" ]; then
|
||||
use_bc=
|
||||
fi
|
||||
if [[ $prj =~ ^openSUSE.+:[A-Z]$ ]] || [[ $prj =~ ^openSUSE.+:Gcc6$ ]]; then
|
||||
echo "Checking $target:$l-$arch"
|
||||
if [ -n "$use_bc" ]; then
|
||||
sync_prj openSUSE:$target:Staging:$l/bootstrap_copy "staging_$target:$l-bc-$arch" $arch
|
||||
|
Loading…
x
Reference in New Issue
Block a user