diff options
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 2 | ||||
-rw-r--r-- | job-cfg/g-i-installation.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 7a61f49e..071d99f6 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -24,7 +24,7 @@ distro_upgrades = { 'stretch': 'sid', } -# ftp.de.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m... +# deb.debian.org runs mirror updates at 03:25, 09:25, 15:25 and 21:25 UTC and usually they run 10m... trigger_times = { 'wheezy': '30 16 1 * *', 'jessie': '30 10 * * 5', diff --git a/job-cfg/g-i-installation.yaml b/job-cfg/g-i-installation.yaml index 284c1954..7d7ab07f 100644 --- a/job-cfg/g-i-installation.yaml +++ b/job-cfg/g-i-installation.yaml @@ -272,7 +272,7 @@ my_ver: - jessie: my_verdesc: jessie - my_inst_url: 'http://ftp.de.debian.org/debian/dists/jessie-kfreebsd-proposed-updates/main/installer-kfreebsd-amd64/current/images/netboot-10/gtk/netboot.tar.gz' + my_inst_url: 'http://deb.debian.org/debian/dists/jessie-kfreebsd-proposed-updates/main/installer-kfreebsd-amd64/current/images/netboot-10/gtk/netboot.tar.gz' my_time: '42 16 3,18 * *' - sid_daily: my_verdesc: 'sid daily build CD' @@ -329,7 +329,7 @@ my_ver: - wheezy: my_verdesc: 'wheezy netboot' - my_inst_url: 'http://ftp.de.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/debian-installer/amd64/' + my_inst_url: 'http://deb.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/debian-installer/amd64/' my_time: '44 15 23 * *' - jessie: my_verdesc: 'jessie netboot' |