[Lunar-commits] CVS: theedge/var/lib/lunar/functions moonbase.lunar, 1.22, 1.23

Auke Kok sofar at lunar-linux.org
Fri Apr 8 10:45:16 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions

Modified Files:
	moonbase.lunar 
Log Message:
Now I get it ;^)


Index: moonbase.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/moonbase.lunar,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- moonbase.lunar	4 Apr 2005 11:12:01 -0000	1.22
+++ moonbase.lunar	8 Apr 2005 10:45:13 -0000	1.23
@@ -24,14 +24,14 @@
   debug_msg "  run_details ($@)"
         MODULE=moonbase
        VERSION=`date -u +%Y%m%d.%H`
-        SOURCE=$(basename $MOONBASE_URL)
-    SOURCE_URL=${MOONBASE_URL[@]}
+        SOURCE=$MODULE.tar.bz2
+    SOURCE_URL=$MOONBASE_URL
        PARTIAL=off
    CLEAR_CACHE=on
   }
 
   # make sure we set these values up front to be sure
-  run_details
+  run_details moonbase
   rm -f $TMPDIR/$SOURCE
 
   if [ ! -d "$SYSTEM_MOONBASE" ] ; then
@@ -43,7 +43,7 @@
   fi
 
   push_uniq_id
-
+set -x
   if download_module $MODULE ; then
     message "${MESSAGE_COLOR}Preparing to install ${FILE_COLOR}${SOURCE}" \
             "${DEFAULT_COLOR}${MESSAGE_COLOR}...${DEFAULT_COLOR}"       &&



More information about the Lunar-commits mailing list