comparison tests/atom-log.htm @ 35:5406eb70f5bd

example
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 01 Nov 2013 09:23:46 -0700
parents
children
comparison
equal deleted inserted replaced
34:463dc92867df 35:5406eb70f5bd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <feed xmlns="http://www.w3.org/2005/Atom">
3 <!-- Changelog -->
4 <id>http://hg.mozilla.org/build/mozharness/</id>
5 <link rel="self" href="http://hg.mozilla.org/build/mozharness/atom-log"/>
6 <link rel="alternate" href="http://hg.mozilla.org/build/mozharness/"/>
7 <title>mozharness Changelog</title>
8 <updated>2013-09-26T07:24:37-04:00</updated>
9
10 <entry>
11 <title>Bug 892569 - Run remote C++ unit tests from test package; r=kmoir</title>
12 <id>http://hg.mozilla.org/build/mozharness/#changeset-5f7089936a1908388cb471f82340cf7ffdb38d18</id>
13 <link href="http://hg.mozilla.org/build/mozharness/rev/5f7089936a19"/>
14 <author>
15 <name>Dan Minor</name>
16 <email>&#100;&#109;&#105;&#110;&#111;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
17 </author>
18 <updated>2013-09-26T07:24:37-04:00</updated>
19 <published>2013-09-26T07:24:37-04:00</published>
20 <content type="xhtml">
21 <div xmlns="http://www.w3.org/1999/xhtml">
22 <pre xml:space="preserve">Bug 892569 - Run remote C++ unit tests from test package; r=kmoir</pre>
23 </div>
24 </content>
25 </entry>
26 <entry>
27 <title>Bug 899969: Support in-tree sources.xml r=aki</title>
28 <id>http://hg.mozilla.org/build/mozharness/#changeset-f7c1f16c27a1239aab15816daee57200e5e1e4e1</id>
29 <link href="http://hg.mozilla.org/build/mozharness/rev/f7c1f16c27a1"/>
30 <author>
31 <name>Chris AtLee</name>
32 <email>&#99;&#97;&#116;&#108;&#101;&#101;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
33 </author>
34 <updated>2013-09-13T10:44:19+02:00</updated>
35 <published>2013-09-13T10:44:19+02:00</published>
36 <content type="xhtml">
37 <div xmlns="http://www.w3.org/1999/xhtml">
38 <pre xml:space="preserve">Bug 899969: Support in-tree sources.xml r=aki</pre>
39 </div>
40 </content>
41 </entry>
42 <entry>
43 <title>Merge default-&gt;production.</title>
44 <id>http://hg.mozilla.org/build/mozharness/#changeset-134490dec2792b3f4f6cb106d29885c0e6a005db</id>
45 <link href="http://hg.mozilla.org/build/mozharness/rev/134490dec279"/>
46 <author>
47 <name>John Hopkins</name>
48 <email>&#106;&#104;&#111;&#112;&#107;&#105;&#110;&#115;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
49 </author>
50 <updated>2013-09-25T13:20:14-04:00</updated>
51 <published>2013-09-25T13:20:14-04:00</published>
52 <content type="xhtml">
53 <div xmlns="http://www.w3.org/1999/xhtml">
54 <pre xml:space="preserve">Merge default-&gt;production.</pre>
55 </div>
56 </content>
57 </entry>
58 <entry>
59 <title>Bug 920491 - Add --bootstrap argument for android panda reftests to mozharness r=aki</title>
60 <id>http://hg.mozilla.org/build/mozharness/#changeset-a5225c6c45a0d9aaf38b7cf39f4240e8a588e234</id>
61 <link href="http://hg.mozilla.org/build/mozharness/rev/a5225c6c45a0"/>
62 <author>
63 <name>Dan Minor</name>
64 <email>&#100;&#109;&#105;&#110;&#111;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
65 </author>
66 <updated>2013-09-25T09:55:54-07:00</updated>
67 <published>2013-09-25T09:55:54-07:00</published>
68 <content type="xhtml">
69 <div xmlns="http://www.w3.org/1999/xhtml">
70 <pre xml:space="preserve">Bug 920491 - Add --bootstrap argument for android panda reftests to mozharness r=aki
71 ---
72 configs/android/android_panda_releng.py | 4 ++--
73 1 file changed, 2 insertions(+), 2 deletions(-)</pre>
74 </div>
75 </content>
76 </entry>
77 <entry>
78 <title>Merging from default</title>
79 <id>http://hg.mozilla.org/build/mozharness/#changeset-8dbf9b976adacb7783fe112b4e9edcf2ea7797d2</id>
80 <link href="http://hg.mozilla.org/build/mozharness/rev/8dbf9b976ada"/>
81 <author>
82 <name>Kim Moir</name>
83 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
84 </author>
85 <updated>2013-09-25T12:11:50-04:00</updated>
86 <published>2013-09-25T12:11:50-04:00</published>
87 <content type="xhtml">
88 <div xmlns="http://www.w3.org/1999/xhtml">
89 <pre xml:space="preserve">Merging from default
90 changeset: 1931:c427a1eda75c
91 tag: tip
92 parent: 1929:10243fac8de2
93 user: kmoir@mozilla.com
94 date: Wed Sep 25 12:09:48 2013 -0400
95 files: configs/android/android_panda_talos_releng.py
96 description:
97 Bug 829211 - Use mozpool and mozharness for the Android pandas r=jmaher</pre>
98 </div>
99 </content>
100 </entry>
101 <entry>
102 <title>Bug 829211 - Use mozpool and mozharness for the Android pandas r=jmaher</title>
103 <id>http://hg.mozilla.org/build/mozharness/#changeset-c427a1eda75caef32c415db8bc0e753641726a8b</id>
104 <link href="http://hg.mozilla.org/build/mozharness/rev/c427a1eda75c"/>
105 <author>
106 <name>kmoir</name>
107 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
108 </author>
109 <updated>2013-09-25T12:09:48-04:00</updated>
110 <published>2013-09-25T12:09:48-04:00</published>
111 <content type="xhtml">
112 <div xmlns="http://www.w3.org/1999/xhtml">
113 <pre xml:space="preserve">Bug 829211 - Use mozpool and mozharness for the Android pandas r=jmaher</pre>
114 </div>
115 </content>
116 </entry>
117 <entry>
118 <title>Merging from default-&gt;production</title>
119 <id>http://hg.mozilla.org/build/mozharness/#changeset-dc6828b59546895defb75aefefe27d634abc092a</id>
120 <link href="http://hg.mozilla.org/build/mozharness/rev/dc6828b59546"/>
121 <author>
122 <name>Kim Moir</name>
123 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
124 </author>
125 <updated>2013-09-25T12:07:59-04:00</updated>
126 <published>2013-09-25T12:07:59-04:00</published>
127 <content type="xhtml">
128 <div xmlns="http://www.w3.org/1999/xhtml">
129 <pre xml:space="preserve">Merging from default-&gt;production
130 changeset: 1928:c62da9566dd1
131 parent: 1926:0331366c353f
132 user: Geoff Brown &lt;gbrown@mozilla.com&gt;
133 date: Tue Sep 24 16:36:30 2013 -0600
134 files: configs/android/androidx86.py
135 description:
136 Bug 920221 - Add --bootstrap and --enable-privilege arguments for android x86 reftests; r=armenzg
137
138
139 changeset: 1929:10243fac8de2
140 tag: tip
141 user: kmoir@mozilla.com
142 date: Wed Sep 25 12:04:42 2013 -0400
143 files: configs/android/android_panda_talos_releng.py
144 description:
145 Bug 829211 - Use mozpool and mozharness for the Android pandas r=jmaher</pre>
146 </div>
147 </content>
148 </entry>
149 <entry>
150 <title>Bug 829211 - Use mozpool and mozharness for the Android pandas r=jmaher</title>
151 <id>http://hg.mozilla.org/build/mozharness/#changeset-10243fac8de24c403a1bf5e8a6b22d5aeafe360c</id>
152 <link href="http://hg.mozilla.org/build/mozharness/rev/10243fac8de2"/>
153 <author>
154 <name>kmoir</name>
155 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
156 </author>
157 <updated>2013-09-25T12:04:42-04:00</updated>
158 <published>2013-09-25T12:04:42-04:00</published>
159 <content type="xhtml">
160 <div xmlns="http://www.w3.org/1999/xhtml">
161 <pre xml:space="preserve">Bug 829211 - Use mozpool and mozharness for the Android pandas r=jmaher</pre>
162 </div>
163 </content>
164 </entry>
165 <entry>
166 <title>Bug 920221 - Add --bootstrap and --enable-privilege arguments for android x86 reftests; r=armenzg</title>
167 <id>http://hg.mozilla.org/build/mozharness/#changeset-c62da9566dd15e76e847db86346192e1297af4d5</id>
168 <link href="http://hg.mozilla.org/build/mozharness/rev/c62da9566dd1"/>
169 <author>
170 <name>Geoff Brown</name>
171 <email>&#103;&#98;&#114;&#111;&#119;&#110;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
172 </author>
173 <updated>2013-09-24T16:36:30-06:00</updated>
174 <published>2013-09-24T16:36:30-06:00</published>
175 <content type="xhtml">
176 <div xmlns="http://www.w3.org/1999/xhtml">
177 <pre xml:space="preserve">Bug 920221 - Add --bootstrap and --enable-privilege arguments for android x86 reftests; r=armenzg</pre>
178 </div>
179 </content>
180 </entry>
181 <entry>
182 <title>Merging from default-&gt;production</title>
183 <id>http://hg.mozilla.org/build/mozharness/#changeset-3f61f4af6d8c5f5caccd2978793929b8764588f3</id>
184 <link href="http://hg.mozilla.org/build/mozharness/rev/3f61f4af6d8c"/>
185 <author>
186 <name>Kim Moir</name>
187 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
188 </author>
189 <updated>2013-09-24T13:52:48-04:00</updated>
190 <published>2013-09-24T13:52:48-04:00</published>
191 <content type="xhtml">
192 <div xmlns="http://www.w3.org/1999/xhtml">
193 <pre xml:space="preserve">Merging from default-&gt;production
194 changeset: 1925:bb1b9cbe5517
195 parent: 1923:ddf83310ed10
196 user: kmoir@mozilla.com
197 date: Tue Sep 24 13:33:25 2013 -0400
198 files: scripts/android_panda.py scripts/android_panda_talos.py
199 description:
200 Bug 900970 - shutdown.stamp should be created before mozpool is invoked r=Callek
201
202
203 changeset: 1926:0331366c353f
204 tag: tip
205 user: Dan Minor &lt;dminor@mozilla.com&gt;
206 date: Tue Sep 24 10:37:40 2013 -0700
207 files: scripts/android_panda.py scripts/desktop_unittest.py
208 description:
209 Bug 917309 - Update mozharness scripts to handle new jit-test test package r=aki
210 ---
211 scripts/android_panda.py | 2 +-
212 scripts/desktop_unittest.py | 2 +-
213 2 files changed, 2 insertions(+), 2 deletions(-)</pre>
214 </div>
215 </content>
216 </entry>
217 <entry>
218 <title>Bug 917309 - Update mozharness scripts to handle new jit-test test package r=aki</title>
219 <id>http://hg.mozilla.org/build/mozharness/#changeset-0331366c353f39fa429c101127ee50465fcf901f</id>
220 <link href="http://hg.mozilla.org/build/mozharness/rev/0331366c353f"/>
221 <author>
222 <name>Dan Minor</name>
223 <email>&#100;&#109;&#105;&#110;&#111;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
224 </author>
225 <updated>2013-09-24T10:37:40-07:00</updated>
226 <published>2013-09-24T10:37:40-07:00</published>
227 <content type="xhtml">
228 <div xmlns="http://www.w3.org/1999/xhtml">
229 <pre xml:space="preserve">Bug 917309 - Update mozharness scripts to handle new jit-test test package r=aki
230 ---
231 scripts/android_panda.py | 2 +-
232 scripts/desktop_unittest.py | 2 +-
233 2 files changed, 2 insertions(+), 2 deletions(-)</pre>
234 </div>
235 </content>
236 </entry>
237 <entry>
238 <title>Bug 900970 - shutdown.stamp should be created before mozpool is invoked r=Callek</title>
239 <id>http://hg.mozilla.org/build/mozharness/#changeset-bb1b9cbe5517f789a0a506d2f3598e47c496f9ee</id>
240 <link href="http://hg.mozilla.org/build/mozharness/rev/bb1b9cbe5517"/>
241 <author>
242 <name>kmoir</name>
243 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
244 </author>
245 <updated>2013-09-24T13:33:25-04:00</updated>
246 <published>2013-09-24T13:33:25-04:00</published>
247 <content type="xhtml">
248 <div xmlns="http://www.w3.org/1999/xhtml">
249 <pre xml:space="preserve">Bug 900970 - shutdown.stamp should be created before mozpool is invoked r=Callek</pre>
250 </div>
251 </content>
252 </entry>
253 <entry>
254 <title>Merging from default-&gt;production</title>
255 <id>http://hg.mozilla.org/build/mozharness/#changeset-23a08d0d56193fb9ab19f714d18b471574703098</id>
256 <link href="http://hg.mozilla.org/build/mozharness/rev/23a08d0d5619"/>
257 <author>
258 <name>Kim Moir</name>
259 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
260 </author>
261 <updated>2013-09-24T11:54:21-04:00</updated>
262 <published>2013-09-24T11:54:21-04:00</published>
263 <content type="xhtml">
264 <div xmlns="http://www.w3.org/1999/xhtml">
265 <pre xml:space="preserve">Merging from default-&gt;production
266 changeset: 1919:3b197f86b3e9
267 parent: 1916:42ab497b683d
268 user: Ed Morley &lt;emorley@mozilla.com&gt;
269 date: Fri Sep 20 18:13:06 2013 +0100
270 files: scripts/bump_gaia_json.py
271 description:
272 Bug 918701 - gaia.json auto-update commits should use a=gaia-bump not a=NPOTB; r=aki
273
274
275 changeset: 1920:e5a977ac1b08
276 user: Andrew Halberstadt &lt;ahalberstadt@mozilla.com&gt;
277 date: Fri Sep 20 13:14:26 2013 -0400
278 files: scripts/b2g_emulator_unittest.py
279 description:
280 Bug 918818 - Remove 'install gecko' hack from b2g_emulator_unittest.py, r=jgriffin
281
282
283 changeset: 1923:ddf83310ed10
284 tag: tip
285 parent: 1920:e5a977ac1b08
286 user: kmoir@mozilla.com
287 date: Tue Sep 24 10:50:12 2013 -0400
288 files: configs/android/android_panda_releng.py
289 description:
290 Bug 919514 - split panda reftest into 8 chunks</pre>
291 </div>
292 </content>
293 </entry>
294 <entry>
295 <title>Bug 919514 - split panda reftest into 8 chunks</title>
296 <id>http://hg.mozilla.org/build/mozharness/#changeset-ddf83310ed102d93b888bc671701c744d1136143</id>
297 <link href="http://hg.mozilla.org/build/mozharness/rev/ddf83310ed10"/>
298 <author>
299 <name>kmoir</name>
300 <email>&#107;&#109;&#111;&#105;&#114;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
301 </author>
302 <updated>2013-09-24T10:50:12-04:00</updated>
303 <published>2013-09-24T10:50:12-04:00</published>
304 <content type="xhtml">
305 <div xmlns="http://www.w3.org/1999/xhtml">
306 <pre xml:space="preserve">Bug 919514 - split panda reftest into 8 chunks</pre>
307 </div>
308 </content>
309 </entry>
310 <entry>
311 <title>Added FIREFOX_25_0b2_RELEASE FIREFOX_25_0b2_BUILD1 tag(s) for changeset production. DONTBUILD CLOSED TREE a=release</title>
312 <id>http://hg.mozilla.org/build/mozharness/#changeset-362bb2a399f29a4edc5bcf4fad11f7569f6606a3</id>
313 <link href="http://hg.mozilla.org/build/mozharness/rev/362bb2a399f2"/>
314 <author>
315 <name>ffxbld</name>
316 <email>&#102;&#102;&#120;&#98;&#108;&#100;</email>
317 </author>
318 <updated>2013-09-23T22:38:49-04:00</updated>
319 <published>2013-09-23T22:38:49-04:00</published>
320 <content type="xhtml">
321 <div xmlns="http://www.w3.org/1999/xhtml">
322 <pre xml:space="preserve">Added FIREFOX_25_0b2_RELEASE FIREFOX_25_0b2_BUILD1 tag(s) for changeset production. DONTBUILD CLOSED TREE a=release</pre>
323 </div>
324 </content>
325 </entry>
326 <entry>
327 <title>Added FENNEC_25_0b2_RELEASE FENNEC_25_0b2_BUILD1 tag(s) for changeset production. DONTBUILD CLOSED TREE a=release</title>
328 <id>http://hg.mozilla.org/build/mozharness/#changeset-36ed09ac6169d943b0fda81b871b3d81b6024fb5</id>
329 <link href="http://hg.mozilla.org/build/mozharness/rev/36ed09ac6169"/>
330 <author>
331 <name>ffxbld</name>
332 <email>&#102;&#102;&#120;&#98;&#108;&#100;</email>
333 </author>
334 <updated>2013-09-23T22:24:37-04:00</updated>
335 <published>2013-09-23T22:24:37-04:00</published>
336 <content type="xhtml">
337 <div xmlns="http://www.w3.org/1999/xhtml">
338 <pre xml:space="preserve">Added FENNEC_25_0b2_RELEASE FENNEC_25_0b2_BUILD1 tag(s) for changeset production. DONTBUILD CLOSED TREE a=release</pre>
339 </div>
340 </content>
341 </entry>
342 <entry>
343 <title>Bug 918818 - Remove 'install gecko' hack from b2g_emulator_unittest.py, r=jgriffin</title>
344 <id>http://hg.mozilla.org/build/mozharness/#changeset-e5a977ac1b081838b5f7e60062c56a2a0375941b</id>
345 <link href="http://hg.mozilla.org/build/mozharness/rev/e5a977ac1b08"/>
346 <author>
347 <name>Andrew Halberstadt</name>
348 <email>&#97;&#104;&#97;&#108;&#98;&#101;&#114;&#115;&#116;&#97;&#100;&#116;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
349 </author>
350 <updated>2013-09-20T13:14:26-04:00</updated>
351 <published>2013-09-20T13:14:26-04:00</published>
352 <content type="xhtml">
353 <div xmlns="http://www.w3.org/1999/xhtml">
354 <pre xml:space="preserve">Bug 918818 - Remove 'install gecko' hack from b2g_emulator_unittest.py, r=jgriffin</pre>
355 </div>
356 </content>
357 </entry>
358 <entry>
359 <title>Bug 918701 - gaia.json auto-update commits should use a=gaia-bump not a=NPOTB; r=aki</title>
360 <id>http://hg.mozilla.org/build/mozharness/#changeset-3b197f86b3e9e690d1a13ae2781e81e9bd895597</id>
361 <link href="http://hg.mozilla.org/build/mozharness/rev/3b197f86b3e9"/>
362 <author>
363 <name>Ed Morley</name>
364 <email>&#101;&#109;&#111;&#114;&#108;&#101;&#121;&#64;&#109;&#111;&#122;&#105;&#108;&#108;&#97;&#46;&#99;&#111;&#109;</email>
365 </author>
366 <updated>2013-09-20T18:13:06+01:00</updated>
367 <published>2013-09-20T18:13:06+01:00</published>
368 <content type="xhtml">
369 <div xmlns="http://www.w3.org/1999/xhtml">
370 <pre xml:space="preserve">Bug 918701 - gaia.json auto-update commits should use a=gaia-bump not a=NPOTB; r=aki</pre>
371 </div>
372 </content>
373 </entry>
374 <entry>
375 <title>Added FENNEC_25_0b1_RELEASE FENNEC_25_0b1_BUILD2 tag(s) for changeset production. DONTBUILD CLOSED TREE a=release</title>
376 <id>http://hg.mozilla.org/build/mozharness/#changeset-d080fb4225a3997c1b06d770caa594c221a3de53</id>
377 <link href="http://hg.mozilla.org/build/mozharness/rev/d080fb4225a3"/>
378 <author>
379 <name>ffxbld</name>
380 <email>&#102;&#102;&#120;&#98;&#108;&#100;</email>
381 </author>
382 <updated>2013-09-19T15:37:44-04:00</updated>
383 <published>2013-09-19T15:37:44-04:00</published>
384 <content type="xhtml">
385 <div xmlns="http://www.w3.org/1999/xhtml">
386 <pre xml:space="preserve">Added FENNEC_25_0b1_RELEASE FENNEC_25_0b1_BUILD2 tag(s) for changeset production. DONTBUILD CLOSED TREE a=release</pre>
387 </div>
388 </content>
389 </entry>
390 <entry>
391 <title>Merge default-&gt;production</title>
392 <id>http://hg.mozilla.org/build/mozharness/#changeset-d91cc42414f46990a265492d43a91637fb9266f8</id>
393 <link href="http://hg.mozilla.org/build/mozharness/rev/d91cc42414f4"/>
394 <author>
395 <name>Justin Wood</name>
396 <email>&#67;&#97;&#108;&#108;&#101;&#107;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;</email>
397 </author>
398 <updated>2013-09-19T14:50:47-04:00</updated>
399 <published>2013-09-19T14:50:47-04:00</published>
400 <content type="xhtml">
401 <div xmlns="http://www.w3.org/1999/xhtml">
402 <pre xml:space="preserve">Merge default-&gt;production
403
404 $ hg merge -r default -P
405 changeset: 1912:de5fafe78778
406 parent: 1909:8febab0e4b86
407 user: Geoff Brown &lt;gbrown@mozilla.com&gt;
408 date: Wed Sep 18 12:52:50 2013 -0600
409 summary: Bug 917543 - Update mozharness to use robocop_x86.ini; r=armenzg
410
411 changeset: 1913:fedbffd71d89
412 user: Steve Fink &lt;sfink@mozilla.com&gt;
413 date: Wed Sep 18 16:30:49 2013 -0700
414 summary: No bug. Check key before deleting. r=aki
415
416 changeset: 1914:08e75644d442
417 user: kmoir@mozilla.com
418 date: Thu Sep 19 08:41:49 2013 -0400
419 summary: Bug 829211 - Use mozpool and mozharness for the Android pandas r=aki
420
421 changeset: 1915:901c02c82173
422 user: Jonathan Griffin &lt;jgriffin@mozilla.com&gt;
423 date: Thu Sep 19 10:13:52 2013 -0700
424 summary: Bug 910449 - Use b2g-bin instead of b2g, if it exists, r=davehunt
425
426 changeset: 1916:42ab497b683d
427 tag: tip
428 user: Jonathan Griffin &lt;jgriffin@mozilla.com&gt;
429 date: Thu Sep 19 10:15:52 2013 -0700
430 summary: Bug 917225 - Add --restart to gaia-ui-tests, r=davehunt</pre>
431 </div>
432 </content>
433 </entry>
434
435 </feed>