diff options
author | Michael Scherer <misc@mageia.org> | 2011-08-23 14:32:13 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-08-23 14:32:13 +0000 |
commit | 13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a (patch) | |
tree | 5ccd5871432223f590f061da2a57376b0434b7d5 /modules/buildsystem | |
parent | 65234ca11d057fda4b1191dc3addd288b693a151 (diff) | |
download | puppet-13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a.tar puppet-13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a.tar.gz puppet-13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a.tar.bz2 puppet-13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a.tar.xz puppet-13e8ea0f56b349e6cb13f1ab385f2726a0d17e2a.zip |
do not hardcode the domain name
Diffstat (limited to 'modules/buildsystem')
-rwxr-xr-x | modules/buildsystem/templates/iurt2010.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/iurt2010.1 b/modules/buildsystem/templates/iurt2010.1 index bcb70faa..44633e9b 100755 --- a/modules/buildsystem/templates/iurt2010.1 +++ b/modules/buildsystem/templates/iurt2010.1 @@ -5,4 +5,4 @@ then exit 1 fi ARCH=$(rpm --eval %_target_cpu) -iurt --chrooted-urpmi -m contrib/release main/release ../../../2010.1-mgaserv/$ARCH -- http://repository.mageia.org/mandriva/ -r mandriva2010.1 $ARCH $@ +iurt --chrooted-urpmi -m contrib/release main/release ../../../2010.1-mgaserv/$ARCH -- http://repository.<%= domain %>/mandriva/ -r mandriva2010.1 $ARCH $@ |