aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/youri/submit-todo.conf
blob: a575602efee2fde3029bf97bf593d75156722b61 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<% 
escaped_domain = domain.gsub('.','\.')
repository_root = scope.lookupvar('buildsystem::var::repository::bootstrap_root')
sched_home_dir = scope.lookupvar('buildsystem::var::scheduler::homedir')
sched_login = scope.lookupvar('buildsystem::var::scheduler::login')
%>

home: <%= sched_home_dir %>

# repository declaration
repository:
    class: Youri::Repository::Mageia
    options:
        install_root: <%= repository_root %>/distrib
        upload_root: ${home}/uploads/
        upload_state: todo done queue
        queue: todo
        noarch: i586
        svn: <%= scope.lookupvar('buildsystem::var::mgarepo::svn_root_packages_ssh') %>/<%= scope.lookupvar('buildsystem::var::distros::default_distro') %>/
        2:
            arch: i586 x86_64
        1:
            arch: i586 x86_64
        infra_1:
            arch: i586 x86_64
        infra_2:
            arch: i586 x86_64
        cauldron:
            arch: i586 x86_64

# targets definition
targets:
    cauldron:
        checks:
            - source
            - deps
            - version
            #- svn
            - tag
            - acl
            - host
            #- section
            - rpmlint
            - recency
            #- history
            - queue_recency
        actions:
            - send
            - rpminfo
            - ulri

    1:
        checks:
            - source
            - version
            #- svn
            - tag
            - acl
            - host
            #- section
            - rpmlint
            - recency
            #- history
            - queue_recency
        actions:
            - send
            - rpminfo
            - ulri

    2:
        checks:
            - source
            - version
            #- svn
            - tag
            - acl
            - host
            #- section
            - rpmlint
            - recency
            #- history
            - queue_recency
        actions:
            - send
            - rpminfo
            - ulri

    infra_1:
        checks:
            - source
            - version
            - tag
            - acl
            - rpmlint
            - recency
            - queue_recency
        actions:
            - send
            - rpminfo
            - ulri

    infra_2:
        checks:
            - source
            - version
            - tag
            - acl
            - rpmlint
            - recency
            - queue_recency
        actions:
            - send
            - rpminfo
            - ulri

# checks definition
checks:
    tag:
        class: Youri::Submit::Check::Tag
        options:
            tags:
                release: 'mga\d+'
              #  packager: '<\S+@<%= escaped_domain %>>$'
                distribution: '^Mageia'
                vendor: '^Mageia.Org$'

    recency:
        class: Youri::Submit::Check::Recency

    queue_recency:
        class: Youri::Submit::Check::Queue_recency

    host:
        class: Youri::Submit::Check::Host
        options:
                   host_file:  /etc/youri/host.conf

    section:
        class: Youri::Submit::Check::Section

    rpmlint:
        class: Youri::Submit::Check::Rpmlint
        options:
            config: /etc/rpmlint/config
            results:
                - buildprereq-use
                - no-description-tag
                - no-summary-tag
                - non-standard-group
                - non-xdg-migrated-menu
                # it breaks dbus
                #- patch-not-applied
                - percent-in-conflicts
                - percent-in-dependency
                - percent-in-obsoletes
                - percent-in-provides
                - summary-ended-with-dot
                - invalid-spec-name
                - noarch-python-in-64bit-path
            cauldron:
                config: /usr/share/rpmlint/config
                path:   /usr/bin/rpmlint
            1:
                config: /usr/share/rpmlint/config.mga2
                path:   /usr/bin/mga2-rpmlint
            2:
                config: /usr/share/rpmlint/config.mga2
                path:   /usr/bin/mga2-rpmlint
            infra_1:
                config: /usr/share/rpmlint/config.mga2
                path:   /usr/bin/mga2-rpmlint
            infra_2:
                config: /usr/share/rpmlint/config.mga2
                path:   /usr/bin/mga2-rpmlint
    svn:
        class: Youri::Submit::Check::SVN

    acl:
        class: Youri::Submit::Check::ACL
        options:
            acl_file: /etc/youri/acl.conf

    history:
        class: Youri::Submit::Check::History

    source:
        class: Youri::Submit::Check::Source

    precedence:
        class: Youri::Submit::Check::Precedence
        options:        
            target: cauldron

    version:
        class: Youri::Submit::Check::Version
        options:
           2:
               authorized_packages: none_package_authorized
               authorized_sections: ^(core|nonfree|tainted)/(updates_testing|backports_testing)$
               authorized_arches: none
               mode: freeze

           1:
               authorized_packages: none_package_authorized
               authorized_sections: ^none$
               authorized_arches: none
               mode: freeze

           cauldron:
#               authorized_sections: ^[a-z]+/updates_testing$
               authorized_sections: ^$
               authorized_packages: ^$
               authorized_arches: none
               authorized_users: ^<%= scope.function_group_members(['mga-release_managers']).join('|') %>$
#               mode: normal
#               mode: version_freeze
               mode: freeze

    deps:
        class: Youri::Submit::Check::Deps

# actions definitions
actions:
    send:
        class: Youri::Submit::Action::Send
        options:
            user: <%= sched_login %>
            keep_svn_release: yes
            uphost: pkgsubmit.<%= domain %>
            root: ${home}/uploads
            ssh_key: ${home}/.ssh/id_rsa

    rpminfo:
        class: Youri::Submit::Action::Rpminfo
        options:
            user:  <%= sched_login %>
            uphost: pkgsubmit.<%= domain %>
            root: ${home}/uploads
            ssh_key: ${home}/.ssh/id_rsa

    ulri:
        class: Youri::Submit::Action::Ulri
        options:
            user:  <%= sched_login %>
            uphost: pkgsubmit.<%= domain %>
            ssh_key: ${home}/.ssh/id_rsa
            logfile: /var/log/<%= sched_login %>/ulri.log

# vim:ft=yaml:et:sw=4