From dbacf4860076418058c011210e671f3223ec7975 Mon Sep 17 00:00:00 2001
From: Michael Pyne
Date: Sun, 29 Aug 2004 05:31:29 +0000
Subject: [PATCH] Add support for new command line flag, --ignore-modules.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=342363
---
HISTORY | 3 +++
doc.html.in | 68 ++++++++++------------------------------------------
kdecvs-build | 33 ++++++++++++++++++++++---
3 files changed, 46 insertions(+), 58 deletions(-)
diff --git a/HISTORY b/HISTORY
index d8d3641..1687dba 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,3 +1,6 @@
+Version history: 0.83
+ * Added option, --ignore-modules.
+
Version history: 0.82
* Add hack to make kdebindings build using builddir == srcdir even though
srcdir is really != builddir. Unfortunately, kdebindings still won't
diff --git a/doc.html.in b/doc.html.in
index 81abf6d..13298d6 100644
--- a/doc.html.in
+++ b/doc.html.in
@@ -65,6 +65,15 @@ those who either can't or don't feel like installing it.
It is authored by Michael Pyne (mpyne (AT) grammarian (DOT) homelinux
(DOT) net), and is one of several build scripts for this purpose.
+2004-Aug-29: v0.83
+New features:
+
+- Added the --ignore-modules option,
+which allows you to specify modules to skip from the CVS and build process, by
+request of Matt Rogers.
+- Also, kdecvs-build is now hosted in KDE's kdenonbeta CVS module.
+
+
2004-Aug-12: v0.82
New features:
@@ -127,60 +136,6 @@ Bugfixes:
- Fixed an output alignment error discovered by Michal Rokos.
-2004-Jul-11: v0.77
-OK, this will be the last one, berkus really wanted the included new
-feature.
-New features:
-
-- Added inst-apps configure option, which
-affects the build process by only building the specified top-level
-directories. The entire module will still be downloaded, however. This
-option doesn't take effect until you re-run make -f Makefile.cvs (either by --refresh-build or a --recreate-configure).
-
-
-2004-Jul-11: v0.76
-This will probably be the last release before I go out of town for a week
-or so on the 14th. If you send me mail and don't get a response
-while I'm gone, that's why.
-New features:
-
-- Added the --cvs-only command line option,
-as suggested and coded by Kurt Hindenburg. Although equivalent to --no-build at this point, that may change in the
-future. If you really want no CVS updates, you should use this argument.
-- To be consistent, I went and added the --build-only switch. It disables CVS updates
-and the install process.
-
-
-Bugfixes:
-
-- Updated the --help documentation, including
-some command line options I had left out and a spelling fix.
-
-
-2004-Jul-02: v0.75
-New features:
-
-- Added the --rc-file command line option,
-as suggested by Kurt Hindenburg.
-
-
-Bugfixes:
-
-- Make --debug option use the logging
-functionality in addition to outputting to stdout, as suggested by Kurt
-Hindenburg.
-- Add a signal handler for SIGPIPE to keep the script from leaving lockfiles
-around after piping the output into less.
-- Silence warnings when the script informs you that you need to create a
-.kdecvs-buildrc by using the correct exit function.
-- Try to build modules even if one of the updates happened to fail.
-
-
-
Features
@@ -767,6 +722,9 @@ act like you did.
--build-only, Only perform the build process.
+--ignore-modules, Don't including the modules
+passed on the rest of the command line in the update/build process.
+
--no-cvs, Skip contacting the CVS server.
--no-build, Skip the build process.
@@ -840,7 +798,7 @@ href="#options">.kdecvs-buildrc options.
CVSup is a registered trademark of John D. Polstra.
-Last modified: Thu Aug 12 22:46:40 2004
+Last modified: Sun Aug 29 00:46:53 2004