[sysadmin-bin] gitlab-test has been dropped



commit d7742b5f7a452d0433df665d89f7bd57c0b3872f
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 12 14:45:39 2018 +0200

    gitlab-test has been dropped

 create-auth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/create-auth b/create-auth
index 6fb88a7..332ec69 100755
--- a/create-auth
+++ b/create-auth
@@ -397,7 +397,7 @@ def create_directory_structure (user_data):
             os.chown (user_dir_name, 0, 0)
             shutil.copy2('/root/.ssh/authorized_keys', authorized_keys_file)
 
-        if socket.gethostname() in ('gitlab.gnome.org', 'gitlab-test.gnome.org'):
+        if socket.gethostname() == 'gitlab.gnome.org':
            user_dir_name = users_directory_name + "/git"
            authorized_keys_file = user_dir_name + "/authorized_keys"
            os.mkdir (user_dir_name, 0700)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]