copr builder: update nosync and add F24
This commit is contained in:
parent
c86337a4cf
commit
bc9acd48cc
2 changed files with 2 additions and 2 deletions
|
@ -61,5 +61,5 @@
|
|||
- nss-softokn-freebl.i686
|
||||
# DNF module will not resolve the deps, we must install deps manualy!
|
||||
- name: install i686 version of nosync for multilib building
|
||||
dnf: name=https://kojipkgs.fedoraproject.org//packages/nosync/1.0/3.fc23/i686/nosync-1.0-3.fc23.i686.rpm state=present
|
||||
dnf: name=https://kojipkgs.fedoraproject.org//packages/nosync/1.0/5.fc24/i686/nosync-1.0-5.fc24.i686.rpm state=present
|
||||
when: prepare_base_image is defined
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
- name: prepare cache
|
||||
when: prepare_base_image is defined
|
||||
async: 14400
|
||||
shell: "for i in epel-5-i386 epel-5-x86_64 epel-6-i386 epel-6-x86_64 epel-7-x86_64 fedora-22-i386 fedora-22-x86_64 fedora-23-i386 fedora-23-x86_64 fedora-rawhide-i386 fedora-rawhide-x86_64; do mock --init -r $i; done"
|
||||
shell: "for i in epel-5-i386 epel-5-x86_64 epel-6-i386 epel-6-x86_64 epel-7-x86_64 fedora-22-i386 fedora-22-x86_64 fedora-23-i386 fedora-23-x86_64 fedora-24-i386 fedora-24-x86_64 fedora-rawhide-i386 fedora-rawhide-x86_64; do mock --init -r $i; done"
|
||||
|
||||
- name: mockbuilder user
|
||||
user: name=mockbuilder groups=mock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue