From f83dff4476817c673482504567b131fc78cd8460 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 25 Aug 2013 01:43:39 +0000 Subject: [PATCH] make sure we have dirs we need and symlink shared bits for compose --- tasks/koji/releng_config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml index ae92fd1b36..24be2b4adf 100644 --- a/tasks/koji/releng_config.yml +++ b/tasks/koji/releng_config.yml @@ -92,10 +92,15 @@ - /pub/epel - /pub/alt - /epel + - /srv/pungi + - /mnt/fedora_koji - /var/spool/rsyslog -- name: symlink /srv/pungi - action: file src=/mnt/fedora_koji/compose dest=/srv/pungi state=link +- name: symlink /srv/pungi/spin-kickstarts + action: file src=/mnt/fedora_koji/compose/spin-kickstarts dest=/srv/pungi/spin-kickstarts state=link + +- name: symlink /srv/pungi/cache + action: file src=/mnt/fedora_koji/compose/cache dest=/srv/pungi/cache state=link - name: add builder infra yum repo action: copy src=$files/kojibuilder/builder-infrastructure.repo dest=/etc/yum.repos.d/builder-infrastructure.repo