CVS: theedge/var/lib/lunar/functions install.lunar,1.15,1.16

sofar at lunar-linux.org sofar at lunar-linux.org
Thu Aug 7 23:52:05 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26924/var/lib/lunar/functions

Modified Files:
	install.lunar 
Log Message:
fix as of request tchan: $BUILD was unset during resurrect, and hooking up the code in lunar. Both approaches (lin -R or lunar resurrect) tested thorougly.


Index: install.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/install.lunar,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- install.lunar	7 Aug 2003 09:48:31 -0000	1.15
+++ install.lunar	7 Aug 2003 23:52:02 -0000	1.16
@@ -256,6 +256,10 @@
 resurrect()  {
 (
   debug_msg "resurrect ($@)"
+
+  if [ -s /etc/lunar/local/optimizations ] ; then
+    . /etc/lunar/local/optimizations
+  fi
   if ! run_details $1 ; then
     return 1
   fi
@@ -276,8 +280,8 @@
     message  "${RESURRECT_COLOR}Resurrecting ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR} ${MESSAGE_COLOR}version ${VERSION_COLOR}${VERSION}${DEFAULT_COLOR}"
     bzip2 -cd $CACHE_BZ | tar -Pkx 1>/dev/null 2>&1
     add_module $MODULE $STATUS $VERSION
-    verbose_msg "running \"lin --fix $MODULE\""
-    lin --fix $SILENT $MODULE
+    verbose_msg "running \"lunar fix $MODULE\""
+    run_fix $MODULE
     activity_log  "lin"  "$MODULE"  "$VERSION"  "success"
     message  "${RESURRECT_COLOR}Resurrected ${MODULE_COLOR}${MODULE}${DEFAULT_COLOR} ${MESSAGE_COLOR}succesfully${DEFAULT_COLOR}"
   else




More information about the Lunar-commits mailing list