From ca59e2b2b2f9babba59c14d6b9492313523b8728 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 18 Sep 2024 15:10:36 +0200 Subject: [PATCH] repo: f41 development, f42 rawhide --- .#Makefile | 1 + repo-definitions.yaml | 4 +++- repo/f41-aarch64-branched.json | 6 ++++++ repo/f41-ppc64le-branched.json | 6 ++++++ repo/f41-s390x-branched.json | 6 ++++++ repo/f41-x86_64-branched.json | 6 ++++++ repo/{f41-aarch64-rawhide.json => f42-aarch64-rawhide.json} | 4 ++-- repo/{f41-ppc64le-rawhide.json => f42-ppc64le-rawhide.json} | 4 ++-- repo/{f41-s390x-rawhide.json => f42-s390x-rawhide.json} | 4 ++-- repo/{f41-x86_64-rawhide.json => f42-x86_64-rawhide.json} | 4 ++-- 10 files changed, 36 insertions(+), 9 deletions(-) create mode 120000 .#Makefile create mode 100644 repo/f41-aarch64-branched.json create mode 100644 repo/f41-ppc64le-branched.json create mode 100644 repo/f41-s390x-branched.json create mode 100644 repo/f41-x86_64-branched.json rename repo/{f41-aarch64-rawhide.json => f42-aarch64-rawhide.json} (65%) rename repo/{f41-ppc64le-rawhide.json => f42-ppc64le-rawhide.json} (66%) rename repo/{f41-s390x-rawhide.json => f42-s390x-rawhide.json} (66%) rename repo/{f41-x86_64-rawhide.json => f42-x86_64-rawhide.json} (65%) diff --git a/.#Makefile b/.#Makefile new file mode 120000 index 0000000..e5b7153 --- /dev/null +++ b/.#Makefile @@ -0,0 +1 @@ +sanne@worky.5315:1726392840 \ No newline at end of file diff --git a/repo-definitions.yaml b/repo-definitions.yaml index 72e5db7..6f3707f 100644 --- a/repo-definitions.yaml +++ b/repo-definitions.yaml @@ -276,8 +276,10 @@ fedora: repo_name: - Everything # branched, in-development release -# rawhide - release: '41' + stream: development +# rawhide +- release: '42' stream: rawhide # Fedora ELN diff --git a/repo/f41-aarch64-branched.json b/repo/f41-aarch64-branched.json new file mode 100644 index 0000000..7ab2f4b --- /dev/null +++ b/repo/f41-aarch64-branched.json @@ -0,0 +1,6 @@ +{ + "base-url": "https://dl01.fedoraproject.org/pub/fedora/linux/development/41/Everything/aarch64/os/", + "platform-id": "f41", + "snapshot-id": "f41-aarch64-branched", + "storage": "public" +} diff --git a/repo/f41-ppc64le-branched.json b/repo/f41-ppc64le-branched.json new file mode 100644 index 0000000..a3db8bd --- /dev/null +++ b/repo/f41-ppc64le-branched.json @@ -0,0 +1,6 @@ +{ + "base-url": "https://dl.fedoraproject.org/pub/fedora-secondary/development/41/Everything/ppc64le/os/", + "platform-id": "f41", + "snapshot-id": "f41-ppc64le-branched", + "storage": "public" +} diff --git a/repo/f41-s390x-branched.json b/repo/f41-s390x-branched.json new file mode 100644 index 0000000..e107c7b --- /dev/null +++ b/repo/f41-s390x-branched.json @@ -0,0 +1,6 @@ +{ + "base-url": "https://dl.fedoraproject.org/pub/fedora-secondary/development/41/Everything/s390x/os/", + "platform-id": "f41", + "snapshot-id": "f41-s390x-branched", + "storage": "public" +} diff --git a/repo/f41-x86_64-branched.json b/repo/f41-x86_64-branched.json new file mode 100644 index 0000000..e7a5e26 --- /dev/null +++ b/repo/f41-x86_64-branched.json @@ -0,0 +1,6 @@ +{ + "base-url": "https://dl01.fedoraproject.org/pub/fedora/linux/development/41/Everything/x86_64/os/", + "platform-id": "f41", + "snapshot-id": "f41-x86_64-branched", + "storage": "public" +} diff --git a/repo/f41-aarch64-rawhide.json b/repo/f42-aarch64-rawhide.json similarity index 65% rename from repo/f41-aarch64-rawhide.json rename to repo/f42-aarch64-rawhide.json index 40b7691..542053b 100644 --- a/repo/f41-aarch64-rawhide.json +++ b/repo/f42-aarch64-rawhide.json @@ -1,6 +1,6 @@ { "base-url": "https://dl01.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/aarch64/os/", - "platform-id": "f41", - "snapshot-id": "f41-aarch64-rawhide", + "platform-id": "f42", + "snapshot-id": "f42-aarch64-rawhide", "storage": "public" } diff --git a/repo/f41-ppc64le-rawhide.json b/repo/f42-ppc64le-rawhide.json similarity index 66% rename from repo/f41-ppc64le-rawhide.json rename to repo/f42-ppc64le-rawhide.json index 33af0ff..eb96004 100644 --- a/repo/f41-ppc64le-rawhide.json +++ b/repo/f42-ppc64le-rawhide.json @@ -1,6 +1,6 @@ { "base-url": "https://dl.fedoraproject.org/pub/fedora-secondary/development/rawhide/Everything/ppc64le/os/", - "platform-id": "f41", - "snapshot-id": "f41-ppc64le-rawhide", + "platform-id": "f42", + "snapshot-id": "f42-ppc64le-rawhide", "storage": "public" } diff --git a/repo/f41-s390x-rawhide.json b/repo/f42-s390x-rawhide.json similarity index 66% rename from repo/f41-s390x-rawhide.json rename to repo/f42-s390x-rawhide.json index 2f47047..619512c 100644 --- a/repo/f41-s390x-rawhide.json +++ b/repo/f42-s390x-rawhide.json @@ -1,6 +1,6 @@ { "base-url": "https://dl.fedoraproject.org/pub/fedora-secondary/development/rawhide/Everything/s390x/os/", - "platform-id": "f41", - "snapshot-id": "f41-s390x-rawhide", + "platform-id": "f42", + "snapshot-id": "f42-s390x-rawhide", "storage": "public" } diff --git a/repo/f41-x86_64-rawhide.json b/repo/f42-x86_64-rawhide.json similarity index 65% rename from repo/f41-x86_64-rawhide.json rename to repo/f42-x86_64-rawhide.json index 3ae7d0b..f454044 100644 --- a/repo/f41-x86_64-rawhide.json +++ b/repo/f42-x86_64-rawhide.json @@ -1,6 +1,6 @@ { "base-url": "https://dl01.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/", - "platform-id": "f41", - "snapshot-id": "f41-x86_64-rawhide", + "platform-id": "f42", + "snapshot-id": "f42-x86_64-rawhide", "storage": "public" }