[ARVADOS] updated: 1.3.0-3084-g8f8329e7d

Git user git at public.arvados.org
Thu Sep 3 18:42:13 UTC 2020


Summary of changes:
 services/login-sync/bin/arvados-login-sync | 48 +++++++++++++++++++++++-------
 1 file changed, 37 insertions(+), 11 deletions(-)

       via  8f8329e7d99e9d1c0e753fb26bf4dc1e76828017 (commit)
       via  3241db378301b3d507e928776d5e3e511c38a998 (commit)
      from  a5b73a1a47bed348098dc116950a01b77c04c208 (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 8f8329e7d99e9d1c0e753fb26bf4dc1e76828017
Merge: a5b73a1a4 3241db378
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Thu Sep 3 14:41:59 2020 -0400

    Merge branch '16689-shell-sync-groups' refs #16689
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --cc services/login-sync/bin/arvados-login-sync
index aee911cfc,9152b2933..8162e22a2
--- a/services/login-sync/bin/arvados-login-sync
+++ b/services/login-sync/bin/arvados-login-sync
@@@ -174,18 -204,13 +201,17 @@@ begi
      end
  
      FileUtils.chown_R(l[:username], nil, userdotssh)
 -    FileUtils.chown_R(l[:username], nil, configarvados)
 +    FileUtils.chown_R(l[:username], nil, userdotconfig)
      File.chmod(0700, userdotssh)
 +    File.chmod(0700, userdotconfig)
 +    File.chmod(0700, configarvados)
      File.chmod(0750, homedir)
      File.chmod(0600, keysfile)
 -    File.chmod(0700, configarvados)
 +    if File.exist?(tokenfile)
 +      File.chmod(0600, tokenfile)
 +    end
    end
  
-   devnull.close
  rescue Exception => bang
    puts "Error: " + bang.to_s
    puts bang.backtrace.join("\n")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list