[freeside-commits] branch FREESIDE_3_BRANCH updated. 797198aa56051b5e5cbe1935568e4ba1b39fa082

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


The branch, FREESIDE_3_BRANCH has been updated
       via  797198aa56051b5e5cbe1935568e4ba1b39fa082 (commit)
      from  df506d96df0ba3854d7a263c4f10ac028ffc8c6e (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 797198aa56051b5e5cbe1935568e4ba1b39fa082
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 18 15:36:02 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 100644
--- 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