aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/iurt.conf
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-31 09:32:43 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-31 09:32:43 +0000
commit5dd2bf6f4e21ee505fd31c5fa9ecefb3036f59dc (patch)
tree010a0cdd96640c3dd924320a5a7cc964d372a332 /modules/buildsystem/templates/iurt.conf
parente808760d4909bc2d9778b2bb1079db8219c6d473 (diff)
downloadpuppet-5dd2bf6f4e21ee505fd31c5fa9ecefb3036f59dc.tar
puppet-5dd2bf6f4e21ee505fd31c5fa9ecefb3036f59dc.tar.gz
puppet-5dd2bf6f4e21ee505fd31c5fa9ecefb3036f59dc.tar.bz2
puppet-5dd2bf6f4e21ee505fd31c5fa9ecefb3036f59dc.tar.xz
puppet-5dd2bf6f4e21ee505fd31c5fa9ecefb3036f59dc.zip
buildsystem::distros: remove iurt_use_bootstrap option
This option is no longer needed with the no_mirror option.
Diffstat (limited to 'modules/buildsystem/templates/iurt.conf')
-rw-r--r--modules/buildsystem/templates/iurt.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/buildsystem/templates/iurt.conf b/modules/buildsystem/templates/iurt.conf
index 4cf34898..34809afa 100644
--- a/modules/buildsystem/templates/iurt.conf
+++ b/modules/buildsystem/templates/iurt.conf
@@ -14,11 +14,7 @@
upload => '<%= build_login %>@pkgsubmit:~/uploads/',
upload_queue => '<%= build_login %>@pkgsubmit:~/uploads/queue/',
unwanted_packages => '^monotone-',
-<%- if distro['iurt_use_bootstrap'] -%>
- repository => 'http://<%= scope.lookupvar('buildsystem::var::repository::hostname') %>/bootstrap/',
-<%- else -%>
repository => 'http://<%= scope.lookupvar('buildsystem::var::repository::hostname') %>/<%= scope.lookupvar('buildsystem::var::repository::distribdir') %>/',
-<%- end -%>
log_url => 'http://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/queue/build/',
admin => 'mageia-sysadm@mageia.org',
packager => 'Iurt the rebuild bot <mageia-sysadm@mageia.org>',