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