mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
92b3138b83
Updated dependencies: * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script and then manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl)
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 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
|