[ARVADOS] updated: 54a8c91cda42a5be9fa0f532605e3bc3262b240a
Git user
git at public.curoverse.com
Tue Oct 18 09:06:33 EDT 2016
Summary of changes:
services/login-sync/bin/arvados-login-sync | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via 54a8c91cda42a5be9fa0f532605e3bc3262b240a (commit)
from 2dd5e12d5cd92fbc746bb1d3e30dfba3e871fd72 (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 54a8c91cda42a5be9fa0f532605e3bc3262b240a
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Oct 18 09:01:54 2016 -0400
10232: Increase ascii art.
diff --git a/services/login-sync/bin/arvados-login-sync b/services/login-sync/bin/arvados-login-sync
index 89f6b03..720c636 100755
--- a/services/login-sync/bin/arvados-login-sync
+++ b/services/login-sync/bin/arvados-login-sync
@@ -94,7 +94,9 @@ begin
@homedir = Etc.getpwnam(l[:username]).dir
userdotssh = File.join(@homedir, ".ssh")
Dir.mkdir(userdotssh) if !File.exists?(userdotssh)
- newkeys = keys[l[:username]].join("\n") + "\n"
+
+ newkeys = "###\n###\n" + keys[l[:username]].join("\n") + "\n###\n###\n"
+
keysfile = File.join(userdotssh, "authorized_keys")
if File.exists?(keysfile)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list