This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: maintainer-scripts/gcc_release (was: gcc_latest_snapshot CVStag)


On Tue, 17 Jun 2003, Gerald Pfeifer wrote:
> And gone it is: after yesterday's snapshot I now removed the
>
>   gcc_latest_snapshot
>
> tag.

And this is the corresponding change to the gcc_release script.

To be on the safe side (one never knows ;-) ) and is this patch is
close to zero-risk, I also applied it to the 3.3-branch.

Gerald

2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* gcc_release: Do not update gcc_latest_snapshot tag any longer.

Index: gcc_release
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/gcc_release,v
retrieving revision 1.28
diff -u -3 -p -r1.28 gcc_release
--- gcc_release	17 Jun 2003 09:02:45 -0000	1.28
+++ gcc_release	18 Jun 2003 13:01:06 -0000
@@ -648,10 +648,6 @@ if [ $MODE_UPLOAD -ne 0 ]; then
     changedir ~
     echo $DATE >.snapshot_date

-    # Update gcc_latest_snapshot tag.
-    ${CVS} rtag -d gcc_latest_snapshot gcc
-    ${CVS} rtag -rgcc_ss_${DATE} gcc_latest_snapshot gcc
-
     # Announce the snapshot.
     export QMAILHOST=gcc.gnu.org
     mail -s "gcc-ss-$DATE is now available" gcc@gcc.gnu.org < ~ftp/pub/gcc/snapshots/README


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]