[sysadmin-bin] Missing closing quote



commit a842394b185fdaff3791e9e5f4c6776025f0e3f6
Author: Andrea Veri <av gnome org>
Date:   Wed Nov 13 17:07:11 2013 +0100

    Missing closing quote

 create-auth |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index 830bc0e..2deb837 100755
--- a/create-auth
+++ b/create-auth
@@ -32,7 +32,7 @@ def get_md5sum_hash():
 ## Don't overload ldap.gnome.org too much, make use of our slave
 ## for the gnomecvs 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', '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]