diff options
author | Olivier Blin <blino@mageia.org> | 2011-01-08 23:02:24 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2011-01-08 23:02:24 +0000 |
commit | d597c9ba9da3c12648ebddf9a486f6d06042363f (patch) | |
tree | 300a8cccdd1912a76c8d4b8a5b7adb56016e5931 /modules/buildsystem | |
parent | 6c559adede3ed62c0a18175c951aa503fcd2a133 (diff) | |
download | puppet-d597c9ba9da3c12648ebddf9a486f6d06042363f.tar puppet-d597c9ba9da3c12648ebddf9a486f6d06042363f.tar.gz puppet-d597c9ba9da3c12648ebddf9a486f6d06042363f.tar.bz2 puppet-d597c9ba9da3c12648ebddf9a486f6d06042363f.tar.xz puppet-d597c9ba9da3c12648ebddf9a486f6d06042363f.zip |
do not hardcode schedbot home dir
Diffstat (limited to 'modules/buildsystem')
-rw-r--r-- | modules/buildsystem/templates/repsys.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/repsys.conf b/modules/buildsystem/templates/repsys.conf index 10a67538..83bf0d4c 100644 --- a/modules/buildsystem/templates/repsys.conf +++ b/modules/buildsystem/templates/repsys.conf @@ -2,7 +2,7 @@ verbose = no default_parent = svn+ssh://svn.<%= domain %>/svn/packages/cauldron #url-map = svn\+ssh://svn\.mageia\.org/(.*) file:///\1 -tempdir = /home/schedbot/repsys/tmp +tempdir = <%= sched_home_dir %>/repsys/tmp use-binaries-repository = yes binaries-repository = svn+ssh://svn.<%= domain %>/svn/binrepos # ldap settings @@ -38,7 +38,7 @@ default = cauldron host = pkgsubmit.<%= domain %> [submit cauldron] -target = /home/schedbot/repsys/srpms +target = <%= sched_home_dir %>/repsys/srpms allowed = svn+ssh://svn.<%= domain %>/svn/packages/cauldron svn+ssh://svn.<%= domain %>/svn/packages/branches/cauldron rpm-macros = global cauldron |