Skip to content
Snippets Groups Projects
Verified Commit bb92cf68 authored by ynerant's avatar ynerant
Browse files

[ftpsync] Add Ubuntu mirror configuration


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 89fbf94f
No related branches found
No related tags found
1 merge request!296[ftpsync] Add Ubuntu mirror configuration
......@@ -19,9 +19,14 @@ glob_ftpsync:
rsync_path: debian-security
- name: backports
dest: debian-backports
cron_time: " 7 3,15"
cron_time: "07 3,15"
rsync_host: ftp.fr.debian.org
rsync_path: debian-backports
- name: ubuntu
dest: ubuntu
cron_time: "43 5,17"
rsync_host: fr.archive.ubuntu.com
rsync_path: ubuntu
glob_rsync_mirror:
root: /mirror/pub
......@@ -70,7 +75,7 @@ glob_rsync_mirror:
rsync_path: cdimage/ubuntu-mate/releases
- name: archlinux
dest: archlinux
cron_time: "08 3"
cron_time: "08 3,15"
rsync_host: archlinux.polymorf.fr
rsync_path: archlinux/
......
......@@ -19,6 +19,7 @@ set _tilde 0
{% for target in apt_mirror.targets %}
{% for suite in target.suite %}
deb {{ target.scheme }}://{{ target.host }}/{{ target.path }} {{ suite }}{% for component in target.components %} {{ component }}{% endfor %}
{% endfor %}
clean {{ target.scheme }}://{{ target.host }}/{{ target.path }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment