add a script to copy everything to testing
This commit is contained in:
parent
f77ab1bec2
commit
140590b428
@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
BASE_DIR="`dirname $0`/.."
|
BASE_DIR="`dirname $0`/.."
|
||||||
LIB_DIR="${BASE_DIR}/lib"
|
BIN_DIR="${BASE_DIR}/bin"
|
||||||
OPSI_WEB_ROOT=""
|
OPSI_WEB_ROOT=""
|
||||||
CRON_TEMP=""
|
CRON_TEMP=""
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ for pkg_root in public restricted ; do
|
|||||||
else
|
else
|
||||||
NAME="${REV_NAME}"
|
NAME="${REV_NAME}"
|
||||||
fi
|
fi
|
||||||
./opsi-administration.sh --root ${OPSI_ROOT} --name $REV_PN --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 $REV_PN --type ${pkg_root} --from integration --to testing --version $REV_VERSION-$REV_CREATOR_TAG$REV_RELEASE --purge
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user