From 1f9d62562662835fbf941f6e86ec0a59d817d955 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 23 Jul 2003 17:56:40 +0200 Subject: gcc_release (usage): Document that -s now takes symbolic name and branch of the snapshot as parameters. * gcc_release (usage): Document that -s now takes symbolic name and branch of the snapshot as parameters. Implement this as part of command-line processing. (BRANCH): Remove default initialization for snapshots. (CVSBRANCH): Ditto. Do not lay down a CVS tag if generating a snapshot from mainline. From-SVN: r69708 --- maintainer-scripts/ChangeLog | 9 +++++++++ maintainer-scripts/gcc_release | 21 +++++++++++---------- 2 files changed, 20 insertions(+), 10 deletions(-) (limited to 'maintainer-scripts') diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 66c53a2..8612da0 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,12 @@ +2003-07-23 Gerald Pfeifer + + * gcc_release (usage): Document that -s now takes symbolic name + and branch of the snapshot as parameters. + Implement this as part of command-line processing. + (BRANCH): Remove default initialization for snapshots. + (CVSBRANCH): Ditto. + Do not lay down a CVS tag if generating a snapshot from mainline. + 2003-07-19 Gerald Pfeifer * gcc_release (announce_snapshot): Use ${RELEASE} instead diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 3417abb..2966b6e 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -64,13 +64,13 @@ inform() { usage() { cat <