mist keine a was ich geaendert hab
This commit is contained in:
parent
645445d95c
commit
6de670828e
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ MKISOFS_OPTIONS="-allow-multidot -U -D -iso-level 3 -b boot/grub/stage2_eltorito
|
|||
CHROOTSTART="/usr/lib/cryptobox/chroot-start.sh"
|
||||
|
||||
# for burning a CD
|
||||
CDWRITER="0,0,0"
|
||||
CDWRITER="2,0,0"
|
||||
|
||||
# qemu network configuration file
|
||||
QEMU_IFUP_FILE=$(get_config_file qemu-ifup)
|
||||
|
|
|
@ -10,7 +10,7 @@ set -eu
|
|||
CB_ROOT_DIR=$(dirname $0)/..
|
||||
TEST_CASES_DIR=$CB_ROOT_DIR/validation/test-cases
|
||||
# TODO: take care, that this file exists! (it is created during "upload", "diff" or "merge")
|
||||
HOST_IP=192.168.0.23
|
||||
HOST_IP=192.168.0.24
|
||||
REPORT_DIR=/tmp/cryptobox-validation-$$
|
||||
REPORT_DIR=$CB_ROOT_DIR/validation/report
|
||||
SUMMARY_TEMPLATE_DIR=$CB_ROOT_DIR/validation/templates
|
||||
|
|
Loading…
Reference in a new issue