From c9ab30d4d2245c9ca5cc9d01aa8e541991a7aef2 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 17 Jun 2016 19:25:03 +1000 Subject: [PATCH] Fix the destination for eavesdrop site The httproot is /srv/meetbot-openstack. jenkins doesn't have write permissions to that directory, but all of the destinations are correctly owned by jenkins. This should fix the irc-meetings-publish job. Change-Id: Icc094b436e4e24c9062ee75fb288150fbc953143 --- hiera/group/zuul-merger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiera/group/zuul-merger.yaml b/hiera/group/zuul-merger.yaml index 43513bbbb6..27eeda8a3a 100644 --- a/hiera/group/zuul-merger.yaml +++ b/hiera/group/zuul-merger.yaml @@ -8,7 +8,7 @@ zuul_sites: - name: 'eavesdrop.openstack.org' host: 'eavesdrop.openstack.org' user: 'jenkins' - root: '/srv/static' + root: '/srv/meetbot-openstack' - name: 'static.openstack.org' host: 'static.openstack.org'