- moved image converting to builder-utils.h

- added logging functionality - setup inside opsi-builder.cfg by "DEBUG_LEVEL"
This commit is contained in:
2012-01-29 16:58:12 +01:00
parent 441fdd95aa
commit 976d2a3ec9
3 changed files with 60 additions and 37 deletions

View File

@@ -9,6 +9,10 @@
#################################
TMP_DIR=/tmp
# Setup debug level, be more verbose
# Valid values: debug, <empty>
DEBUG_LEVEL=
# STATUS - defines the stabability of the build
# Valid values:
# integration: this is used by a continuous integration server.