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

Auke Kok sofar at lunar-linux.org
Thu Mar 24 16:39:28 UTC 2005


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

Modified Files:
	lvu 
Log Message:
Mega merge:

* source verification is now a plugin too
* rewrote gpg verification a bit
* removed versioned modules (only one remains: gcc/3.4.3)
* Implemented nested sections: moonbase/gnome/apps is now possible


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- lvu	23 Mar 2005 08:42:53 -0000	1.63
+++ lvu	24 Mar 2005 16:38:55 -0000	1.64
@@ -833,7 +833,6 @@
       ;;
 	  
     md5sum)
-      mod_v_safe_edit $2
       if [ -n "$2" ] ; then
         if ! md5sum_files "$INSTALL_LOGS/$MOD_V_SNAME-$(installed_version $2)" ; then
 	  md5sum_files  "$INSTALL_LOGS/*"
@@ -1000,7 +999,6 @@
       ;;
 
     compile)
-      mod_v_safe_edit $2
       run_details $2 ; 
         if [ -f $COMPILE_LOGS/$MOD_V_SNAME-$(lvu version $2).bz2 ] ; then
           view_file $COMPILE_LOGS/$MOD_V_SNAME-$(lvu version $2).bz2
@@ -1013,7 +1011,6 @@
       ;;
 	      
    install)
-     mod_v_safe_edit $2
      if run_details $2 ; then
        view_file $INSTALL_LOGS/$MOD_V_SNAME-$(installed_version $2) \
            "Install log for $2 does not exist"



More information about the Lunar-commits mailing list