From e8287896656e45479b5c40386b13397928f9e2c3 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 30 Mar 2020 23:22:45 +0200 Subject: [PATCH] Add Debian cdimages --- services_web.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services_web.yml b/services_web.yml index 29c9f874..bbf357a3 100644 --- a/services_web.yml +++ b/services_web.yml @@ -73,6 +73,12 @@ rsync_host: rsync.videolan.org rsync_path: videolan-ftp + - name: debian + dest: /pubftp/pub/distributions/linux/debian + cron_time: "00 5" + rsync_host: cdimage.debian.org + rsync_path: cdimage/releases + - name: ubuntu dest: /pubftp/pub/distributions/linux/ubuntu cron_time: "00 5"