[sabayon-createrepo] sign won't return true also if succeeds but repos have to be synced

This commit is contained in:
mudler
2016-03-18 17:53:38 +01:00
parent 55bb3cc44e
commit 566e4603c8
+1 -1
View File
@@ -65,7 +65,7 @@ echo "Yes" | eit inject \${built_pkgs} || { echo "ouch unable to inject" && exit
echo "Yes Yes Yes" | eit commit --quick
[ -f "/etc/entropy/mykeys/key.pub" ] && [ -f "/etc/entropy/mykeys/private.key" ] &&\
eit key import \$repo /etc/entropy/mykeys/private.key /etc/entropy/mykeys/key.pub && eit key sign \$repo
eit key import \$repo /etc/entropy/mykeys/private.key /etc/entropy/mykeys/key.pub && { eit key sign \$repo || true; }
eit push --quick --force