Skip to content

Commit

Permalink
Update setup for easier packaging and publish a tarball
Browse files Browse the repository at this point in the history
Changes have been made to the setup.cfg file so that this repository
can be packaged (rpm, deb, etc) easier. This change also updates the
project layout so that we're publishing the code to tarballs, which
again, makes it easy to package config_template for distros.

Change-Id: I7f3ee2a847995e5572f1241f3952ed2720a23958
Signed-off-by: Kevin Carter <kecarter@redhat.com>
  • Loading branch information
Kevin Carter committed Jul 17, 2019
1 parent bb4e18d commit 99d8c3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Expand Up @@ -18,7 +18,8 @@ build-dir = doc/build
source-dir = doc/source

[pbr]
warnerrors = True
skip_authors = True
skip_changelog = True

[wheel]
universal = 1
Expand All @@ -29,5 +30,5 @@ setup-hooks =

[files]
data_files =
usr/share/ansible/plugins/action = action/*
usr/share/ansible/plugins/modules = library/*
share/ansible/plugins/action = action/*
share/ansible/plugins/modules = library/*
3 changes: 3 additions & 0 deletions zuul.d/project.yaml
Expand Up @@ -24,3 +24,6 @@
gate:
jobs:
- openstack-ansible-python3-ubuntu-bionic
post:
jobs:
- publish-openstack-python-branch-tarball

0 comments on commit 99d8c3c

Please sign in to comment.