[sysadmin-bin] Add webapps.gnome.org on the machines that should query view-back when create-auth runs



commit 693bd7f6acbe701cfc837c4d46212f1c763ee3df
Author: Andrea Veri <av gnome org>
Date:   Tue Feb 18 12:21:21 2014 +0100

    Add webapps.gnome.org on the machines that should query view-back when create-auth runs

 create-auth |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/create-auth b/create-auth
index 2deb837..2edd43c 100755
--- a/create-auth
+++ b/create-auth
@@ -30,9 +30,9 @@ def get_md5sum_hash():
     return user_md5sums
 
 ## Don't overload ldap.gnome.org too much, make use of our slave
-## for the gnomecvs and ftpbasic groups.
+## for the gnomecvs, gnomeweb, webusers and ftpbasic groups.
 
-SLAVE_CONNECTED_MACHINES = ['git.gnome.org', 'master.gnome.org', 'clipboard.gnome.org', 'webapps2.gnome.org']
+SLAVE_CONNECTED_MACHINES = ['git.gnome.org', 'master.gnome.org', 'clipboard.gnome.org', 'webapps.gnome.org', 
'webapps2.gnome.org']
 
 if socket.gethostname() in SLAVE_CONNECTED_MACHINES:
     ldap_server = 'view.gnome.org'


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