From 435b0ee8962e933600145e1ffaef10353ee33f31 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Tue, 20 Jul 2021 14:26:04 -0400 Subject: [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 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in (limited to 'MANIFEST.in') 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 -- cgit