On Thu, May 10, 2018 at 05:26:33PM +0200, Andrea Bolognani wrote:
Follow the standard templating behavior instead of needlessly
hardcoding information in the script.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
projects/osinfo-db.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/projects/osinfo-db.yaml b/projects/osinfo-db.yaml
index 0d0a972..9e22c93 100644
--- a/projects/osinfo-db.yaml
+++ b/projects/osinfo-db.yaml
@@ -3,6 +3,7 @@
name: osinfo-db
machines: '{all_machines}'
title: osinfo database
+ archive_format: xz
Would it make sense to unify the file formats we use, so it's either all xz or
all gzip, I'm sorry if I'm asking the obvious, but I'm not familiar with any
historical reasons for such decisions (if there were any).
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>