[Lunar-commits] CVS: theedge/var/lib/lunar/functions main.lunar, 1.12, 1.13

Auke Kok sofar at lunar-linux.org
Sat Apr 24 19:08:18 GMT 2004


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

Modified Files:
	main.lunar 
Log Message:
Env var pollution pro bono, get your env var pollution!!!


Index: main.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/main.lunar,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- main.lunar	24 Apr 2004 15:45:52 -0000	1.12
+++ main.lunar	24 Apr 2004 19:08:16 -0000	1.13
@@ -206,12 +206,14 @@
   show_downloading            &&
 
   # last minute source code presence check:
-  for SOURCE in $(sources $MODULE) ; do
-    if [ ! -f $SOURCE_CACHE/$SOURCE ] ; then
-      download_module $MODULE
-      break
-    fi
-  done                        &&
+  (
+    for SOURCE in $(sources $MODULE) ; do
+      if [ ! -f $SOURCE_CACHE/$SOURCE ] ; then
+        lget $MODULE
+        break
+     fi
+    done
+  ) &&
 
   # now entering the physical BUILD stage
   if ! current_locked && ! solo_locked ; then



More information about the Lunar-commits mailing list