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 be39f90 commit 50ddec4Copy full SHA for 50ddec4
images/server/install-packages.sh
@@ -13,7 +13,7 @@ get_custom_repo() {
13
install_packages_from="$1"
14
case "${install_packages_from}" in
15
samba-nightly)
16
- get_custom_repo "http://artifacts.ci.centos.org/gluster/nightly-samba/master/fedora/samba-nightly-master.repo"
+ get_custom_repo "http://artifacts.ci.centos.org/samba/pkgs/master/fedora/samba-nightly-master.repo"
17
;;
18
custom-repo)
19
get_custom_repo "${INSTALL_CUSTOM_REPO}"
0 commit comments