aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2021-07-20 14:26:04 -0400
committerJake Hunsaker <jhunsake@redhat.com>2021-07-29 12:50:01 -0400
commit435b0ee8962e933600145e1ffaef10353ee33f31 (patch)
treec01604c7f0f68a87841ae3315eb54c3e24c20911 /MANIFEST.in
parent27f3b7e8c34820681ca8c3228a2b9e24550764e2 (diff)
downloadsos-435b0ee8962e933600145e1ffaef10353ee33f31.tar.gz
[build,tests] Include .po files for manual builds, add cirrus test
First, adds a MANIFEST.in file for distutils to reference, so that we can easily ensure that the .po files are included in any manual build from the git checkout. Second, add a cirrus task to ensure that basic rpm builds from the git checkout can be done by the user. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..75ce7feb
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@
+include po/*.po