[ARVADOS] updated: 4d069ac2af110685fa13aef5a6cc1d2c090da2fc

git at public.curoverse.com git at public.curoverse.com
Thu Dec 19 10:33:30 EST 2013


Summary of changes:
 apps/admin/setup-new-user.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  4d069ac2af110685fa13aef5a6cc1d2c090da2fc (commit)
      from  73e1bfac301b9285f734374abe84d8146897c585 (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.


commit 4d069ac2af110685fa13aef5a6cc1d2c090da2fc
Author: Tom Clegg <tom at clinicalfuture.com>
Date:   Tue Dec 17 09:39:46 2013 -0800

    Fix up usage error message

diff --git a/apps/admin/setup-new-user.rb b/apps/admin/setup-new-user.rb
index e2bf1cf..17c19a4 100755
--- a/apps/admin/setup-new-user.rb
+++ b/apps/admin/setup-new-user.rb
@@ -21,7 +21,7 @@ active, the given repository already exists, etc.
 end
     
 if ARGV.count != 3
-  abort "Usage: #{$0} user_uuid_or_email user_and_repo_name vm_uuid"
+  Trollop::die "required arguments are missing"
 end
 user_arg, user_repo_name, vm_uuid = ARGV
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list