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
1 changed files with 2 additions and 1 deletions

View File

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