summaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-18 13:02:24 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-18 13:02:24 +0000
commitc7636428b96b8e7db401dc64d61b6d3295ec4202 (patch)
tree184959ee6cab89ddd41d61c7442e1452e1140121 /maintainer-scripts
parent21ce98034074bc97904dda117873102cbfd6c8f3 (diff)
downloadgcc-c7636428b96b8e7db401dc64d61b6d3295ec4202.tar.gz
* gcc_release: Do not update gcc_latest_snapshot tag any longer.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68150 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release4
2 files changed, 4 insertions, 4 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 9f099e1d468..6f8132c5b49 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,5 +1,9 @@
2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+ * gcc_release: Do not update gcc_latest_snapshot tag any longer.
+
+2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
* snapshot-index.html: Use F77 instead of G77 front end.
Remove link to CodeSourcery snapshots which was not up-to-date.
Do not refer to gcc-bugs@gcc.gnu.org any longer.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 1483441d72a..5c714f58384 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -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