mirror of git://gcc.gnu.org/git/gcc.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.
This commit is contained in:
parent
70e302d92a
commit
53b62bf760
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue