add a script to copy everything to testing

This commit is contained in:
Mario Fetka 2014-11-15 21:44:17 +01:00
parent bc61f39f24
commit 4518b22c39
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ for pkg_root in public restricted ; do
else
NAME="${REV_NAME}"
fi
echo "${BIN_DIR}/opsi-administration.sh --root ${OPSI_ROOT} --name $NAME --type ${pkg_root} --from integration --to testing --version $REV_VERSION-$REV_CREATOR_TAG$REV_RELEASE --purge"
${BIN_DIR}/opsi-administration.sh --root ${OPSI_ROOT} --name $NAME --type ${pkg_root} --from integration --to testing --version $REV_VERSION-$REV_CREATOR_TAG$REV_RELEASE --purge
done
done