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",
|
"libxmlb-devel",
|
||||||
"libxmld-devel",
|
"libxmld-devel",
|
||||||
@ -779,7 +779,7 @@ additional_packages = [
|
|||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
||||||
("^Devel$", {
|
("^devel$", {
|
||||||
"x86_64": [
|
"x86_64": [
|
||||||
"atlas-corei2-static",
|
"atlas-corei2-static",
|
||||||
"beignet",
|
"beignet",
|
||||||
|
@ -82,7 +82,7 @@ create_jigdo = False
|
|||||||
|
|
||||||
|
|
||||||
buildinstall_skip = [
|
buildinstall_skip = [
|
||||||
("^(Devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
("^(devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||||
"*": True
|
"*": True
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
@ -92,7 +92,7 @@ variant_as_lookaside = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
gather_lookaside_repos = [
|
gather_lookaside_repos = [
|
||||||
("^Devel$", {
|
("^devel$", {
|
||||||
"x86_64": [
|
"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/os",
|
||||||
"file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/debug/tree",
|
"file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/debug/tree",
|
||||||
|
@ -82,7 +82,7 @@ create_jigdo = False
|
|||||||
|
|
||||||
|
|
||||||
buildinstall_skip = [
|
buildinstall_skip = [
|
||||||
("^(Devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
("^(devel|AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||||
"*": True
|
"*": True
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
@ -92,7 +92,7 @@ variant_as_lookaside = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
gather_lookaside_repos = [
|
gather_lookaside_repos = [
|
||||||
("^Devel$", {
|
("^devel$", {
|
||||||
"x86_64": [
|
"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/os",
|
||||||
"file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/debug/tree",
|
"file:///mnt/compose/8/latest-Rocky-8/compose/BaseOS/x86_64/debug/tree",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
source "$(dirname "$0")/common-8"
|
source "$(dirname "$0")/common-8"
|
||||||
export PATH=/usr/sbin:/usr/bin:/root/bin
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=Devel
|
SHORT=devel
|
||||||
CONFIG=/etc/pungi-prod/r8-devel.conf
|
CONFIG=/etc/pungi-prod/r8-devel.conf
|
||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
source "$(dirname "$0")/common-8"
|
source "$(dirname "$0")/common-8"
|
||||||
export PATH=/usr/sbin:/usr/bin:/root/bin
|
export PATH=/usr/sbin:/usr/bin:/root/bin
|
||||||
TARGET_DIR="/mnt/compose/8"
|
TARGET_DIR="/mnt/compose/8"
|
||||||
SHORT=i686-Devel
|
SHORT=i686-devel
|
||||||
CONFIG=/etc/pungi-prod-32/r8-i686-devel.conf
|
CONFIG=/etc/pungi-prod-32/r8-i686-devel.conf
|
||||||
# Unused for now
|
# Unused for now
|
||||||
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
OLDCOMPOSE_ID=$(cat $TARGET_DIR/latest-$SHORT-8/COMPOSE_ID)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE variants PUBLIC "-//Rocky, Inc.//DTD Variants info//EN" "variants2012.dtd">
|
<!DOCTYPE variants PUBLIC "-//Rocky, Inc.//DTD Variants info//EN" "variants2012.dtd">
|
||||||
<variants>
|
<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 -->
|
<!-- List of architectures for BaseOS compose variant -->
|
||||||
<arches>
|
<arches>
|
||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE variants PUBLIC "-//Rocky, Inc.//DTD Variants info//EN" "variants2012.dtd">
|
<!DOCTYPE variants PUBLIC "-//Rocky, Inc.//DTD Variants info//EN" "variants2012.dtd">
|
||||||
<variants>
|
<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 -->
|
<!-- List of architectures for BaseOS compose variant -->
|
||||||
<arches>
|
<arches>
|
||||||
<arch>i686</arch>
|
<arch>i686</arch>
|
||||||
|
Loading…
Reference in New Issue
Block a user