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

Commit

Permalink
papr: hook papr to papr (#47)
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 #43.
  • Loading branch information
jlebon authored Jun 19, 2017
1 parent 66c539b commit 1dad81f
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
@@ -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)

0 comments on commit 1dad81f

Please sign in to comment.