aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2015-11-01 18:53:19 +0000
committerPascal Terjan <pterjan@gmail.com>2015-11-01 18:54:28 +0000
commita813a95bb7e3e973aa05aec296028c324c347867 (patch)
treed81278e62c2828f45c7c2f6d6954a998ade0b824
parent8924f5908e78aad2dc8da83a5cef7c34b00d5076 (diff)
downloadpuppet-a813a95bb7e3e973aa05aec296028c324c347867.tar
puppet-a813a95bb7e3e973aa05aec296028c324c347867.tar.gz
puppet-a813a95bb7e3e973aa05aec296028c324c347867.tar.bz2
puppet-a813a95bb7e3e973aa05aec296028c324c347867.tar.xz
puppet-a813a95bb7e3e973aa05aec296028c324c347867.zip
Expose armv5tl bootstrap as mirror on internal repository
-rw-r--r--modules/buildsystem/templates/vhost_repository.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf
index ffc0d868..d16cdb63 100644
--- a/modules/buildsystem/templates/vhost_repository.conf
+++ b/modules/buildsystem/templates/vhost_repository.conf
@@ -17,6 +17,9 @@ distros = scope.lookupvar('buildsystem::var::distros::distros')
RewriteRule ^/qa/checksrpm/ - [L,G]
+ # Temporary hack
+ Alias /distrib/cauldron/armv5tl/ "/distrib/bootstrap/distrib/cauldron/armv5tl/"
+
<%-
distros.keys.sort.each{|distroname|
distro = distros[distroname]