[arvados] updated: 2.6.0-272-gcc0c17337

git repository hosting git at public.arvados.org
Thu Jun 15 13:05:20 UTC 2023


Summary of changes:
 services/login-sync/bin/arvados-login-sync | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cc0c17337c94152134d33f2a9d5a91389508307c (commit)
      from  49dabf8a44770ab79960ceb91b08c2cb19eb2730 (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 cc0c17337c94152134d33f2a9d5a91389508307c
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Jun 15 10:05:01 2023 -0300

    20643: Improves error message.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/services/login-sync/bin/arvados-login-sync b/services/login-sync/bin/arvados-login-sync
index b66367224..0a9648db9 100755
--- a/services/login-sync/bin/arvados-login-sync
+++ b/services/login-sync/bin/arvados-login-sync
@@ -177,7 +177,7 @@ begin
 
     homedir = pwnam[l[:username]].dir
     if !File.exist?(homedir)
-      STDERR.puts "Home directory #{homedir} from user #{username} doesn't exist. Skipping."
+      STDERR.puts "Cannot set up user #{username} because their home directory #{homedir} does not exist. Skipping."
       next
     end
     userdotssh = File.join(homedir, ".ssh")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list