Skip to content

Commit e3a0a39

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
images: do not unset samba_version_suffix on nightly variants
I'm not entirely sure what I was thinking when putting this in originally - possibly that the var was primarily for doing release builds and we'd never have nightly builds get released. However, it's occasionally useful for testing and the var is unset by default so remove it and simply require that the one avoid setting samba_version_suffix on nightly builds if one doesn't want it to apply. Signed-off-by: John Mulligan <[email protected]>
1 parent 4371e31 commit e3a0a39

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

images/ad-server/install-packages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ OS_BASE="$(. /etc/os-release && echo "${ID}")"
1919

2020
case "${install_packages_from}" in
2121
samba-nightly)
22-
# unset version suffix for nightly builds
23-
samba_version_suffix=""
2422
get_custom_repo "https://artifacts.ci.centos.org/samba/pkgs/master/${OS_BASE}/samba-nightly-master.repo"
2523
;;
2624
custom-repo)

images/server/install-packages.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ OS_BASE="$(. /etc/os-release && echo "${ID}")"
1919

2020
case "${install_packages_from}" in
2121
samba-nightly)
22-
# unset version suffix for nightly builds
23-
samba_version_suffix=""
2422
get_custom_repo "https://artifacts.ci.centos.org/samba/pkgs/master/${OS_BASE}/samba-nightly-master.repo"
2523
;;
2624
custom-repo)

0 commit comments

Comments
 (0)