[Lunar-commits] CVS: theedge/var/lib/lunar/functions logging.lunar,
1.1, 1.2
Auke Kok
sofar at lunar-linux.org
Mon Mar 15 21:41:29 GMT 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18037/var/lib/lunar/functions
Modified Files:
logging.lunar
Log Message:
Adding stop time marker. Note this also includes the lrm stage in case that was needed.
Index: logging.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/logging.lunar,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- logging.lunar 29 Dec 2003 18:09:42 -0000 1.1
+++ logging.lunar 15 Mar 2004 21:41:27 -0000 1.2
@@ -19,8 +19,7 @@
# just remaking this as FIFO
rm -f $C_FIFO
mknod $C_FIFO p
- echo "Compile log for \"$MODULE\"-\"$VERSION\" Built on \"$(date -u)\"" > $C_LOG
-
+ echo "++ Mark Compile start : \"$MODULE\" \"$VERSION\" \"$(date -u)\"" > $C_LOG
activate_voyeur
}
@@ -28,6 +27,7 @@
stop_logging() {
debug_msg "stop_logging ($@)"
mod_v_safe_edit $MODULE
+ echo "++ Mark Compile stop : \"$MODULE\" \"$VERSION\" \"$(date -u)\"" >> $C_LOG
message "${MESSAGE_COLOR}Creating" \
"${FILE_COLOR}$COMPILE_LOGS/$MOD_V_SNAME-$VERSION.bz2" \
"${DEFAULT_COLOR}"
More information about the Lunar-commits
mailing list