[freeside-commits] branch FREESIDE_4_BRANCH updated. 7156d7758f03979e266617e033b1c0870ba3ad98

Ivan ivan at 420.am
Mon Sep 18 15:36:01 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  7156d7758f03979e266617e033b1c0870ba3ad98 (commit)
      from  85da1b4d2deb6b0c0ff4031337f6592dfc9aaa3a (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 7156d7758f03979e266617e033b1c0870ba3ad98
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 18 15:36:01 2017 -0700

    don't error out if there aren't any bz2 files anymore

diff --git a/bin/freeside-debian-releases.sh b/bin/freeside-debian-releases.sh
index 3e4ee8f..84d4e92 100755
--- a/bin/freeside-debian-releases.sh
+++ b/bin/freeside-debian-releases.sh
@@ -51,5 +51,5 @@ gzip -c Packages >Packages.gz
 apt-ftparchive -qq sources ./ >Sources
 gzip -c Sources >Sources.gz
 #bzip2 -c Sources >Sources.bz2
-rm *bz2
+rm *bz2 || true
 apt-ftparchive -qq release ./ >Release

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

Summary of changes:
 bin/freeside-debian-releases.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list