copr-be: disable auto_packing
https://docs.pagure.org/copr.copr/rpkg_util_2_vs_3.html https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/thread/3JORYRKDWFMJSR35Z4LIKDEXH2T5263H/
This commit is contained in:
parent
4b8e7671f5
commit
ac3a331eeb
2 changed files with 11 additions and 2 deletions
|
@ -117,8 +117,12 @@
|
|||
- name: put copr-rpmbuild configuration file in the right place
|
||||
copy: src=files/main.ini dest=/etc/copr-rpmbuild/main.ini
|
||||
|
||||
# This taks is to be dropped once we migrate to F35. On F35, we want to keep
|
||||
# the default /etc/rpkg.conf untouched!
|
||||
- name: put rpkg configuration file to the right place
|
||||
copy: src=files/rpkg.conf dest=/etc/rpkg.conf
|
||||
when:
|
||||
- prepare_base_image is not defined
|
||||
|
||||
- name: mockbuilder user
|
||||
user: name=mockbuilder groups=mock
|
||||
|
@ -181,6 +185,9 @@
|
|||
- name: Update gem2rpm package to the latest version
|
||||
dnf: state=latest pkg=rubygem-gem2rpm
|
||||
|
||||
# We want to drop this change with F35, too.
|
||||
# See https://pagure.io/copr/copr/pull-request/1950
|
||||
- name: copy temporary rpkg.conf.j2 until builders run F35
|
||||
copy: src=files/copr-rpmbuild/rpkg.conf.j2 dest=/etc/copr-rpmbuild/rpkg.conf.j2
|
||||
when:
|
||||
- prepare_base_image is not defined
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
[rpkg]
|
||||
preprocess_spec = True
|
||||
|
||||
# auto-packing is deprecated:
|
||||
auto_pack = True
|
||||
# Auto packing off.
|
||||
# https://docs.pagure.org/copr.copr/rpkg_util_2_vs_3.html
|
||||
# https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/thread/3JORYRKDWFMJSR35Z4LIKDEXH2T5263H/
|
||||
#auto_pack = True
|
||||
|
||||
base_output_path = /tmp/rpkg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue