fixed debian changelog, rpm package signing and mageia update

This commit is contained in:
Marc Wäckerlin
2016-12-08 15:02:56 +00:00
parent 918995921d
commit aaa0f549d6
2 changed files with 4 additions and 3 deletions

View File

@@ -256,7 +256,7 @@ enabled=1
gpgcheck=0
EOF
fi
UPDATE_TOOL=$(test -x /usr/sbin/urpmi && echo urpmi.update -a)
UPDATE_TOOL=$((docker exec ${DOCKER_ID} test -x /usr/sbin/urpmi && echo urpmi.update -a) || true)
if test -n "${UPDATE_TOOL}"; then
docker exec ${DOCKER_ID} ${UPDATE_TOOL}
fi