mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-18 02:41:26 +00:00
lowercase devel
This commit is contained in:
parent
9816857234
commit
cf52c3e5db
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user