Copy over rpmmacros for hotness01.

This commit is contained in:
Ralph Bean 2014-11-20 16:26:49 +00:00
parent 47ca2dacb8
commit c38064329a
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
# rpmmacros for the-new-hotness to build source rpms in place in /var/tmp/
%_sourcedir .
%_srcrpmdir .

View file

@ -64,6 +64,12 @@
- config
- hotness
- name: Copy over rpmmacros configuration
copy: src=rpmmacros dest=/etc/rpm/macros.hotness
tags:
- config
- hotness
- name: Drop old /usr/share/fedmsg (once used for bugzilla cookies...)
file: dest=/usr/share/fedmsg state=absent
tags: