Merge lp:~cjohnston/ubuntu-ci-services-itself/rename-names into lp:ubuntu-ci-services-itself

Proposed by Chris Johnston
Status: Merged
Approved by: Francis Ginther
Approved revision: 64
Merged at revision: 64
Proposed branch: lp:~cjohnston/ubuntu-ci-services-itself/rename-names
Merge into: lp:ubuntu-ci-services-itself
Diff against target: 505 lines (+50/-50)
44 files modified
branch-source-builder/bsbuilder/__init__.py (+1/-1)
branch-source-builder/bsbuilder/resources/root.py (+1/-1)
branch-source-builder/bsbuilder/resources/v1.py (+1/-1)
branch-source-builder/bsbuilder/tests/test_v1.py (+1/-1)
branch-source-builder/bsbuilder/wsgi.py (+1/-1)
branch-source-builder/run_worker (+1/-1)
branch-source-builder/setup.py (+2/-2)
ci-utils/ci_utils/__init__.py (+1/-1)
ci-utils/ci_utils/amqp_utils.py (+1/-1)
ci-utils/ci_utils/create_db.py (+1/-1)
ci-utils/ci_utils/data_store/__init__.py (+1/-1)
ci-utils/ci_utils/data_store/tests/test-data-store.py (+1/-1)
ci-utils/ci_utils/restish_utils.py (+1/-1)
ci-utils/ci_utils/tastypie/resource.py (+1/-1)
ci-utils/ci_utils/tastypie/test.py (+1/-1)
ci-utils/ci_utils/tests/test_amqp.py (+1/-1)
ci-utils/ci_utils/tests/test_restish.py (+1/-1)
ci-utils/setup.py (+2/-2)
image-builder/imagebuilder/__init__.py (+1/-1)
image-builder/imagebuilder/resources/root.py (+1/-1)
image-builder/imagebuilder/resources/v1.py (+1/-1)
image-builder/imagebuilder/tests/test_api_v1.py (+1/-1)
image-builder/imagebuilder/wsgi.py (+1/-1)
image-builder/setup.py (+2/-2)
lander/lander/__init__.py (+1/-1)
lander/lander/resources/root.py (+1/-1)
lander/lander/resources/v1.py (+1/-1)
lander/lander/utils.py (+1/-1)
lander/lander/wsgi.py (+1/-1)
lander/setup.py (+2/-2)
ppa-assigner/local_settings.py.example (+1/-1)
ppa-assigner/ppa_assigner/__init__.py (+1/-1)
ppa-assigner/ppa_assigner/admin.py (+1/-1)
ppa-assigner/ppa_assigner/api.py (+1/-1)
ppa-assigner/ppa_assigner/launchpad.py (+1/-1)
ppa-assigner/ppa_assigner/management/__init__.py (+1/-1)
ppa-assigner/ppa_assigner/management/commands/clean_ppas.py (+1/-1)
ppa-assigner/ppa_assigner/management/commands/integration_test.py (+1/-1)
ppa-assigner/ppa_assigner/models.py (+1/-1)
ppa-assigner/ppa_assigner/settings.py (+1/-1)
ppa-assigner/ppa_assigner/tests.py (+1/-1)
ppa-assigner/ppa_assigner/urls.py (+1/-1)
ppa-assigner/setup.py (+2/-2)
ticket_system/setup.py (+2/-2)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-ci-services-itself/rename-names
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+199973@code.launchpad.net

Commit message

s/Ubuntu CI Services/Ubuntu CI Engine

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

