diff options
author | Olivier Blin <blino@mageia.org> | 2010-12-05 22:28:27 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-12-05 22:28:27 +0000 |
commit | 42c774a405a7415b0197409d988630f932d1e486 (patch) | |
tree | 17a8d186cc1bbc248cf4db8ad73fd34dfa395606 | |
parent | 6d0b2072c8ea55430e4e19e853ef6f49b19965d2 (diff) | |
download | puppet-42c774a405a7415b0197409d988630f932d1e486.tar puppet-42c774a405a7415b0197409d988630f932d1e486.tar.gz puppet-42c774a405a7415b0197409d988630f932d1e486.tar.bz2 puppet-42c774a405a7415b0197409d988630f932d1e486.tar.xz puppet-42c774a405a7415b0197409d988630f932d1e486.zip |
trunk dir is cauldron, not hardcoded cooker from repsys
-rw-r--r-- | modules/buildsystem/templates/repsys.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/repsys.conf b/modules/buildsystem/templates/repsys.conf index a280d3bf..d630d51b 100644 --- a/modules/buildsystem/templates/repsys.conf +++ b/modules/buildsystem/templates/repsys.conf @@ -14,6 +14,7 @@ ldap-server = ldap.<%= domain %> ldap-base = ou=People,<%= dc_suffix %> ldap-filterformat = (&(objectClass=inetOrgPerson)(uid=$username)) ldap-resultformat = $cn <$mail> +trunk-dir = cauldron [log] oldurl = svn+ssh://svn.<%= domain %>/svn/packages/misc |