[ARVADOS] updated: f0b1d5bf37334b1d80b1d7f0a17a465ebf1c34df
git at public.curoverse.com
git at public.curoverse.com
Tue Jan 21 11:36:58 EST 2014
Summary of changes:
apps/admin/setup-new-user.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via f0b1d5bf37334b1d80b1d7f0a17a465ebf1c34df (commit)
from ab32bf9232962ab372f54b2bd5fe770b28a0e565 (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 f0b1d5bf37334b1d80b1d7f0a17a465ebf1c34df
Author: Ward Vandewege <ward at curoverse.com>
Date: Tue Jan 21 11:36:46 2014 -0500
Fix error message when the all-users group can not be found.
diff --git a/apps/admin/setup-new-user.rb b/apps/admin/setup-new-user.rb
index 01fdfc6..61c711f 100755
--- a/apps/admin/setup-new-user.rb
+++ b/apps/admin/setup-new-user.rb
@@ -91,7 +91,7 @@ group = arv.group.list(where: {name: 'All users'})[:items].select do |g|
g[:uuid].match /-f+$/
end.first
if not group
- abort "Could not look up virtual machine with uuid #{vm_uuid.inspect}. Stop."
+ abort "Could not look up the 'all users' group with uuid '*-*-fffffffffffffff'. Stop."
end
log.info { "\"all users\" group uuid: " + group[:uuid] }
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list