Skip to content

Commit b435882

Browse files
committed
Merge branch 'releng-3.1' into dev
2 parents 6936fef + 465283f commit b435882

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

channels/releng/alteriso

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
alteriso=3.0
1+
alteriso=3.1

channels/releng/config.any

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,23 +76,12 @@ nochname=true
7676
# List of packages required for build
7777
# The following packages are checked to see if they are installed before running build.sh
7878
# Also, wizard.sh will install it automatically.
79-
dependence=(
80-
# "alterlinux-keyring"
81-
# "archiso"
82-
"arch-install-scripts"
83-
"curl"
84-
"dosfstools"
85-
"edk2-shell"
86-
"git"
87-
"libburn"
88-
"libisofs"
89-
"lz4"
90-
"lzo"
91-
"make"
92-
"squashfs-tools"
93-
"libisoburn"
94-
# "lynx"
95-
"xz"
96-
"zlib"
97-
"zstd"
79+
readarray -t dependence < <(printf "%s\n" "${dependence[@]}" | grep -xv "alterlinux-keyring")
80+
81+
# Modules to include
82+
# An array of module directory names to include.
83+
# This setting cannot be changed by an argument.
84+
modules=(
85+
base
86+
share
9887
)

0 commit comments

Comments
 (0)