public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-2374] Closing the GCC 10 branch
@ 2023-07-07  7:12 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2023-07-07  7:12 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8bebf97f849811abeaf45de69cb5b799178b8be7

commit r14-2374-g8bebf97f849811abeaf45de69cb5b799178b8be7
Author: Richard Biener <rguenther@suse.de>
Date:   Fri Jul 7 09:10:56 2023 +0200

    Closing the GCC 10 branch
    
    contrib/
            * gcc-changelog/git_update_version.py: Remove GCC 10 from
            active_refs.
    
    maintainer-scripts/
            * crontab: Remove entry for GCC 10.

Diff:
---
 contrib/gcc-changelog/git_update_version.py | 2 +-
 maintainer-scripts/crontab                  | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py
index df167974e5f..3c438bba892 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -74,7 +74,7 @@ def prepend_to_changelog_files(repo, folder, git_commit, add_to_git):
             repo.git.add(full_path)
 
 
-active_refs = ['master', 'releases/gcc-10',
+active_refs = ['master',
                'releases/gcc-11', 'releases/gcc-12', 'releases/gcc-13']
 
 parser = argparse.ArgumentParser(description='Update DATESTAMP and generate '
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 44abfe10ef9..6fedb5d1ef5 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,7 +1,6 @@
 16  0 * * * sh /home/gccadmin/scripts/update_version_git
 50  0 * * * sh /home/gccadmin/scripts/update_web_docs_git
 55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_git
-32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 10:releases/gcc-10 -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 11:releases/gcc-11 -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 12:releases/gcc-12 -l -d /sourceware/snapshot-tmp/gcc all
 32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 13:releases/gcc-13 -l -d /sourceware/snapshot-tmp/gcc all

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-07  7:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07  7:12 [gcc r14-2374] Closing the GCC 10 branch Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).