[freeside-commits] branch FREESIDE_4_BRANCH updated. 62a476ee0cadc661d81fa829fcbbed646b86d493

Ivan ivan at 420.am
Tue Sep 12 17:42:14 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  62a476ee0cadc661d81fa829fcbbed646b86d493 (commit)
      from  d042ecdcaa52df7b2e677f8963b96401c4f0871f (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 62a476ee0cadc661d81fa829fcbbed646b86d493
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Sep 12 17:42:13 2017 -0700

    check more of the build infrastrcture in

diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 7b95bb6..ed4c005 100755
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -12,7 +12,7 @@ fi
 
 DATE=`date +"%Y%m%d"`
 DIR="/home/autobuild/packages/staging/freeside$FS_VERSION/$FS_REPO"
-TARGET="/home/jeremyd/public_html/freeside$FS_VERSION-$DISTRO-$FS_REPO"
+TARGET="/home/autobuild/public_html/freeside$FS_VERSION-$DISTRO-$FS_REPO"
 
 if [ ! -d "$DIR" -a -d $TARGET ]; then
 
@@ -42,7 +42,11 @@ pdebuild --pbuilderroot sudo --debbuildopts "-b -rfakeroot -uc -us" --buildresul
 
 #--buildresult gets the file where it needs to be, may need to clean up DIR
 
-cd $DIR; rm -f freeside_*
-cd $TARGET; rm -f *.gz
+cd $DIR && rm -f freeside_*
+cd $TARGET && rm -f *.gz
 
-$TARGET/APT
+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 release ./ >Release

-----------------------------------------------------------------------

Summary of changes:
 bin/freeside-debian-releases.sh |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list