From cf52c3e5db8aacb0a5bcbfa6ad13f21be5c3a3fa Mon Sep 17 00:00:00 2001 From: nazunalika Date: Thu, 19 May 2022 22:56:48 -0700 Subject: [PATCH] lowercase devel --- common/include-excludes.conf | 4 ++-- r8-devel.conf | 4 ++-- r8-i686-devel.conf | 4 ++-- scripts/updates-8-devel.sh | 2 +- scripts/updates-8-i686-devel.sh | 2 +- variants-devel.xml | 2 +- variants-i686-devel.xml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/include-excludes.conf b/common/include-excludes.conf index 5400375..8236db4 100644 --- a/common/include-excludes.conf +++ b/common/include-excludes.conf @@ -195,7 +195,7 @@ additional_packages = [ ] }), - ("^Devel$", { + ("^devel$", { "*": [ "libxmlb-devel", "libxmld-devel", @@ -779,7 +779,7 @@ additional_packages = [ ] }) - ("^Devel$", { + ("^devel$", { "x86_64": [ "atlas-corei2-static", "beignet", diff --git a/r8-devel.conf b/r8-devel.conf index 8eefc69..edbb6ec 100644 --- a/r8-devel.conf +++ b/r8-devel.conf @@ -82,7 +82,7 @@ create_jigdo = False buildinstall_skip = [ - ("^(Devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", { + ("^(devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", { "*": True }), ] @@ -92,7 +92,7 @@ variant_as_lookaside = [ ] gather_lookaside_repos = [ - ("^Devel$", { + ("^devel$", { "x86_64": [ "file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/os", "file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/debug/tree", diff --git a/r8-i686-devel.conf b/r8-i686-devel.conf index 75b775a..6dade49 100644 --- a/r8-i686-devel.conf +++ b/r8-i686-devel.conf @@ -82,7 +82,7 @@ create_jigdo = False buildinstall_skip = [ - ("^(Devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", { + ("^(devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", { "*": True }), ] @@ -92,7 +92,7 @@ variant_as_lookaside = [ ] gather_lookaside_repos = [ - ("^Devel$", { + ("^devel$", { "x86_64": [ "file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/os", "file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/debug/tree", diff --git a/scripts/updates-8-devel.sh b/scripts/updates-8-devel.sh index b42c03b..a0ea5f7 100755 --- a/scripts/updates-8-devel.sh +++ b/scripts/updates-8-devel.sh @@ -3,7 +3,7 @@ source "$(dirname "$0")/common-8" export PATH=/usr/sbin:/usr/bin:/root/bin TARGET_DIR="/mnt/compose/8" -SHORT=Devel +SHORT=devel CONFIG=/etc/pungi-prod/r8-devel.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) diff --git a/scripts/updates-8-i686-devel.sh b/scripts/updates-8-i686-devel.sh index 29c2498..84536c7 100755 --- a/scripts/updates-8-i686-devel.sh +++ b/scripts/updates-8-i686-devel.sh @@ -3,7 +3,7 @@ source "$(dirname "$0")/common-8" export PATH=/usr/sbin:/usr/bin:/root/bin TARGET_DIR="/mnt/compose/8" -SHORT=i686-Devel +SHORT=i686-devel CONFIG=/etc/pungi-prod-32/r8-i686-devel.conf # Unused for now OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID) diff --git a/variants-devel.xml b/variants-devel.xml index 9f3372e..424627c 100644 --- a/variants-devel.xml +++ b/variants-devel.xml @@ -1,7 +1,7 @@ - + aarch64 diff --git a/variants-i686-devel.xml b/variants-i686-devel.xml index 5ff2de9..c819018 100644 --- a/variants-i686-devel.xml +++ b/variants-i686-devel.xml @@ -1,7 +1,7 @@ - + i686