[freeside-commits] branch FREESIDE_4_BRANCH updated. 679c813eeea75f7592784a815046599afd63faf3
Ivan
ivan at 420.am
Tue Sep 12 21:02:57 PDT 2017
The branch, FREESIDE_4_BRANCH has been updated
via 679c813eeea75f7592784a815046599afd63faf3 (commit)
from 11a45322de7eca3075449e9dfa368fc1be5d5ba6 (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 679c813eeea75f7592784a815046599afd63faf3
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 12 21:02:56 2017 -0700
stretch-happy Releases files
diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index ed4c005..d715219 100755
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -45,8 +45,10 @@ pdebuild --pbuilderroot sudo --debbuildopts "-b -rfakeroot -uc -us" --buildresul
cd $DIR && rm -f freeside_*
cd $TARGET && rm -f *.gz
-apt-ftparchive -qq packages ./ | gzip >Packages.gz
-apt-ftparchive -qq sources ./ | gzip >Sources.gz
-apt-ftparchive -qq packages ./ | bzip2 >Packages.bz2
-apt-ftparchive -qq sources ./ | bzip2 >Sources.bz2
+apt-ftparchive -qq packages ./ >Packages
+gzip -c Packages >Packages.gz
+bzip2 -c Packages >Packagez.bz2
+apt-ftparchive -qq sources ./ >Sources
+gzip -c Sources >Sources.gz
+bzip2 -c Sources >Sources.bz2
apt-ftparchive -qq release ./ >Release
-----------------------------------------------------------------------
Summary of changes:
bin/freeside-debian-releases.sh | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
More information about the freeside-commits
mailing list