Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3708/scripts
Modified Files:
patch-o-matic
Log Message:
there are no 'submitted' patches anymore, it's now called 'updates'
Index: patch-o-matic
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- patch-o-matic 11 Jul 2004 14:35:25 -0000 1.24
+++ patch-o-matic 23 Jul 2004 19:20:49 -0000 1.25
@@ -38,15 +38,11 @@
# (none at the moment)
# eg. EXCLUDE_PATCHES="${EXCLUDE_PATCHES} dir/patchname.patch"
- [ "$CONFIG_NF_SUBMITTED" = "y" ] && \
- PATCHES="$PATCHES submitted"
- yes "" | ./runme --batch submitted
-
[ "$CONFIG_NF_UPDATES" = "y" ] && \
PATCHES="$PATCHES updates"
yes "" | ./runme --batch updates
- [ "$CONFIG_NF_PENDING" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && \
+ [ "$CONFIG_NF_PENDING" = "y" ] && \
PATCHES="$PATCHES pending"
yes "" | ./runme --batch pending
|