add a script to copy everything to testing
This commit is contained in:
parent
9a824b26d4
commit
9cfa823caf
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user