From 0625f7997249d4161b59f3b6fde2f6e9ffbb621c Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Oct 17 2023 17:56:12 +0000 Subject: repositories: Correctly handle repository configuration and signing keys Since kiwi 9.25.16, it is now possible to use the $releasever variable to get the correct GPG key file path. This minimizes the changes required to branch from rawhide to simply changing the release-version value in the config.xml and switching the symlink for repositories/core.xml. --- diff --git a/repositories/asahi.xml b/repositories/asahi.xml index 007ff97..3f59278 100644 --- a/repositories/asahi.xml +++ b/repositories/asahi.xml @@ -26,7 +26,7 @@ - + diff --git a/repositories/core-nonrawhide.xml b/repositories/core-nonrawhide.xml new file mode 100644 index 0000000..d6ed79f --- /dev/null +++ b/repositories/core-nonrawhide.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/repositories/core-rawhide.xml b/repositories/core-rawhide.xml new file mode 100644 index 0000000..c2ae124 --- /dev/null +++ b/repositories/core-rawhide.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/repositories/core.xml b/repositories/core.xml deleted file mode 100644 index c2ae124..0000000 --- a/repositories/core.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/repositories/core.xml b/repositories/core.xml new file mode 120000 index 0000000..95dc008 --- /dev/null +++ b/repositories/core.xml @@ -0,0 +1 @@ +core-rawhide.xml \ No newline at end of file