[Lunar-commits] CVS: theedge/var/lib/lunar/functions main.lunar,
1.16, 1.17
Auke Kok
sofar at lunar-linux.org
Sun Sep 26 20:47:43 UTC 2004
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/tmp/cvs-serv32606
Modified Files:
main.lunar
Log Message:
#341: explicitly omit core code and moonbase during rebuild
Index: main.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/main.lunar,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- main.lunar 21 May 2004 10:27:13 -0000 1.16
+++ main.lunar 26 Sep 2004 20:47:41 -0000 1.17
@@ -75,7 +75,7 @@
message "${MESSAGE_COLOR}Running FIX on all modules${DEFAULT_COLOR}"
echo run_fix
- LIST=$(grep ":installed:" $MODULE_STATUS | cut -d: -f1)
+ LIST=$(grep ":installed:" $MODULE_STATUS | cut -d: -f1 | grep -v moonbase | grep -v $LUNAR_MODULE)
message "${MESSAGE_COLOR}Sorting modules by dependency${DEFAULT_COLOR}"
QUEUE=$(sort_by_dependency $LIST)
More information about the Lunar-commits
mailing list