add a script to copy everything to testing

This commit is contained in:
Mario Fetka 2014-11-15 21:42:11 +01:00
parent 9a824b26d4
commit 9cfa823caf

View File

@ -1,7 +1,8 @@
#! /bin/bash #! /bin/bash
BASE_DIR="`dirname $0`/.." BASE_DIR="`dirname $0`/.."
BIN_DIR="${BASE_DIR}/bin" SCRIPT=$(readlink -f $0)
BIN_DIR=`dirname $SCRIPT`
OPSI_WEB_ROOT="" OPSI_WEB_ROOT=""
# Source local build configuration (must be done AFTER sourcing the builder-product.cfg.cfg) # Source local build configuration (must be done AFTER sourcing the builder-product.cfg.cfg)