-
Notifications
You must be signed in to change notification settings - Fork 3
/
telepathy-kde-rules
194 lines (147 loc) · 3.66 KB
/
telepathy-kde-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
#
# Created by George Goldberg <[email protected]>
#
################
# Create the repositories
################
create repository kwhiteboard
end repository
create repository kopete-protocol-telepathy
end repository
create repository telepathy-accounts-kcm
end repository
create repository telepathy-accounts-kcm-plugins
end repository
create repository telepathy-approver
end repository
create repository telepathy-call-ui
end repository
create repository telepathy-chat-handler
end repository
create repository telepathy-contact-list
end repository
create repository telepathy-kde
end repository
create repository telepathy-launcher-kded
end repository
create repository telepathy-nepomuk-service
end repository
create repository telepathy-testlib
end repository
################
# Trunk match rules
################
####
# kwhiteboard match rules
match /trunk/playground/network/kwhiteboard/
repository kwhiteboard
branch master
min revision 1145573
end match
####
# kopete-protocol-telepathy match rules
match /trunk/KDE/kdenetwork/kopete/protocols/telepathy/
repository kopete-protocol-telepathy
branch master
min revision 588904
max revision 908246
end match
match /branches/work/kopete/kopete-tpqt4/protocols/telepathy/
repository kopete-protocol-telepathy
branch master
min revision 912104
max revision 984663
end match
match /trunk/playground/network/kopete/protocols/telepathy/
repository kopete-protocol-telepathy
branch master
min revision 996420
end match
####
# telepathy-accounts-kcm match rules
match /trunk/playground/network/telepathy-accounts-kcm/
repository telepathy-accounts-kcm
branch master
min revision 914722
end match
####
# telepathy-accounts-kcm-plugins match rules
match /trunk/playground/network/telepathy-accounts-kcm-plugins/
repository telepathy-accounts-kcm-plugins
branch master
min revision 1003645
end match
####
# telepathy-approver match rules
match /trunk/playground/network/telepathy-approver/
repository telepathy-approver
branch master
min revision 1176804
end match
####
# telepathy-call-ui match rules
match /trunk/playground/multimedia/kcall/
repository telepathy-call-ui
branch master
min revision 975938
max revision 975989
end match
match /trunk/playground/network/kcall/
repository telepathy-call-ui
branch master
min revision 978838
end match
####
# telepathy-chat-handler match rules
match /trunk/playground/network/telepathy-chat-handler/
repository telepathy-chat-handler
branch master
min revision 1128164
end match
####
# telepathy-contact-list match rules
match /trunk/playground/network/telepathy-contactlist/
repository telepathy-contact-list
branch master
min revision 1090140
end match
####
# telepathy-kde match rules
match /trunk/playground/network/libktelepathy/
repository telepathy-kde
branch master
min revision 1151686
end match
####
# telepathy-launcher-kded match rules
match /trunk/playground/network/telepathy-launcher-kded/
repository telepathy-launcher-kded
branch master
min revision 1024852
end match
####
# telepathy-nepomuk-service match rules
match /trunk/playground/network/telepathy-integration-daemon/
repository telepathy-nepomuk-service
branch master
min revision 984341
max revision 1181215
end match
match /trunk/playground/network/nepomuktelepathyservice/
repository telepathy-nepomuk-service
branch master
min revision 1181298
end match
####
# telepathy-testlib match rules
match /trunk/playground/network/telepathy-testlib/
repository telepathy-testlib
branch master
min revision 1158739
end match
################
# Ignore what's left over
################
# Ignore everything else
match /
end match