lowercase devel

This commit is contained in:
nazunalika 2022-05-19 22:56:48 -07:00
parent 9816857234
commit cf52c3e5db
Signed by: label
GPG Key ID: 6735C0E1BD65D048
7 changed files with 10 additions and 10 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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)

View File

@ -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)

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE variants PUBLIC "-//Rocky, Inc.//DTD Variants info//EN" "variants2012.dtd">
<variants>
<variant id="Devel" name="Devel" type="variant" has_optional="false">
<variant id="devel" name="devel" type="variant" has_optional="false">
<!-- List of architectures for BaseOS compose variant -->
<arches>
<arch>aarch64</arch>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE variants PUBLIC "-//Rocky, Inc.//DTD Variants info//EN" "variants2012.dtd">
<variants>
<variant id="Devel" name="Devel" type="variant" has_optional="false">
<variant id="devel" name="devel" type="variant" has_optional="false">
<!-- List of architectures for BaseOS compose variant -->
<arches>
<arch>i686</arch>