Skip to content

Commit efc1d9f

Browse files
committed
Add kdenetwork rules. So far, they only cover trunk development (no branches or tags).
1 parent f1a0b05 commit efc1d9f

File tree

1 file changed

+209
-0
lines changed

1 file changed

+209
-0
lines changed

kdenetwork-rules

Lines changed: 209 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,209 @@
1+
#
2+
# Created by George Goldberg <[email protected]>
3+
#
4+
5+
### This stuff commented out but can be useful if converting this rules file back to
6+
### generating a monolithic kdenetwork repo.
7+
8+
#create repository KDE/kdenetwork
9+
#end repository
10+
11+
#match /trunk/kdenetwork/
12+
# repository KDE/kdenetwork
13+
# branch master
14+
# min revision 221
15+
# max revision 409155
16+
#end match
17+
18+
#match /trunk/KDE/kdenetwork/
19+
# repository KDE/kdenetwork
20+
# branch master
21+
# min revision 409776
22+
#end match
23+
24+
# Ignore everything else
25+
#match /
26+
#end match
27+
28+
29+
####################################################################################################
30+
31+
32+
# These are rules for split-repository generation.
33+
# Should the "consensus" opt for full-module repos, they
34+
# should be fairly straightforward to convert for generating
35+
# one monolithic repository instead.
36+
37+
################
38+
# Create the repositories
39+
################
40+
41+
create repository filesharing
42+
end repository
43+
44+
create repository kdnssd
45+
end repository
46+
47+
create repository kget
48+
end repository
49+
50+
create repository kopete
51+
end repository
52+
53+
create repository kppp
54+
end repository
55+
56+
create repository krdc
57+
end repository
58+
59+
create repository krfb
60+
end repository
61+
62+
create repository torrent
63+
end repository
64+
65+
################
66+
# Trunk match rules
67+
################
68+
69+
####
70+
# filesharing match rules
71+
72+
match /trunk/KDE/kdenetwork/filesharing/
73+
repository filesharing
74+
branch master
75+
min revision 410634
76+
end match
77+
78+
match /trunk/kdenetwork/filesharing/
79+
repository filesharing
80+
branch master
81+
min revision 145702
82+
max revision 408950
83+
end match
84+
85+
####
86+
# kdnssd match rules
87+
88+
match /trunk/kdenetwork/kdnssd/
89+
repository kdnssd
90+
branch master
91+
min revision 368436
92+
max revision 406402
93+
end match
94+
95+
match /trunk/KDE/kdenetwork/kdnssd/
96+
repository kdnssd
97+
branch master
98+
min revision 410634
99+
end match
100+
101+
####
102+
# kget match rules
103+
104+
match /trunk/kdenetwork/kget/
105+
repository kget
106+
branch master
107+
min revision 141006
108+
max revision 647302
109+
end match
110+
111+
match /trunk/KDE/kdenetwork/kget/
112+
repository kget
113+
branch master
114+
min revision 647303
115+
end match
116+
117+
# FIXME: Looks like a massive merge back to trunk done by svn cp here :S
118+
119+
####
120+
# kppp match rules
121+
122+
match /trunk/kdenetwork/kppp/
123+
repository kppp
124+
branch master
125+
min revision 3105
126+
max revision 406679
127+
end match
128+
129+
match /trunk/KDE/kdenetwork/kppp/
130+
repository kppp
131+
branch master
132+
min revision 409776
133+
end match
134+
135+
####
136+
# krdc match rules
137+
138+
# FIXME: Does krdc have any history prior to this in KDE svn?
139+
140+
match /trunk/KDE/kdenetwork/krdc/
141+
repository krdc
142+
branch master
143+
min revision 669104
144+
end match
145+
146+
####
147+
# krfb match rules
148+
149+
match /trunk/kdenetwork/krfb/
150+
repository krfb
151+
branch master
152+
min revision 125891
153+
max revision 401169
154+
end match
155+
156+
match /trunk/KDE/kdenetwork/krfb/
157+
repository krfb
158+
branch master
159+
min revision 410634
160+
end match
161+
162+
####
163+
# torrent match rules
164+
165+
match /trunk/kdenetwork/kfile-plugins/torrent/
166+
repository torrent
167+
branch master
168+
min revision 342870
169+
max revision 407266
170+
end match
171+
172+
match /trunk/KDE/kdenetwork/kfile-plugins/torrent/
173+
repository torrent
174+
branch master
175+
min revision 410634
176+
max revision 946656
177+
end match
178+
179+
match /trunk/KDE/kdenetwork/strigi-analyzer/torrent/
180+
repository torrent
181+
branch master
182+
min revision 946662
183+
end match
184+
185+
####
186+
# Kopete match rules
187+
188+
match /trunk/kdenetwork/kopete/
189+
repository kopete
190+
branch master
191+
min revision 129465
192+
max revision 409155
193+
end match
194+
195+
match /trunk/KDE/kdenetwork/kopete/
196+
repository kopete
197+
branch master
198+
min revision 409776
199+
end match
200+
201+
202+
################
203+
# Ignore what's left over
204+
################
205+
206+
# Ignore everything else
207+
match /
208+
end match
209+

0 commit comments

Comments
 (0)