[freeside-commits] branch FREESIDE_3_BRANCH updated. 7f5fae23796039cfca017e26d3a9fed28256aed4

Ivan ivan at 420.am
Thu Sep 4 22:04:19 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  7f5fae23796039cfca017e26d3a9fed28256aed4 (commit)
      from  4937c72b80c662966ecfabba7f99141e4ca9b095 (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 7f5fae23796039cfca017e26d3a9fed28256aed4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 4 22:04:18 2014 -0700

    don't try to download the -d done dir, RT#29053

diff --git a/bin/aradial-sftp_and_import b/bin/aradial-sftp_and_import
index b0878e2..778ee23 100755
--- a/bin/aradial-sftp_and_import
+++ b/bin/aradial-sftp_and_import
@@ -127,6 +127,8 @@ else {
 
 foreach my $filename ( @$ls ) {
 
+  next if $opt_d && $filename eq $opt_d;
+
   warn "Downloading $filename\n" if $opt_v;
 
   #get the file

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

Summary of changes:
 bin/aradial-sftp_and_import |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list