From 84c558c67fa4a6837f0aaaa12e83b21ecd21e2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Mon, 19 Aug 2024 15:51:53 +0200 Subject: [PATCH] Fix un-symlinked manifests from branching Fixes: https://pagure.io/workstation-ostree-config/pull-request/546 --- fedora-kinoite.yaml | 12 +----------- fedora-onyx.yaml | 12 +----------- fedora-sericea.yaml | 12 +----------- fedora-silverblue.yaml | 12 +----------- 4 files changed, 4 insertions(+), 44 deletions(-) mode change 100644 => 120000 fedora-kinoite.yaml mode change 100644 => 120000 fedora-onyx.yaml mode change 100644 => 120000 fedora-sericea.yaml mode change 100644 => 120000 fedora-silverblue.yaml diff --git a/fedora-kinoite.yaml b/fedora-kinoite.yaml deleted file mode 100644 index 6d15d96..0000000 --- a/fedora-kinoite.yaml +++ /dev/null @@ -1,11 +0,0 @@ -variables: - bootable_container: false - -include: - - kinoite-common.yaml - -# Kept in the leaf manifest as they are overwritten by Pungi in composes -repos: - - fedora-rawhide - # - fedora-42 - # - fedora-42-updates diff --git a/fedora-kinoite.yaml b/fedora-kinoite.yaml new file mode 120000 index 0000000..c2542a6 --- /dev/null +++ b/fedora-kinoite.yaml @@ -0,0 +1 @@ +kinoite-ostree.yaml \ No newline at end of file diff --git a/fedora-onyx.yaml b/fedora-onyx.yaml deleted file mode 100644 index c1daffc..0000000 --- a/fedora-onyx.yaml +++ /dev/null @@ -1,11 +0,0 @@ -variables: - bootable_container: false - -include: - - budgie-atomic-common.yaml - -# Kept in the leaf manifest as they are overwritten by Pungi in composes -repos: - - fedora-rawhide - # - fedora-42 - # - fedora-42-updates diff --git a/fedora-onyx.yaml b/fedora-onyx.yaml new file mode 120000 index 0000000..f9283ac --- /dev/null +++ b/fedora-onyx.yaml @@ -0,0 +1 @@ +budgie-atomic-ostree.yaml \ No newline at end of file diff --git a/fedora-sericea.yaml b/fedora-sericea.yaml deleted file mode 100644 index cb2d108..0000000 --- a/fedora-sericea.yaml +++ /dev/null @@ -1,11 +0,0 @@ -variables: - bootable_container: false - -include: - - sway-atomic-common.yaml - -# Kept in the leaf manifest as they are overwritten by Pungi in composes -repos: - - fedora-rawhide - # - fedora-42 - # - fedora-42-updates diff --git a/fedora-sericea.yaml b/fedora-sericea.yaml new file mode 120000 index 0000000..0728c62 --- /dev/null +++ b/fedora-sericea.yaml @@ -0,0 +1 @@ +sway-atomic-ostree.yaml \ No newline at end of file diff --git a/fedora-silverblue.yaml b/fedora-silverblue.yaml deleted file mode 100644 index fcf059a..0000000 --- a/fedora-silverblue.yaml +++ /dev/null @@ -1,11 +0,0 @@ -variables: - bootable_container: false - -include: - - silverblue-common.yaml - -# Kept in the leaf manifest as they are overwritten by Pungi in composes -repos: - - fedora-rawhide - # - fedora-42 - # - fedora-42-updates diff --git a/fedora-silverblue.yaml b/fedora-silverblue.yaml new file mode 120000 index 0000000..0c5ed77 --- /dev/null +++ b/fedora-silverblue.yaml @@ -0,0 +1 @@ +silverblue-ostree.yaml \ No newline at end of file