[freeside-commits] branch FREESIDE_3_BRANCH updated. 73123102cfae1f5e7a25353220acfc049af0c199
Ivan
ivan at 420.am
Tue Sep 12 21:06:28 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via 73123102cfae1f5e7a25353220acfc049af0c199 (commit)
from fe7c85dff78d23bd34c9bc81c390c31ba167d49a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 73123102cfae1f5e7a25353220acfc049af0c199
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 12 21:06:27 2017 -0700
stretch-happy Releases files
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index d715219..3e4ee8f 100644
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -47,8 +47,9 @@ cd $TARGET && rm -f *.gz
apt-ftparchive -qq packages ./ >Packages
gzip -c Packages >Packages.gz
-bzip2 -c Packages >Packagez.bz2
+#bzip2 -c Packages >Packagez.bz2
apt-ftparchive -qq sources ./ >Sources
gzip -c Sources >Sources.gz
-bzip2 -c Sources >Sources.bz2
+#bzip2 -c Sources >Sources.bz2
+rm *bz2
apt-ftparchive -qq release ./ >Release
-----------------------------------------------------------------------
Summary of changes:
bin/freeside-debian-releases.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list