Look good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'branch-source-builder/bsbuilder/__init__.py'
2--- branch-source-builder/bsbuilder/__init__.py 2013-12-09 20:05:05 +0000
3+++ branch-source-builder/bsbuilder/__init__.py 2013-12-23 19:47:25 +0000
4@@ -1,4 +1,4 @@
5-# Ubuntu CI Services
6+# Ubuntu CI Engine
7 # Copyright 2013 Canonical Ltd.
8
9 # This program is free software: you can redistribute it and/or modify it
10
11=== modified file 'branch-source-builder/bsbuilder/resources/root.py'
12--- branch-source-builder/bsbuilder/resources/root.py 2013-12-09 20:05:05 +0000
13+++ branch-source-builder/bsbuilder/resources/root.py 2013-12-23 19:47:25 +0000
14@@ -1,4 +1,4 @@
15-# Ubuntu CI Services
16+# Ubuntu CI Engine
17 # Copyright 2013 Canonical Ltd.
18
19 # This program is free software: you can redistribute it and/or modify it
20
21=== modified file 'branch-source-builder/bsbuilder/resources/v1.py'
22--- branch-source-builder/bsbuilder/resources/v1.py 2013-12-13 21:52:17 +0000
23+++ branch-source-builder/bsbuilder/resources/v1.py 2013-12-23 19:47:25 +0000
24@@ -1,4 +1,4 @@
25-# Ubuntu CI Services
26+# Ubuntu CI Engine
27 # Copyright 2013 Canonical Ltd.
28
29 # This program is free software: you can redistribute it and/or modify it
30
31=== modified file 'branch-source-builder/bsbuilder/tests/test_v1.py'
32--- branch-source-builder/bsbuilder/tests/test_v1.py 2013-12-13 21:52:17 +0000
33+++ branch-source-builder/bsbuilder/tests/test_v1.py 2013-12-23 19:47:25 +0000
34@@ -1,4 +1,4 @@
35-# Ubuntu CI Services
36+# Ubuntu CI Engine
37 # Copyright 2013 Canonical Ltd.
38
39 # This program is free software: you can redistribute it and/or modify it
40
41=== modified file 'branch-source-builder/bsbuilder/wsgi.py'
42--- branch-source-builder/bsbuilder/wsgi.py 2013-12-11 16:51:46 +0000
43+++ branch-source-builder/bsbuilder/wsgi.py 2013-12-23 19:47:25 +0000
44@@ -1,5 +1,5 @@
45 #!/usr/bin/env python
46-# Ubuntu CI Services
47+# Ubuntu CI Engine
48 # Copyright 2013 Canonical Ltd.
49
50 # This program is free software: you can redistribute it and/or modify it
51
52=== modified file 'branch-source-builder/run_worker'
53--- branch-source-builder/run_worker 2013-12-13 21:52:17 +0000
54+++ branch-source-builder/run_worker 2013-12-23 19:47:25 +0000
55@@ -1,5 +1,5 @@
56 #!/usr/bin/env python
57-# Ubuntu CI Services
58+# Ubuntu CI Engine
59 # Copyright 2013 Canonical Ltd.
60
61 # This program is free software: you can redistribute it and/or modify it
62
63=== modified file 'branch-source-builder/setup.py'
64--- branch-source-builder/setup.py 2013-12-12 22:34:51 +0000
65+++ branch-source-builder/setup.py 2013-12-23 19:47:25 +0000
66@@ -1,5 +1,5 @@
67 #!/usr/bin/env python
68-# Ubuntu CI Services
69+# Ubuntu CI Engine
70 # Copyright 2013 Canonical Ltd.
71
72 # This program is free software: you can redistribute it and/or modify it
73@@ -35,7 +35,7 @@
74 setup(
75 name='branch-source-builder',
76 version=bsbuilder.__version__,
77- description='Branch/Source Builder component of Ubuntu CI Services',
78+ description='Branch/Source Builder component of Ubuntu CI Engine',
79 author='Canonical CI Engineering Team',
80 license='AGPL',
81 packages=packages,
82
83=== modified file 'ci-utils/ci_utils/__init__.py'
84--- ci-utils/ci_utils/__init__.py 2013-11-22 04:54:50 +0000
85+++ ci-utils/ci_utils/__init__.py 2013-12-23 19:47:25 +0000
86@@ -1,4 +1,4 @@
87-# Ubuntu CI Services
88+# Ubuntu CI Engine
89 # Copyright 2013 Canonical Ltd.
90
91 # This program is free software: you can redistribute it and/or modify it
92
93=== modified file 'ci-utils/ci_utils/amqp_utils.py'
94--- ci-utils/ci_utils/amqp_utils.py 2013-12-13 21:52:17 +0000
95+++ ci-utils/ci_utils/amqp_utils.py 2013-12-23 19:47:25 +0000
96@@ -1,4 +1,4 @@
97-# Ubuntu CI Services
98+# Ubuntu CI Engine
99 # Copyright 2013 Canonical Ltd.
100
101 # This program is free software: you can redistribute it and/or modify it
102
103=== modified file 'ci-utils/ci_utils/create_db.py'
104--- ci-utils/ci_utils/create_db.py 2013-11-24 18:27:59 +0000
105+++ ci-utils/ci_utils/create_db.py 2013-12-23 19:47:25 +0000
106@@ -1,4 +1,4 @@
107-# Ubuntu CI Services
108+# Ubuntu CI Engine
109 # Copyright 2013 Canonical Ltd.
110
111 # This program is free software: you can redistribute it and/or modify it
112
113=== modified file 'ci-utils/ci_utils/data_store/__init__.py'
114--- ci-utils/ci_utils/data_store/__init__.py 2013-12-11 16:10:43 +0000
115+++ ci-utils/ci_utils/data_store/__init__.py 2013-12-23 19:47:25 +0000
116@@ -1,5 +1,5 @@
117 #!/usr/bin/env python
118-# Ubuntu CI Services
119+# Ubuntu CI Engine
120 # Copyright 2013 Canonical Ltd.
121
122 # This program is free software: you can redistribute it and/or modify it
123
124=== modified file 'ci-utils/ci_utils/data_store/tests/test-data-store.py'
125--- ci-utils/ci_utils/data_store/tests/test-data-store.py 2013-12-12 15:18:58 +0000
126+++ ci-utils/ci_utils/data_store/tests/test-data-store.py 2013-12-23 19:47:25 +0000
127@@ -1,5 +1,5 @@
128 #!/usr/bin/env python
129-# Ubuntu CI Services
130+# Ubuntu CI Engine
131 # Copyright 2013 Canonical Ltd.
132
133 # This program is free software: you can redistribute it and/or modify it
134
135=== modified file 'ci-utils/ci_utils/restish_utils.py'
136--- ci-utils/ci_utils/restish_utils.py 2013-12-12 21:54:45 +0000
137+++ ci-utils/ci_utils/restish_utils.py 2013-12-23 19:47:25 +0000
138@@ -1,4 +1,4 @@
139-# Ubuntu CI Services
140+# Ubuntu CI Engine
141 # Copyright 2013 Canonical Ltd.
142
143 # This program is free software: you can redistribute it and/or modify it
144
145=== modified file 'ci-utils/ci_utils/tastypie/resource.py'
146--- ci-utils/ci_utils/tastypie/resource.py 2013-12-12 23:20:35 +0000
147+++ ci-utils/ci_utils/tastypie/resource.py 2013-12-23 19:47:25 +0000
148@@ -1,4 +1,4 @@
149-# Ubuntu CI Services
150+# Ubuntu CI Engine
151 # Copyright 2012-2013 Canonical Ltd.
152
153 # This program is free software: you can redistribute it and/or modify it
154
155=== modified file 'ci-utils/ci_utils/tastypie/test.py'
156--- ci-utils/ci_utils/tastypie/test.py 2013-12-12 16:53:14 +0000
157+++ ci-utils/ci_utils/tastypie/test.py 2013-12-23 19:47:25 +0000
158@@ -1,4 +1,4 @@
159-# Ubuntu CI Services
160+# Ubuntu CI Engine
161 # Copyright 2013 Canonical Ltd.
162
163 # This program is free software: you can redistribute it and/or modify it
164
165=== modified file 'ci-utils/ci_utils/tests/test_amqp.py'
166--- ci-utils/ci_utils/tests/test_amqp.py 2013-12-13 21:52:17 +0000
167+++ ci-utils/ci_utils/tests/test_amqp.py 2013-12-23 19:47:25 +0000
168@@ -1,4 +1,4 @@
169-# Ubuntu CI Services
170+# Ubuntu CI Engine
171 # Copyright 2013 Canonical Ltd.
172
173 # This program is free software: you can redistribute it and/or modify it
174
175=== modified file 'ci-utils/ci_utils/tests/test_restish.py'
176--- ci-utils/ci_utils/tests/test_restish.py 2013-12-12 21:54:45 +0000
177+++ ci-utils/ci_utils/tests/test_restish.py 2013-12-23 19:47:25 +0000
178@@ -1,4 +1,4 @@
179-# Ubuntu CI Services
180+# Ubuntu CI Engine
181 # Copyright 2013 Canonical Ltd.
182
183 # This program is free software: you can redistribute it and/or modify it
184
185=== modified file 'ci-utils/setup.py'
186--- ci-utils/setup.py 2013-12-12 22:34:51 +0000
187+++ ci-utils/setup.py 2013-12-23 19:47:25 +0000
188@@ -1,5 +1,5 @@
189 #!/usr/bin/env python
190-# Ubuntu CI Services
191+# Ubuntu CI Engine
192 # Copyright 2013 Canonical Ltd.
193
194 # This program is free software: you can redistribute it and/or modify it
195@@ -35,7 +35,7 @@
196 setup(
197 name='ci-utils',
198 version=ci_utils.__version__,
199- description='Common utilities for Ubuntu CI Services',
200+ description='Common utilities for Ubuntu CI Engine',
201 author='Andy Doan',
202 author_email='andy.doan@ubuntu.com',
203 license='AGPL',
204
205=== modified file 'image-builder/imagebuilder/__init__.py'
206--- image-builder/imagebuilder/__init__.py 2013-12-12 05:20:33 +0000
207+++ image-builder/imagebuilder/__init__.py 2013-12-23 19:47:25 +0000
208@@ -1,4 +1,4 @@
209-# Ubuntu CI Services
210+# Ubuntu CI Engine
211 # Copyright 2013 Canonical Ltd.
212
213 # This program is free software: you can redistribute it and/or modify it
214
215=== modified file 'image-builder/imagebuilder/resources/root.py'
216--- image-builder/imagebuilder/resources/root.py 2013-12-12 05:20:33 +0000
217+++ image-builder/imagebuilder/resources/root.py 2013-12-23 19:47:25 +0000
218@@ -1,4 +1,4 @@
219-# Ubuntu CI Services
220+# Ubuntu CI Engine
221 # Copyright 2013 Canonical Ltd.
222
223 # This program is free software: you can redistribute it and/or modify it
224
225=== modified file 'image-builder/imagebuilder/resources/v1.py'
226--- image-builder/imagebuilder/resources/v1.py 2013-12-12 20:06:01 +0000
227+++ image-builder/imagebuilder/resources/v1.py 2013-12-23 19:47:25 +0000
228@@ -1,4 +1,4 @@
229-# Ubuntu CI Services
230+# Ubuntu CI Engine
231 # Copyright 2013 Canonical Ltd.
232
233 # This program is free software: you can redistribute it and/or modify it
234
235=== modified file 'image-builder/imagebuilder/tests/test_api_v1.py'
236--- image-builder/imagebuilder/tests/test_api_v1.py 2013-12-12 05:20:33 +0000
237+++ image-builder/imagebuilder/tests/test_api_v1.py 2013-12-23 19:47:25 +0000
238@@ -1,4 +1,4 @@
239-# Ubuntu CI Services
240+# Ubuntu CI Engine
241 # Copyright 2013 Canonical Ltd.
242
243 # This program is free software: you can redistribute it and/or modify it
244
245=== modified file 'image-builder/imagebuilder/wsgi.py'
246--- image-builder/imagebuilder/wsgi.py 2013-12-12 20:04:52 +0000
247+++ image-builder/imagebuilder/wsgi.py 2013-12-23 19:47:25 +0000
248@@ -1,5 +1,5 @@
249 #!/usr/bin/env python
250-# Ubuntu CI Services
251+# Ubuntu CI Engine
252 # Copyright 2013 Canonical Ltd.
253
254 # This program is free software: you can redistribute it and/or modify it
255
256=== modified file 'image-builder/setup.py'
257--- image-builder/setup.py 2013-12-20 06:02:21 +0000
258+++ image-builder/setup.py 2013-12-23 19:47:25 +0000
259@@ -1,5 +1,5 @@
260 #!/usr/bin/env python
261-# Ubuntu CI Services
262+# Ubuntu CI Engine
263 # Copyright 2013 Canonical Ltd.
264
265 # This program is free software: you can redistribute it and/or modify it
266@@ -35,7 +35,7 @@
267 setup(
268 name='image-builder',
269 version=imagebuilder.__version__,
270- description='Image Builder component of Ubuntu CI Services',
271+ description='Image Builder component of Ubuntu CI Engine',
272 author='Canonical CI Engineering Team',
273 license='AGPL',
274 packages=packages,
275
276=== modified file 'lander/lander/__init__.py'
277--- lander/lander/__init__.py 2013-12-14 20:46:49 +0000
278+++ lander/lander/__init__.py 2013-12-23 19:47:25 +0000
279@@ -1,4 +1,4 @@
280-# Ubuntu CI Services
281+# Ubuntu CI Engine
282 # Copyright 2013 Canonical Ltd.
283
284 # This program is free software: you can redistribute it and/or modify it
285
286=== modified file 'lander/lander/resources/root.py'
287--- lander/lander/resources/root.py 2013-12-14 20:46:49 +0000
288+++ lander/lander/resources/root.py 2013-12-23 19:47:25 +0000
289@@ -1,4 +1,4 @@
290-# Ubuntu CI Services
291+# Ubuntu CI Engine
292 # Copyright 2013 Canonical Ltd.
293
294 # This program is free software: you can redistribute it and/or modify it
295
296=== modified file 'lander/lander/resources/v1.py'
297--- lander/lander/resources/v1.py 2013-12-20 20:57:47 +0000
298+++ lander/lander/resources/v1.py 2013-12-23 19:47:25 +0000
299@@ -1,4 +1,4 @@
300-# Ubuntu CI Services
301+# Ubuntu CI Engine
302 # Copyright 2013 Canonical Ltd.
303
304 # This program is free software: you can redistribute it and/or modify it
305
306=== modified file 'lander/lander/utils.py'
307--- lander/lander/utils.py 2013-12-14 20:46:49 +0000
308+++ lander/lander/utils.py 2013-12-23 19:47:25 +0000
309@@ -1,4 +1,4 @@
310-# Ubuntu CI Services
311+# Ubuntu CI Engine
312 # Copyright 2013 Canonical Ltd.
313
314 # This program is free software: you can redistribute it and/or modify it
315
316=== modified file 'lander/lander/wsgi.py'
317--- lander/lander/wsgi.py 2013-12-14 20:46:49 +0000
318+++ lander/lander/wsgi.py 2013-12-23 19:47:25 +0000
319@@ -1,5 +1,5 @@
320 #!/usr/bin/env python
321-# Ubuntu CI Services
322+# Ubuntu CI Engine
323 # Copyright 2013 Canonical Ltd.
324
325 # This program is free software: you can redistribute it and/or modify it
326
327=== modified file 'lander/setup.py'
328--- lander/setup.py 2013-12-19 19:11:44 +0000
329+++ lander/setup.py 2013-12-23 19:47:25 +0000
330@@ -1,5 +1,5 @@
331 #!/usr/bin/env python
332-# Ubuntu CI Services
333+# Ubuntu CI Engine
334 # Copyright 2013 Canonical Ltd.
335
336 # This program is free software: you can redistribute it and/or modify it
337@@ -34,7 +34,7 @@
338 setup(
339 name='lander',
340 version=lander.__version__,
341- description='Lander component of Ubuntu CI Services',
342+ description='Lander component of Ubuntu CI Engine',
343 author='Canonical CI Engineering Team',
344 license='AGPL',
345 packages=packages,
346
347=== modified file 'ppa-assigner/local_settings.py.example'
348--- ppa-assigner/local_settings.py.example 2013-12-16 17:56:29 +0000
349+++ ppa-assigner/local_settings.py.example 2013-12-23 19:47:25 +0000
350@@ -1,4 +1,4 @@
351-# Ubuntu CI Services
352+# Ubuntu CI Engine
353 # Copyright 2013 Canonical Ltd.
354
355 # This program is free software: you can redistribute it and/or modify it
356
357=== modified file 'ppa-assigner/ppa_assigner/__init__.py'
358--- ppa-assigner/ppa_assigner/__init__.py 2013-11-22 04:55:54 +0000
359+++ ppa-assigner/ppa_assigner/__init__.py 2013-12-23 19:47:25 +0000
360@@ -1,4 +1,4 @@
361-# Ubuntu CI Services
362+# Ubuntu CI Engine
363 # Copyright 2013 Canonical Ltd.
364
365 # This program is free software: you can redistribute it and/or modify it
366
367=== modified file 'ppa-assigner/ppa_assigner/admin.py'
368--- ppa-assigner/ppa_assigner/admin.py 2013-11-22 04:55:54 +0000
369+++ ppa-assigner/ppa_assigner/admin.py 2013-12-23 19:47:25 +0000
370@@ -1,4 +1,4 @@
371-# Ubuntu CI Services
372+# Ubuntu CI Engine
373 # Copyright 2013 Canonical Ltd.
374
375 # This program is free software: you can redistribute it and/or modify it
376
377=== modified file 'ppa-assigner/ppa_assigner/api.py'
378--- ppa-assigner/ppa_assigner/api.py 2013-12-16 16:11:03 +0000
379+++ ppa-assigner/ppa_assigner/api.py 2013-12-23 19:47:25 +0000
380@@ -1,4 +1,4 @@
381-# Ubuntu CI Services
382+# Ubuntu CI Engine
383 # Copyright 2012-2013 Canonical Ltd.
384
385 # This program is free software: you can redistribute it and/or modify it
386
387=== modified file 'ppa-assigner/ppa_assigner/launchpad.py'
388--- ppa-assigner/ppa_assigner/launchpad.py 2013-12-18 18:56:51 +0000
389+++ ppa-assigner/ppa_assigner/launchpad.py 2013-12-23 19:47:25 +0000
390@@ -1,4 +1,4 @@
391-# Ubuntu CI Services
392+# Ubuntu CI Engine
393 # Copyright 2012-2013 Canonical Ltd.
394
395 # This program is free software: you can redistribute it and/or modify it
396
397=== modified file 'ppa-assigner/ppa_assigner/management/__init__.py'
398--- ppa-assigner/ppa_assigner/management/__init__.py 2013-12-16 15:57:01 +0000
399+++ ppa-assigner/ppa_assigner/management/__init__.py 2013-12-23 19:47:25 +0000
400@@ -1,4 +1,4 @@
401-# Ubuntu CI Services
402+# Ubuntu CI Engine
403 # Copyright 2013 Canonical Ltd.
404
405 # This program is free software: you can redistribute it and/or modify it
406
407=== modified file 'ppa-assigner/ppa_assigner/management/commands/clean_ppas.py'
408--- ppa-assigner/ppa_assigner/management/commands/clean_ppas.py 2013-12-18 18:56:51 +0000
409+++ ppa-assigner/ppa_assigner/management/commands/clean_ppas.py 2013-12-23 19:47:25 +0000
410@@ -1,4 +1,4 @@
411-# Ubuntu CI Services
412+# Ubuntu CI Engine
413 # Copyright 2012-2013 Canonical Ltd.
414
415 # This program is free software: you can redistribute it and/or modify it
416
417=== modified file 'ppa-assigner/ppa_assigner/management/commands/integration_test.py'
418--- ppa-assigner/ppa_assigner/management/commands/integration_test.py 2013-12-16 17:28:50 +0000
419+++ ppa-assigner/ppa_assigner/management/commands/integration_test.py 2013-12-23 19:47:25 +0000
420@@ -1,4 +1,4 @@
421-# Ubuntu CI Services
422+# Ubuntu CI Engine
423 # Copyright 2012-2013 Canonical Ltd.
424
425 # This program is free software: you can redistribute it and/or modify it
426
427=== modified file 'ppa-assigner/ppa_assigner/models.py'
428--- ppa-assigner/ppa_assigner/models.py 2013-12-16 16:30:51 +0000
429+++ ppa-assigner/ppa_assigner/models.py 2013-12-23 19:47:25 +0000
430@@ -1,4 +1,4 @@
431-# Ubuntu CI Services
432+# Ubuntu CI Engine
433 # Copyright 2012-2013 Canonical Ltd.
434
435 # This program is free software: you can redistribute it and/or modify it
436
437=== modified file 'ppa-assigner/ppa_assigner/settings.py'
438--- ppa-assigner/ppa_assigner/settings.py 2013-12-18 18:56:51 +0000
439+++ ppa-assigner/ppa_assigner/settings.py 2013-12-23 19:47:25 +0000
440@@ -1,4 +1,4 @@
441-# Ubuntu CI Services
442+# Ubuntu CI Engine
443 # Copyright 2013 Canonical Ltd.
444
445 # This program is free software: you can redistribute it and/or modify it
446
447=== modified file 'ppa-assigner/ppa_assigner/tests.py'
448--- ppa-assigner/ppa_assigner/tests.py 2013-12-11 20:17:51 +0000
449+++ ppa-assigner/ppa_assigner/tests.py 2013-12-23 19:47:25 +0000
450@@ -1,4 +1,4 @@
451-# Ubuntu CI Services
452+# Ubuntu CI Engine
453 # Copyright 2013 Canonical Ltd.
454
455 # This program is free software: you can redistribute it and/or modify it
456
457=== modified file 'ppa-assigner/ppa_assigner/urls.py'
458--- ppa-assigner/ppa_assigner/urls.py 2013-11-22 04:55:54 +0000
459+++ ppa-assigner/ppa_assigner/urls.py 2013-12-23 19:47:25 +0000
460@@ -1,4 +1,4 @@
461-# Ubuntu CI Services
462+# Ubuntu CI Engine
463 # Copyright 2013 Canonical Ltd.
464
465 # This program is free software: you can redistribute it and/or modify it
466
467=== modified file 'ppa-assigner/setup.py'
468--- ppa-assigner/setup.py 2013-12-11 20:17:51 +0000
469+++ ppa-assigner/setup.py 2013-12-23 19:47:25 +0000
470@@ -1,5 +1,5 @@
471 #!/usr/bin/env python
472-# Ubuntu CI Services
473+# Ubuntu CI Engine
474 # Copyright 2013 Canonical Ltd.
475
476 # This program is free software: you can redistribute it and/or modify it
477@@ -43,7 +43,7 @@
478 setup(
479 name='ppa-assigner',
480 version=ppa_assigner.__version__,
481- description='PPA Assigner component of Ubuntu CI Services',
482+ description='PPA Assigner component of Ubuntu CI Engine',
483 author='Andy Doan',
484 author_email='andy.doan@ubuntu.com',
485 license='AGPL',
486
487=== modified file 'ticket_system/setup.py'
488--- ticket_system/setup.py 2013-12-09 17:50:38 +0000
489+++ ticket_system/setup.py 2013-12-23 19:47:25 +0000
490@@ -1,5 +1,5 @@
491 #!/usr/bin/env python
492-# Ubuntu CI Services
493+# Ubuntu CI Engine
494 # Copyright 2013 Canonical Ltd.
495
496 # This program is free software: you can redistribute it and/or modify it
497@@ -46,7 +46,7 @@
498 setup(
499 name='ticket_system',
500 version=ticket_system.__version__,
501- description='Ticket system component of Ubuntu CI Services',
502+ description='Ticket system component of Ubuntu CI Engine',
503 author='Chris Johnston',
504 author_email='chrisjohnston@ubuntu.com',
505 license='AGPL',

Subscribers

People subscribed via source and target branches