mirror of
https://github.com/gcc-mirror/gcc.git
synced 2025-07-29 12:35:37 +00:00

In preparation for the final release from the GCC 12 branch stop doing snapshots from it. maintainer-scripts/ * crontab: Stop doing GCC 12 snapshots.
8 lines
618 B
Plaintext
8 lines
618 B
Plaintext
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 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
|
|
32 22 * * 7 sh /home/gccadmin/scripts/gcc_release -s 16:master -l -d /sourceware/snapshot-tmp/gcc all
|