diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-23 14:32:14 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-23 14:32:14 +0000 |
commit | ea2db7acbb8c20bedcab683781d2457d564cfb3b (patch) | |
tree | 3f86926aec12abdba95674030e0f4637bcdc8529 /modules/buildsystem/templates | |
parent | 13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a (diff) | |
download | puppet-ea2db7acbb8c20bedcab683781d2457d564cfb3b.tar puppet-ea2db7acbb8c20bedcab683781d2457d564cfb3b.tar.gz puppet-ea2db7acbb8c20bedcab683781d2457d564cfb3b.tar.bz2 puppet-ea2db7acbb8c20bedcab683781d2457d564cfb3b.tar.xz puppet-ea2db7acbb8c20bedcab683781d2457d564cfb3b.zip |
do not hardcode the domain for binrepos
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/mgarepo.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 %> |