From 1796b4f1f1ad79c439f1778b12005b580071bcec Mon Sep 17 00:00:00 2001 From: Jean-Louis Fuchs Date: Wed, 13 Mar 2024 17:46:34 +0100 Subject: [PATCH] chore: remove old config files --- pyaptly/delete_merge.yml | 3 --- pyaptly/delete_test.yml | 2 -- pyaptly/merge.yml | 2 -- pyaptly/mirror-google.yml | 5 ----- pyaptly/mirror-no-google.yml | 8 -------- pyaptly/mirror.yml | 7 ------- pyaptly/publish-current.yml | 27 --------------------------- pyaptly/publish-previous.yml | 8 -------- pyaptly/publish.yml | 22 ---------------------- pyaptly/publish_publish.yml | 8 -------- pyaptly/publish_repo.yml | 10 ---------- pyaptly/repo.yml | 5 ----- pyaptly/snapshot-current.yml | 11 ----------- pyaptly/snapshot.yml | 9 --------- pyaptly/snapshot_filter.yml | 8 -------- pyaptly/snapshot_merge.yml | 8 -------- pyaptly/snapshot_repo.yml | 5 ----- pyaptly/test01.yml | 31 ------------------------------- 18 files changed, 179 deletions(-) delete mode 100644 pyaptly/delete_merge.yml delete mode 100644 pyaptly/delete_test.yml delete mode 100644 pyaptly/merge.yml delete mode 100644 pyaptly/mirror-google.yml delete mode 100644 pyaptly/mirror-no-google.yml delete mode 100644 pyaptly/mirror.yml delete mode 100644 pyaptly/publish-current.yml delete mode 100644 pyaptly/publish-previous.yml delete mode 100644 pyaptly/publish.yml delete mode 100644 pyaptly/publish_publish.yml delete mode 100644 pyaptly/publish_repo.yml delete mode 100644 pyaptly/repo.yml delete mode 100644 pyaptly/snapshot-current.yml delete mode 100644 pyaptly/snapshot.yml delete mode 100644 pyaptly/snapshot_filter.yml delete mode 100644 pyaptly/snapshot_merge.yml delete mode 100644 pyaptly/snapshot_repo.yml delete mode 100644 pyaptly/test01.yml diff --git a/pyaptly/delete_merge.yml b/pyaptly/delete_merge.yml deleted file mode 100644 index c1dae0d..0000000 --- a/pyaptly/delete_merge.yml +++ /dev/null @@ -1,3 +0,0 @@ -merge: - - "mirror.yml" - - "delete_test.yml" diff --git a/pyaptly/delete_test.yml b/pyaptly/delete_test.yml deleted file mode 100644 index b0ba42e..0000000 --- a/pyaptly/delete_test.yml +++ /dev/null @@ -1,2 +0,0 @@ -mirror: - fakerepo01: None diff --git a/pyaptly/merge.yml b/pyaptly/merge.yml deleted file mode 100644 index afab719..0000000 --- a/pyaptly/merge.yml +++ /dev/null @@ -1,2 +0,0 @@ -merge: - - "mirror.yml" diff --git a/pyaptly/mirror-google.yml b/pyaptly/mirror-google.yml deleted file mode 100644 index 3440af0..0000000 --- a/pyaptly/mirror-google.yml +++ /dev/null @@ -1,5 +0,0 @@ -mirror: - fakerepo03: - archive: "http://localhost:3123/fakerepo03" - gpg-keys: ["EC54D33E5B5EBE98"] - gpg-urls: ["http://localhost:3123/keys/test02.key"] diff --git a/pyaptly/mirror-no-google.yml b/pyaptly/mirror-no-google.yml deleted file mode 100644 index 09f3eba..0000000 --- a/pyaptly/mirror-no-google.yml +++ /dev/null @@ -1,8 +0,0 @@ -mirror: - fakerepo01: - max-tries: 2 - archive: "http://localhost:3123/fakerepo01" - gpg-keys: ["2841988729C7F3FF"] - fakerepo02: - archive: "http://localhost:3123/fakerepo02" - gpg-keys: ["2841988729C7F3FF"] diff --git a/pyaptly/mirror.yml b/pyaptly/mirror.yml deleted file mode 100644 index bef3033..0000000 --- a/pyaptly/mirror.yml +++ /dev/null @@ -1,7 +0,0 @@ -mirror: - fakerepo01: - archive: "http://localhost:3123/fakerepo01" - gpg-keys: ["2841988729C7F3FF"] - fakerepo02: - archive: "http://localhost:3123/fakerepo02" - gpg-keys: ["2841988729C7F3FF"] diff --git a/pyaptly/publish-current.yml b/pyaptly/publish-current.yml deleted file mode 100644 index ed8493a..0000000 --- a/pyaptly/publish-current.yml +++ /dev/null @@ -1,27 +0,0 @@ -publish: - fakerepo01/current: - - - distribution: "stable" - architectures: ["amd64"] - components: ["main"] - snapshots: - - fakerepo01-current - automatic-update: true - fakerepo02/current: - - - distribution: "stable" - architectures: ["amd64"] - components: ["main"] - snapshots: - - fakerepo02-current - automatic-update: true - fake/current: - - - distribution: "stable" - architectures: ["amd64"] - components: ["main"] - snapshots: - - fake-current - automatic-update: true -merge: - - "snapshot-current.yml" diff --git a/pyaptly/publish-previous.yml b/pyaptly/publish-previous.yml deleted file mode 100644 index 9557e1a..0000000 --- a/pyaptly/publish-previous.yml +++ /dev/null @@ -1,8 +0,0 @@ -snapshot: - superfake-%T: - timestamp: {"time": "00:00"} - merge: - - {"name": "fakerepo01-%T", "timestamp": "previous"} - - {"name": "fakerepo02-%T", "timestamp": 0} -merge: - - "snapshot.yml" diff --git a/pyaptly/publish.yml b/pyaptly/publish.yml deleted file mode 100644 index ac65e1d..0000000 --- a/pyaptly/publish.yml +++ /dev/null @@ -1,22 +0,0 @@ -publish: - fakerepo01: - - - snapshots: - - - name: "fakerepo01-%T" - timestamp: "current" - archive-on-update: "archived-fakerepo01-%T" - gpg-key: "6D79A810B9B7ABAE" - skip-contents: true - automatic-update: true - fakerepo02: - - - snapshots: - - - name: "fakerepo02-%T" - timestamp: "current" - archive-on-update: "archived-fakerepo02-%T" - gpg-key: "6D79A810B9B7ABAE" - automatic-update: true -merge: - - "snapshot.yml" diff --git a/pyaptly/publish_publish.yml b/pyaptly/publish_publish.yml deleted file mode 100644 index eae15e2..0000000 --- a/pyaptly/publish_publish.yml +++ /dev/null @@ -1,8 +0,0 @@ -publish: - fakerepo01-stable: - - - publish: "fakerepo01 main" - gpg-key: "6D79A810B9B7ABAE" - automatic-update: true -merge: - - "publish.yml" diff --git a/pyaptly/publish_repo.yml b/pyaptly/publish_repo.yml deleted file mode 100644 index fd7f2a2..0000000 --- a/pyaptly/publish_repo.yml +++ /dev/null @@ -1,10 +0,0 @@ - -publish: - centrify: - - - distribution: "latest" - repo: "centrify" - gpg-key: "6D79A810B9B7ABAE" - automatic-update: true -merge: - - "repo.yml" diff --git a/pyaptly/repo.yml b/pyaptly/repo.yml deleted file mode 100644 index a6307e4..0000000 --- a/pyaptly/repo.yml +++ /dev/null @@ -1,5 +0,0 @@ -repo: - centrify: - architectures: [ "amd64", "i386" ] - distribution: "stable" - component: "main" diff --git a/pyaptly/snapshot-current.yml b/pyaptly/snapshot-current.yml deleted file mode 100644 index 4474ff1..0000000 --- a/pyaptly/snapshot-current.yml +++ /dev/null @@ -1,11 +0,0 @@ -snapshot: - fakerepo01-current: - mirror: "fakerepo01" - fakerepo02-current: - mirror: "fakerepo02" - fake-current: - merge: - - fakerepo01-current - - fakerepo02-current -merge: - - "mirror-no-google.yml" diff --git a/pyaptly/snapshot.yml b/pyaptly/snapshot.yml deleted file mode 100644 index deedb87..0000000 --- a/pyaptly/snapshot.yml +++ /dev/null @@ -1,9 +0,0 @@ -snapshot: - fakerepo01-%T: - mirror: "fakerepo01" - timestamp: {"time": "00:00"} - fakerepo02-%T: - mirror: "fakerepo02" - timestamp: {"time": "00:00", "repeat-weekly": "sat"} -merge: - - "mirror-no-google.yml" diff --git a/pyaptly/snapshot_filter.yml b/pyaptly/snapshot_filter.yml deleted file mode 100644 index 795feb2..0000000 --- a/pyaptly/snapshot_filter.yml +++ /dev/null @@ -1,8 +0,0 @@ -snapshot: - filterfake01-%T: - timestamp: {"time": "00:00"} - filter: - source: {"name": "fakerepo01-%T", "timestamp": "current"} - query: "libhello_0.1-1_amd64" -merge: - - "snapshot.yml" diff --git a/pyaptly/snapshot_merge.yml b/pyaptly/snapshot_merge.yml deleted file mode 100644 index e8fff79..0000000 --- a/pyaptly/snapshot_merge.yml +++ /dev/null @@ -1,8 +0,0 @@ -snapshot: - superfake-%T: - timestamp: {"time": "00:00"} - merge: - - {"name": "fakerepo01-%T", "timestamp": "current"} - - {"name": "fakerepo02-%T", "timestamp": 0} -merge: - - "snapshot.yml" diff --git a/pyaptly/snapshot_repo.yml b/pyaptly/snapshot_repo.yml deleted file mode 100644 index 1abdb66..0000000 --- a/pyaptly/snapshot_repo.yml +++ /dev/null @@ -1,5 +0,0 @@ -snapshot: - centrify-latest: - repo: "centrify" -merge: - - "repo.yml" diff --git a/pyaptly/test01.yml b/pyaptly/test01.yml deleted file mode 100644 index 314531d..0000000 --- a/pyaptly/test01.yml +++ /dev/null @@ -1,31 +0,0 @@ -mirror: - trusty: - components: [ "main", "multiverse", "restricted", "universe" ] - architectures: [ "amd64", "i386" ] - distribution: "trusty" - sources: True - udeb: True - archive: "http://ch.archive.ubuntu.com/ubuntu/" - trusty-updates: - components: [ "main", "multiverse", "restricted", "universe" ] - architectures: [ "amd64", "i386" ] - distribution: "trusty-updates" - sources: True - udeb: True - archive: "http://ch.archive.ubuntu.com/ubuntu/" - trusty-backports: - components: [ "main", "multiverse", "restricted", "universe" ] - architectures: [ "amd64", "i386" ] - distribution: "trusty-backports" - sources: True - udeb: True - archive: "http://ch.archive.ubuntu.com/ubuntu/" -snapshot: - trusty-latest: - mirror: "trusty" - trusty-latest: - mirror: "trusty-updates" - trusty-backports-latest: - mirror: "trusty-backports" - my-repo-latest: - repo: "my-repo"