[Lunar-commits] CVS: theedge/bin lvu,1.64,1.65

Auke Kok sofar at lunar-linux.org
Fri Mar 25 10:47:08 UTC 2005


Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/tmp/cvs-serv4953/bin

Modified Files:
	lvu 
Log Message:
Fix lvu urls: now lists ALL urls!!!
Migrate unpack() to use plugins for all types (allows zip and rpm code to be migrated out of core later)


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- lvu	24 Mar 2005 16:38:55 -0000	1.64
+++ lvu	25 Mar 2005 10:47:05 -0000	1.65
@@ -644,9 +644,7 @@
 
 show_urls() { (
   # function overrides:
-  call_wget() { echo $1 ; return 0 ; }
-  get_cvs() { return 0 ; }
-  get_svn() { return 0 ; }
+  plugin_call() { echo $2 ; }
   connect() { return 0 ; }
  
   SILENT=on
@@ -661,7 +659,7 @@
   fi
   
   for MODULE in $MODULES ; do
-    download_module $MODULE
+    download_module $MODULE | uniq
   done
 ) }
 



More information about the Lunar-commits mailing list