/[adm]/puppet/modules/buildsystem/templates/mgarepo.conf
ViewVC logotype

Contents of /puppet/modules/buildsystem/templates/mgarepo.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 516 - (show annotations) (download)
Mon Dec 6 23:38:39 2010 UTC (13 years, 4 months ago) by blino
Original Path: puppet/modules/buildsystem/templates/repsys.conf
File size: 2006 byte(s)
use a mdv-youri-submit wrapper through sudo, for repsys
1 [global]
2 verbose = no
3 default_parent = svn+ssh://svn.<%= domain %>/svn/packages/cauldron
4 #url-map = svn\+ssh://svn\.mageia\.org/(.*) file:///\1
5 tempdir = /home/schedbot/repsys/tmp
6 use-binaries-repository = yes
7 binaries-repository = svn+ssh://svn.<%= domain %>/svn/binrepos
8 # ldap settings
9 # ldap is searched first: if not found, then [users] is read
10 # if ldap search matched, then [users] is not consulted
11 # if ldap is down, [users] is not consulted either
12 #
13 # we should have a generic fqdn here to use round-robin DNS
14 # enhancement for repsys: support multiple ldap servers here
15 ldap-server = ldap.<%= domain %>
16 ldap-base = ou=People,<%= dc_suffix %>
17 ldap-filterformat = (&(objectClass=inetOrgPerson)(uid=$username))
18 ldap-resultformat = $cn <$mail>
19 trunk-dir = cauldron
20
21 [log]
22 oldurl = svn+ssh://svn.<%= domain %>/svn/packages/misc
23 # controls up to which revision the rpm changelog
24 # will be constructed (default zero, i.e., oldest
25 # commit)
26 # revision-offset = 0
27 # commit lines containing this string won't be shown in the changelog:
28 ignore-string = SILENT
29
30 [template]
31 path = /usr/share/repsys/default.chlog
32
33 [users]
34 iurt = Mageia build bot <mageia-sysadm@<%= domain %>>
35
36 [submit]
37 default = cauldron
38 host = pkgsubmit.<%= domain %>
39
40 [submit cauldron]
41 target = /home/schedbot/repsys/srpms
42 allowed = svn+ssh://svn.<%= domain %>/svn/packages/cauldron svn+ssh://svn.<%= domain %>/svn/packages/branches/cauldron
43 rpm-macros = global cauldron
44
45 [macros global]
46 distsuffix = mga
47 # mkrel definition to be removed when rpm-setup is updated on main build node
48 mkrel(c:) = %{-c: 0.%{-c*}.}%{1}%{?subrel:.%subrel}%{?distsuffix:%distsuffix}%{?!distsuffix:mga}%{?distro_release:%distro_release}
49
50 [macros cauldron]
51 distro_release = 1.0
52 # 100 * major + minor
53 mgaversion = 100
54 manbo_release = 2
55 mageia_branch = cauldron
56
57 [helper]
58 create-srpm = /usr/share/repsys/create-srpm
59 upload-srpm = /usr/local/bin/mdv-youri-submit
60 # needed by mdvsys 2.0
61 install-buildrequires = sudo rurpmi --auto --no-suggests
62
63 [srpm]
64 run-prep = yes

  ViewVC Help
Powered by ViewVC 1.1.30