[Lunar-commits] r27022 - lunar/trunk/var/lib/lunar/functions

Auke Kok sofar at lunar-linux.org
Mon Aug 18 19:08:55 CEST 2008


Author: sofar
Date: 2008-08-18 19:08:55 +0200 (Mon, 18 Aug 2008)
New Revision: 27022

Modified:
   lunar/trunk/var/lib/lunar/functions/logging.lunar
Log:
FIX: bug 355 can be fixed by logging with `date -Ru`.


Modified: lunar/trunk/var/lib/lunar/functions/logging.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/logging.lunar	2008-06-26 07:26:23 UTC (rev 27021)
+++ lunar/trunk/var/lib/lunar/functions/logging.lunar	2008-08-18 17:08:55 UTC (rev 27022)
@@ -18,14 +18,14 @@
   # just remaking this as FIFO
   rm -f $C_FIFO
   mknod $C_FIFO p
-  echo "++ Mark Compile start  : \"$MODULE\" \"$VERSION\" \"$(date -u)\"" > $C_LOG
+  echo "++ Mark Compile start  : \"$MODULE\" \"$VERSION\" \"$(date -Ru)\"" > $C_LOG
   activate_voyeur
 }
 
 
 stop_logging() {
   debug_msg "stop_logging ($@)"
-  echo "++ Mark Compile stop   : \"$MODULE\" \"$VERSION\" \"$(date -u)\"" >> $C_LOG
+  echo "++ Mark Compile stop   : \"$MODULE\" \"$VERSION\" \"$(date -Ru)\"" >> $C_LOG
   message  "${MESSAGE_COLOR}Creating"                        \
            "${FILE_COLOR}$COMPILE_LOGS/$MODULE-$VERSION.bz2"  \
            "${DEFAULT_COLOR}"



More information about the Lunar-commits mailing list