From a3433f32ccc4fc578151d2f63760c5a3fff09177 Mon Sep 17 00:00:00 2001 From: Thomas Oulevey Date: Oct 13 2016 15:11:45 +0000 Subject: Merge branch 'master' of https://git.centos.org/git/sig-core/cbs-tools --- diff --git a/scripts/create_sig.sh b/scripts/create_sig.sh index 183446b..d072594 100755 --- a/scripts/create_sig.sh +++ b/scripts/create_sig.sh @@ -98,7 +98,7 @@ ADMIN=false for P in $PERMS do - [[ $P == 'admin' ]] && ADMIN=true; break + [[ $P == 'admin' ]] && ADMIN=true && break done if [ "$ADMIN" != true ] diff --git a/scripts/mash_run.sh b/scripts/mash_run.sh index 287a6aa..0f01a14 100755 --- a/scripts/mash_run.sh +++ b/scripts/mash_run.sh @@ -110,7 +110,7 @@ inherit = False strict_keys = False repoviewurl = ${MASH_VIEWURL}/${tag}/%(arch)s/os/ repoviewtitle = "${tag^^}" -arches = i386 x86_64 aarch64 +arches = ppc64le i386 x86_64 aarch64 delta = True EOF }