public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8314] Update crontab and git_update_version.py
@ 2022-04-28 14:23 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-04-28 14:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:12cc2b32991c05aba200a11bda3c382564185c8b

commit r12-8314-g12cc2b32991c05aba200a11bda3c382564185c8b
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Apr 28 16:22:42 2022 +0200

    Update crontab and git_update_version.py
    
    2022-04-28  Jakub Jelinek  <jakub@redhat.com>
    
    maintainer-scripts/
            * crontab: Snapshots from trunk are now GCC 13 related.
            Add GCC 12 snapshots from the respective branch.
    contrib/
            * gcc-changelog/git_update_version.py (active_refs): Add
            releases/gcc-12.

Diff:
---
 contrib/gcc-changelog/git_update_version.py | 2 +-
 maintainer-scripts/crontab                  | 9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/contrib/gcc-changelog/git_update_version.py b/contrib/gcc-changelog/git_update_version.py
index 2de96882943..259dd4eb4be 100755
--- a/contrib/gcc-changelog/git_update_version.py
+++ b/contrib/gcc-changelog/git_update_version.py
@@ -63,7 +63,7 @@ def prepend_to_changelog_files(repo, folder, git_commit, add_to_git):
 
 
 active_refs = ['master', 'releases/gcc-9', 'releases/gcc-10',
-               'releases/gcc-11']
+               'releases/gcc-11', 'releases/gcc-12']
 
 parser = argparse.ArgumentParser(description='Update DATESTAMP and generate '
                                  'ChangeLog entries')
diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab
index 93612a3ca13..a3417c3bdec 100644
--- a/maintainer-scripts/crontab
+++ b/maintainer-scripts/crontab
@@ -1,7 +1,8 @@
 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 * * 4 sh /home/gccadmin/scripts/gcc_release -s 9:releases/gcc-9 -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 10:releases/gcc-10 -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 11:releases/gcc-11 -l -d /sourceware/snapshot-tmp/gcc all
-32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 12:master -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 3 sh /home/gccadmin/scripts/gcc_release -s 9:releases/gcc-9 -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 10:releases/gcc-10 -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 11:releases/gcc-11 -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 12:releases/gcc-12 -l -d /sourceware/snapshot-tmp/gcc all
+32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 13:master -l -d /sourceware/snapshot-tmp/gcc all


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

only message in thread, other threads:[~2022-04-28 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 14:23 [gcc r12-8314] Update crontab and git_update_version.py Jakub Jelinek

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).