X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=ud-generate;fp=ud-generate;h=dacd0d099ca6adc23166c302c01e9b548cc5ac44;hb=c57441f9d922069df6dd31e0f1d2700a45c9d6d7;hp=770db6abe06d1203872581fdc0726bef53ddf031;hpb=7f7c3f842af6b715345cc2a1a8f8ed1af40e9bdb;p=mirror%2Fuserdir-ldap.git diff --git a/ud-generate b/ud-generate index 770db6a..dacd0d0 100755 --- a/ud-generate +++ b/ud-generate @@ -1330,7 +1330,7 @@ def generate_host(host, global_dir, all_accounts, all_hosts, ssh_userkeys): v = entry.split('=',1) if v[0] != 'GITOLITE' or len(v) != 2: continue options = v[1].split(',') - group = options.pop(0); + group = options.pop(0) gitolite_accounts = filter(lambda x: IsInGroup(x, [group], current_host), all_accounts) if 'nohosts' not in options: gitolite_hosts = filter(lambda x: GitoliteExportHosts.match(x[1]["hostname"][0]), all_hosts)