Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
ci: drop BDB1539 hack and bump to f27 (#83)
Browse files Browse the repository at this point in the history
This should have been fixed a long time ago now. Let's go back to doing
this the PAPR way.
  • Loading branch information
jlebon authored and cgwalters committed Feb 2, 2018
1 parent 6c3bc55 commit 2542626
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .papr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ branches:
required: true

container:
image: registry.fedoraproject.org/fedora:25
image: registry.fedoraproject.org/fedora:27

# temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553
#packages:
# - '@buildsys-build'
# - python3-devel
packages:
- '@buildsys-build'
- python3-devel

tests:
# temp workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1483553
- if (dnf upgrade -y || :) |& grep -q -e BDB1539; then
rpm --rebuilddb; dnf upgrade -y;
fi; dnf install -y python3-devel '@buildsys-build'
- pip3 install flake8 pylint -r requirements.txt
- flake8 *.py papr/*.py papr/utils/*.py
- pylint -E *.py papr

0 comments on commit 2542626

Please sign in to comment.