From: Gerald Pfeifer Date: Wed, 23 Jul 2003 15:56:40 +0000 (+0200) Subject: gcc_release (usage): Document that -s now takes symbolic name and branch of the snaps... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f9d62562662835fbf941f6e86ec0a59d817d955;p=gcc.git 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 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 66c53a20af2..8612da0eda2 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 3417abb0872..2966b6e431f 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -64,13 +64,13 @@ inform() { usage() { cat <