From ea2db7acbb8c20bedcab683781d2457d564cfb3b Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 23 Aug 2011 14:32:14 +0000 Subject: do not hardcode the domain for binrepos --- modules/buildsystem/templates/mgarepo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/buildsystem/templates/mgarepo.conf b/modules/buildsystem/templates/mgarepo.conf index d4be2b86..a7b8c43a 100644 --- a/modules/buildsystem/templates/mgarepo.conf +++ b/modules/buildsystem/templates/mgarepo.conf @@ -77,6 +77,6 @@ upload-bin = /usr/local/bin/wrapper.upload-bin run-prep = yes [binrepo] -download_url = http://binrepo.mageia.org/ -upload_host = binrepo.mageia.org +download_url = http://binrepo.<%= domain %>/ +upload_host = binrepo.<%= domain %> -- cgit v1.2.1