[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 39a45d12d311026900350aa095577def2cd3bb03

Ivan ivan at 420.am
Fri Nov 30 19:36:49 PST 2012


The branch, FREESIDE_2_3_BRANCH has been updated
       via  39a45d12d311026900350aa095577def2cd3bb03 (commit)
      from  b3f8d200be3833b4f60ceae973f2e76d57e0b3cb (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 39a45d12d311026900350aa095577def2cd3bb03
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Nov 30 19:36:48 2012 -0800

    have freeside-monthly take and pass a -m flag so it can tell the upload to wait for billing jobs, RT#6802

diff --git a/FS/bin/freeside-monthly b/FS/bin/freeside-monthly
index 0d6ea14..69502a0 100755
--- a/FS/bin/freeside-monthly
+++ b/FS/bin/freeside-monthly
@@ -7,7 +7,7 @@ use FS::UID qw(adminsuidsetup);
 &untaint_argv;	#what it sounds like  (eww)
 #use vars qw($opt_d $opt_v $opt_p $opt_a $opt_s $opt_y);
 use vars qw(%opt);
-getopts("p:a:d:vsy:", \%opt);
+getopts("p:a:d:vsy:m", \%opt);
 
 my $user = shift or die &usage;
 adminsuidsetup $user;
@@ -72,6 +72,8 @@ the bill and collect methods of a cust_main object.  See L<FS::cust_main>.
 
   -v: enable debugging
 
+  -m: Experimental multi-process mode (delay upload jobs until billing jobs complete)
+
 user: From the mapsecrets file - see config.html from the base documentation
 
 custnum: if one or more customer numbers are specified, only bills those

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

Summary of changes:
 FS/bin/freeside-monthly |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list