[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
- Previous message: [Lunar-commits] CVS: theedge/var/lib/lunar/functions build.lunar,
1.27, 1.28 check.lunar, 1.23, 1.24 depends.lunar, 1.48,
1.49 download.lunar, 1.54, 1.55 edit.lunar, 1.15,
1.16 logging.lunar, 1.3, 1.4 main.lunar, 1.24,
1.25 modules.lunar, 1.52, 1.53 plugins.lunar, 1.1,
1.2 sizes.lunar, 1.8, 1.9 sources.lunar, 1.28, 1.29 temp.lunar,
1.7, 1.8 tracking.lunar, 1.14, 1.15
- Next message: [Lunar-commits] CVS: moonbase/net/samba DETAILS,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: [Lunar-commits] CVS: theedge/var/lib/lunar/functions build.lunar,
1.27, 1.28 check.lunar, 1.23, 1.24 depends.lunar, 1.48,
1.49 download.lunar, 1.54, 1.55 edit.lunar, 1.15,
1.16 logging.lunar, 1.3, 1.4 main.lunar, 1.24,
1.25 modules.lunar, 1.52, 1.53 plugins.lunar, 1.1,
1.2 sizes.lunar, 1.8, 1.9 sources.lunar, 1.28, 1.29 temp.lunar,
1.7, 1.8 tracking.lunar, 1.14, 1.15
- Next message: [Lunar-commits] CVS: moonbase/net/samba DETAILS,1.25,1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Lunar-commits
mailing list