We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c56fe3 commit 2f7423eCopy full SHA for 2f7423e
images/ad-server/install-packages.sh
@@ -11,8 +11,11 @@ get_custom_repo() {
11
}
12
13
install_packages_from="$1"
14
+samba_version_suffix="$2"
15
case "${install_packages_from}" in
16
samba-nightly)
17
+ # unset version suffix for nightly builds
18
+ samba_version_suffix=""
19
get_custom_repo "http://artifacts.ci.centos.org/samba/pkgs/master/fedora/samba-nightly-master.repo"
20
;;
21
custom-repo)
@@ -26,7 +29,7 @@ dnf install --setopt=install_weak_deps=False -y \
26
29
python3-jsonschema \
27
30
python3-samba \
28
31
python3-pyxattr \
- samba-dc \
32
+ "samba-dc${samba_version_suffix}" \
33
procps-ng \
34
/usr/bin/smbclient
35
dnf clean all
0 commit comments