Copy over rpmmacros for hotness01.
This commit is contained in:
parent
47ca2dacb8
commit
c38064329a
2 changed files with 10 additions and 0 deletions
4
roles/hotness/files/rpmmacros
Normal file
4
roles/hotness/files/rpmmacros
Normal file
|
@ -0,0 +1,4 @@
|
|||
# rpmmacros for the-new-hotness to build source rpms in place in /var/tmp/
|
||||
|
||||
%_sourcedir .
|
||||
%_srcrpmdir .
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue