New commits:
commit 44bf3bab534ac66e815d46c27592be088f114e0c
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>
updated to create installwatch dbglog files along with the compile log
diff --git a/usr/sbin/delve b/usr/sbin/delve
index 378397b..8967fa6 100755
--- a/usr/sbin/delve
+++ b/usr/sbin/delve
@@ -84,6 +84,7 @@ function delve_log_helper() {
# these have to go somewhere where future delves can find them
C_LOG=${C_LOG:="/tmp/sorcery/delve/$SPELL.compile.log"}
+ IW_DBGLOG=${IW_DBGLOG:="/tmp/sorcery/delve/$SPELL.iwdbglog"}
C_FIFO=${C_FIFO:="/dev/stdout"}
IW_LOG=${IW_LOG:="/tmp/sorcery/delve/$SPELL.iw"}
VOYEUR_STDOUT=${VOYEUR_STDOUT:="/dev/stdout"}
diff --git a/var/lib/sorcery/modules/build_api/api2
b/var/lib/sorcery/modules/build_api/api2
index 21d303a..973f4ec 100755
--- a/var/lib/sorcery/modules/build_api/api2
+++ b/var/lib/sorcery/modules/build_api/api2
@@ -27,10 +27,13 @@ function run_build_spell() {
debug "build_api/api2" "run_build_spell"
export C_LOG=$TMP_DIR/$SPELL.compile.log
+ export IW_DBGLOG=$C_LOG.iwdbglog
export C_FIFO=/dev/stdout # not needed for api2 anymore, but just in case
export S_PWD=$TMP_DIR/build.saved.pwd
export VOYEUR_STDOUT VOYEUR_STDERR