From 753f379953c6efa1ef4abe3329aa57f1d7fe924c Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 10 Jun 2015 15:29:08 +0000 Subject: [PATCH] making taskotron artifacts into a real template and allowing subdirs of artifacts/all --- .../buildmaster/templates/artifacts.conf.j2 | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/roles/taskotron/buildmaster/templates/artifacts.conf.j2 b/roles/taskotron/buildmaster/templates/artifacts.conf.j2 index 565c7339c3..56363c816a 100644 --- a/roles/taskotron/buildmaster/templates/artifacts.conf.j2 +++ b/roles/taskotron/buildmaster/templates/artifacts.conf.j2 @@ -1,11 +1,19 @@ -Alias /artifacts /srv/taskotron/artifacts - +Alias /artifacts {{ public_artifacts_dir }} + Options +Indexes IndexOptions +NameWidth=* AllowOverride None Require all granted - + Options -Indexes + + + Options +Indexes + IndexOptions +NameWidth=* + AllowOverride None + Require all granted + +