|
a/scripts/prep-scm-sandbox.py |
|
b/scripts/prep-scm-sandbox.py |
|
... |
|
... |
46 |
|
46 |
|
47 |
# Update LDAP
|
47 |
# Update LDAP
|
48 |
assert 0 == os.system('/usr/local/sbin/ldaptool modify -v -f %s' % LDIF_FILE)
|
48 |
assert 0 == os.system('/usr/local/sbin/ldaptool modify -v -f %s' % LDIF_FILE)
|
49 |
|
49 |
|
50 |
SSH_TMPL=string.Template('''
|
50 |
SSH_TMPL=string.Template('''
|
|
|
51 |
Host hg*-$veid hg*-${veid}.sb.sf.net
|
|
|
52 |
Hostname 10.58.${sb_host}.${sb}
|
|
|
53 |
Port 17
|
|
|
54 |
IdentityFile ~/.ssh/allura_rsa
|
|
|
55 |
|
51 |
Host svn*-$veid svn*-${veid}.sb.sf.net
|
56 |
Host svn*-$veid svn*-${veid}.sb.sf.net
|
52 |
Hostname 10.58.${sb_host}.${sb}
|
57 |
Hostname 10.58.${sb_host}.${sb}
|
53 |
Port 16
|
58 |
Port 16
|
54 |
IdentityFile ~/.ssh/allura_rsa
|
59 |
IdentityFile ~/.ssh/allura_rsa
|
55 |
|
60 |
|