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
This commit is contained in:
Joshua Hesketh 2016-06-17 19:25:03 +10:00
parent 18e8579614
commit c9ab30d4d2

View File

@ -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'