-
Notifications
You must be signed in to change notification settings - Fork 3
/
kdepim-rules
282 lines (254 loc) · 5.78 KB
/
kdepim-rules
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
declare MODULE=kdepim
declare REPO=KDE/kdepim
create repository ${REPO}
end repository
##############
# Some stuff we want to ignore
##############
include kdepim-common-ignore-rules
# -runtime is in a separate repository
match /.*/${MODULE}/runtime/
end match
##############
# Main rules
##############
match /trunk/korganizer/doc/
repository ${REPO}
prefix doc/korganizer/
branch master
max revision 47447
end match
match /trunk/korganizer/
repository ${REPO}
prefix korganizer/
branch master
max revision 41240
end match
match /trunk/kdeutils/doc/karm/
repository ${REPO}
prefix doc/karm/
branch master
max revision 113098
end match
match /trunk/kdereview/blogilo/
repository ${REPO}
prefix blogilo/
branch kdereview
end match
match /trunk/playground/pim/blogilo/
repository ${REPO}
prefix blogilo/
branch playground
end match
match /trunk/kdenetwork/certmanager/
repository ${REPO}
prefix certmanager/
branch master
max revision 200754
end match
match /trunk/kdenetwork/kmail/
repository ${REPO}
prefix kmail/
branch master
max revision 200751
end match
match /trunk/kdenetwork/doc/kmail/
repository ${REPO}
prefix doc/kmail/
branch master
max revision 204756
end match
match /trunk/kdenetwork/kmailcvt/
repository ${REPO}
prefix kmailcvt/
branch master
max revision 200752
end match
match /trunk/kdenetwork/knode/
repository ${REPO}
prefix knode/
branch master
max revision 200752
end match
match /trunk/kdenetwork/doc/knode/
repository ${REPO}
prefix doc/knode/
branch master
max revision 213464
end match
match /trunk/kdepim/doc/knode/
repository ${REPO}
prefix doc/knode/
branch master
min revision 213465
end match
match /trunk/kdeutils/doc/knotes/
repository ${REPO}
prefix doc/knotes/
branch master
max revision 120752
end match
match /trunk/kdeutils/knotes/
repository ${REPO}
prefix knotes/
branch master
max revision 120752
end match
match /trunk/kdeutils/karm/
repository ${REPO}
prefix karm/
branch master
max revision 112128
end match
match /trunk/${REPO}libs/kleo(/|$)
repository ${REPO}
prefix libkleo/
branch master
max revision 691085
min revision 687486
end match
match /trunk/${REPO}libs/kpgp(/|$)
repository ${REPO}
prefix libkpgp/
branch master
max revision 684901
min revision 681873
end match
match /trunk/kdenetwork/(libkdenetwork)/(kpgp.*)
repository ${REPO}
branch master
prefix \1/\2
max revision 200753
end match
match /trunk/playground/pim/akonadi/akonadi_next/
repository ${REPO}
prefix akonadi/akonadi_next/
branch playground
end match
match /trunk/playground/pim/kjotsrewrite/akonadi_next/
repository ${REPO}
prefix kjots/akonadi_next/
branch playground
end match
match /trunk/playground/pim/kjotsrewrite/ #(collection|entity|model)
repository ${REPO}
prefix kjots
branch playground
end match
match /trunk/playground/pim/mailreader/
repository ${REPO}
prefix mailreader/
branch playground
end match
match /trunk/kdebase/kaddressbook/
repository ${REPO}
prefix kaddressbook/
branch master
max revision 163594
end match
match /branches/work/akregator/onlinesync/ #akregator/
repository ${REPO}
branch work/akregator/onlinesync
end match
match /trunk/playground/pim/calendarviews/
repository ${REPO}
prefix calendarviews/
branch playground
end match
match /trunk/kdereview/kabcclient/
repository ${REPO}
prefix kabcclient/
branch kdereview
end match
match /trunk/kdereview/doc/blogilo/
repository ${REPO}
prefix doc/blogilo/
branch kdereview
end match
match /trunk/playground/pim/doc/blogilo/
repository ${REPO}
prefix doc/blogilo/
branch playground
end match
match /trunk/KDE/kdeutils/kjots/
repository ${REPO}
prefix kjots/
branch master
max revision 808845
end match
match /trunk/KDE/kdeutils/doc/kjots/
repository ${REPO}
prefix doc/kjots/
branch master
max revision 808845
end match
match /trunk/playground/pim/microblog/demoapp/
repository ${REPO}
prefix akonadi/resources/microblog/demoapp/
branch playground
end match
match /trunk/playground/pim/mailreader/ #src/
repository ${REPO}
prefix mailreader/
branch playground
end match
match /branches/work/akonadi-ports/kdepimlibs/messagecomposer/
repository ${REPO}
prefix messagecomposer/
branch work/akonadi-ports
end match
###################################
include kdepim-modules-rules
##############
# Branches...
##############
match /branches/kdepim/(enterprise|enterprise4)/kde(pimlibs|base|libs)/
end match
# KOrganizer is kdepim
match /branches/(?:__)?KDE_(\d+)_(\d+)_BRANCH/korganizer/
prefix korganizer/
repository ${REPO}
branch \1.\2
max revision 409202
end match
match /branches/work/(kdepim)-(3.5.5\+)/
repository KDE/\1
branch \1-\2
end match
match /branches/work/(akregator)/(onlinesync)/
repository ${REPO}
branch \1/\2
end match
match /branches/(work)/(soc-gtd)/
repository ${REPO}
branch \1/\2
end match
include kdepim-branches-rules
##############
# Tags
##############
# Should be regenerated from cvs directly into git
match /tags/(?:__)?KDE_(\d+)_(\d+)_(\d+)_RELEASE/korganizer/
prefix korganizer/
repository ${REPO}
branch refs/tags/v\1.\2.\3
max revision 409202
annotated true
end match
match /tags/(?:__)?KDE_(\d+)_(\d+)_RELEASE/korganizer/
prefix korganizer/
repository ${REPO}
branch refs/tags/v\1.\2.0
max revision 16583
annotated true
end match
include kdepim-tags-rules
##############
# Recurse
##############
include kdepim-recurse-rules
##############
# Ignore everything else
##############
match /
end match