From 24082513a0b1abc426689ef7fae603f77ac14b36 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 6 Dec 2024 09:12:01 +0100 Subject: [PATCH] stop deploying debs to web01 --- theforeman.org/pipelines/lib/packaging.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theforeman.org/pipelines/lib/packaging.groovy b/theforeman.org/pipelines/lib/packaging.groovy index b6b99c9c..94331d62 100644 --- a/theforeman.org/pipelines/lib/packaging.groovy +++ b/theforeman.org/pipelines/lib/packaging.groovy @@ -469,7 +469,7 @@ def rsync_to_debian_release(suite, component, deb_paths) { } def rsync_debian(user, ssh_key, suite, component, deb_paths) { - def hosts = ["web01.osuosl.theforeman.org", "repo-deb01.osuosl.theforeman.org"] + def hosts = ["repo-deb01.osuosl.theforeman.org"] for(host in hosts) { def target_path = "${user}@${host}:rsync_cache/${suite}/${component}/"