From: Richard Biener Date: Fri, 4 Jul 2025 07:26:54 +0000 (+0200) Subject: Stop doing GCC 12 snapshots X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b62bf76082a89302bf0065bd59e19a86c71147;p=thirdparty%2Fgcc.git Stop doing GCC 12 snapshots In preparation for the final release from the GCC 12 branch stop doing snapshots from it. maintainer-scripts/ * crontab: Stop doing GCC 12 snapshots. --- diff --git a/maintainer-scripts/crontab b/maintainer-scripts/crontab index c880d7d8095..c17289fdcd0 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 12:releases/gcc-12 -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 13:releases/gcc-13 -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 14:releases/gcc-14 -l -d /sourceware/snapshot-tmp/gcc all 32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 15:releases/gcc-15 -l -d /sourceware/snapshot-tmp/gcc all