aboutsummaryrefslogtreecommitdiffstats
path: root/repsys.conf
blob: 2201ac1b068b68156cf70fc293f24adb27fcca87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[global]
verbose = no
default_parent = svn+ssh://svn.mandriva.com/svn/packages/cooker
url-map = svn\+ssh://svn\.mandriva\.com/(.*) file:///\1
#mirror = http://svn.mandriva.com/svn/packages/cooker/
#tempdir = /tmp

[log]
oldurl = svn+ssh://svn.mandriva.com/svn/packages/misc
# controls up to which revision the rpm changelog
# will be constructed (default zero, i.e., oldest
# commit)
revision-offset = 0
# commit lines containing this string won't be shown in the changelog:
ignore-string = SILENT
# and in case of only allowing a few lines to be visible, use this:
#unignore-string = CLOG
# see repsys.macros:
#macros-file = /etc/repsys.macros

[template]
path = /usr/share/repsys/default.chlog

[helper]
create-srpm = /usr/share/repsys/create-srpm
upload-srpm = /usr/local/bin/youri.devel

[users]
# jsmith = John Smith <jsmith26@example.com>

[submit]
host = kenobi.mandriva.com
default = Cooker

[submit Cooker]
target = /export/home/repsys
allowed = svn+ssh://svn.mandriva.com/svn/packages/cooker
scripts = /usr/share/repsys/rebrand-mdk
##
## rpm-macros refers to the sections containing the macros used for this
## target. The values will be used to build the rpmbuild command line. For
## example:
## 
##   [macros cooker]
##   a = b
##   c = %a
##
## will render in the command line: --define "a b" --define "c %a".
##
#rpm-macros = global cooker

#[macros global]
#distsuffix = mdv

#[macros cooker]
#mandriva_release = 2007.1