aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-04-05 13:02:44 -0700
committerDan Fandrich <danf@mageia.org>2024-04-05 13:04:43 -0700
commit33e445767642cd5678e9c505c6fd8bab32fbc1d7 (patch)
tree3313eea726ba51e4980a96753cc6a4f0efcd0835
parent82bfec6e44209b4e1bce115e4adca62d0fffb279 (diff)
downloadmgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar.gz
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar.bz2
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.tar.xz
mgaadvisories-33e445767642cd5678e9c505c6fd8bab32fbc1d7.zip
Fix make tar to compress the file
-rw-r--r--Makefile2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a087b87..77687a2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,4 +30,4 @@ install:
install -m 644 lib/MGA/Advisories.pm $(DESTDIR)$(perldir)/MGA
tar:
- git archive HEAD --prefix=$(TARNAME)-$(VERSION)/ -o $(TARNAME)-$(VERSION).tar.xz
+ git archive HEAD --prefix=$(TARNAME)-$(VERSION)/ | xz > $(TARNAME)-$(VERSION).tar.xz
diff --git a/NEWS b/NEWS
index bbe0c9e..be13b2e 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Version X
- have 'mksite' write JSON output files as well
- 'mksite' now runs twice as fast
- cross-check that at least one SRPM is listed in the advisory on publish
+- make tar now compresses the file
Version 0.27