From 93a38842564b8ba1db9861c4956ba3ed2ebe2d37 Mon Sep 17 00:00:00 2001
From: Moritz Holtz <moritz.holtz@rwth-aachen.de>
Date: Thu, 7 Apr 2016 19:31:11 +0200
Subject: [PATCH] Makefile: do not compress the offline repo packages file

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f522d54..f636b56 100644
--- a/Makefile
+++ b/Makefile
@@ -595,7 +595,7 @@ $(REPO_DIST_DIR)/binary-$(call altarch,$(PRIMARY_ARCH))/Packages.bz2 $(REPO_DIST
 		>> "$(REPO_DIST_DIR)/binary-$*/Release"
 
 	cd "$(REPO_ARCHIVE_DIR)" \
-	&& cat Packages.noarch "Packages.$*" | bzip2 -c9 > "$(REPO_DIST_DIR)/binary-$*/Packages.bz2"
+	&& cat Packages.noarch "Packages.$*" > "$(REPO_DIST_DIR)/binary-$*/Packages.bz2"
 
 #The following rules requires none of its dependencies. However, it writes a timestamp to the metadata
 #that should always be "newer" than the dependencies.
-- 
GitLab