Skip to content

Commit

Permalink
papr: hook papr to papr
Browse files Browse the repository at this point in the history
So that we have more PAPR in our PAPR.

This is just running flake8 for now, because I want to hook up homu to
this repo.

This is a start for projectatomic#43.
  • Loading branch information
jlebon committed Jun 19, 2017
1 parent 66c539b commit aa6b10a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .papr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
branches:
- master
- auto
- try

required: true

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

tests:
- pip3 install flake8
- flake8 *.py utils/*.py
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ please see [RUNNING](RUNNING.md).
- [projectatomic/commissaire-service](https://github.com/projectatomic/commissaire-service)
- [projectatomic/container-storage-setup](https://github.com/projectatomic/container-storage-setup)
- [projectatomic/docker](https://github.com/projectatomic/docker)
- [projectatomic/papr](https://github.com/projectatomic/papr)
- [projectatomic/registries](https://github.com/projectatomic/registries)
- [projectatomic/rpm-ostree](https://github.com/projectatomic/rpm-ostree)

Expand Down

0 comments on commit aa6b10a

Please sign in to comment.