From b7348f89fab1f0e6248863a6ee301c44e0bb4f3b Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 30 Sep 2021 19:36:03 +0000 Subject: [PATCH] Re-organize mirrored data --- playbooks/mirror.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/playbooks/mirror.yml b/playbooks/mirror.yml index e518182..534cbea 100644 --- a/playbooks/mirror.yml +++ b/playbooks/mirror.yml @@ -48,6 +48,7 @@ - "--exclude=/releases/test" - "--exclude=/updates/testing" - "--exclude=Live" + - "--exclude=Modular" - "--exclude=SRPMS" - "--exclude=source" - "--exclude=armhfp" @@ -56,7 +57,8 @@ postcmd: python3 /usr/local/bin/report_mirror - role: mirror/sync label: openbsd - source: "rsync://ftp.eenet.ee/OpenBSD/" + source: "rsync://rsync.nic.funet.fi/ftp/pub/mirrors/\ + ftp.openbsd.org/pub/OpenBSD/" rsyncoptions: - "--include=/?.?/" - "--include=/?.?/amd64/" @@ -64,6 +66,9 @@ - "--include=/?.?/packages/" - "--include=/?.?/packages/amd64/" - "--include=/?.?/packages/amd64/*" + - "--include=/?.?/packages-stable/" + - "--include=/?.?/packages-stable/amd64/" + - "--include=/?.?/packages-stable/amd64/*" - "--include=/syspatch/" - "--include=/syspatch/?.?/" - "--include=/syspatch/?.?/amd64/"