<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/testing/redo, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/redo: move from testing</title>
<updated>2019-05-14T13:18:09+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-05-14T13:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0480f03d08f109622e7341a7b8cb0fd335b693d1'/>
<id>0480f03d08f109622e7341a7b8cb0fd335b693d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/redo: fix test relying on tty</title>
<updated>2019-04-14T17:05:05+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-03-05T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9efbadc1257334cbabc7f5426e2386f3dae18e15'/>
<id>9efbadc1257334cbabc7f5426e2386f3dae18e15</id>
<content type='text'>
One test fails on the builders because it relies on a tty being present.
Upstream has fixed this test to not rely on a tty anymore, but this has
not been released yet.

Apply the commit from upstream as a patch until a new version has been
released.

The previous patch to fix it does not work, so remove it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One test fails on the builders because it relies on a tty being present.
Upstream has fixed this test to not rely on a tty anymore, but this has
not been released yet.

Apply the commit from upstream as a patch until a new version has been
released.

The previous patch to fix it does not work, so remove it.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/redo: disable build failed</title>
<updated>2019-01-28T12:29:11+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@alpinelinux.org</email>
</author>
<published>2019-01-28T12:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=fdf4cc23a7af2ec18582686bb536dfdd615147e8'/>
<id>fdf4cc23a7af2ec18582686bb536dfdd615147e8</id>
<content type='text'>
  File "bin/redo", line 10, in &lt;module&gt;
    redo.cmd_redo.main()
  File "/home/buildozer/aports/testing/redo/src/redo-redo-0.41/bin/../redo/cmd_redo.py", line 122, in main
    builder.await_log_reader()
  File "/home/buildozer/aports/testing/redo/src/redo-redo-0.41/bin/../redo/builder.py", line 109, in await_log_reader
    out = open('/dev/tty', 'w')
IOError: [Errno 6] No such device or address: '/dev/tty'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  File "bin/redo", line 10, in &lt;module&gt;
    redo.cmd_redo.main()
  File "/home/buildozer/aports/testing/redo/src/redo-redo-0.41/bin/../redo/cmd_redo.py", line 122, in main
    builder.await_log_reader()
  File "/home/buildozer/aports/testing/redo/src/redo-redo-0.41/bin/../redo/builder.py", line 109, in await_log_reader
    out = open('/dev/tty', 'w')
IOError: [Errno 6] No such device or address: '/dev/tty'
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/redo: fix check failing due to missing /dev/tty</title>
<updated>2019-01-28T12:02:37+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-01-28T11:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=e57890e734b9727cbd98241b46832dbeb2535b1e'/>
<id>e57890e734b9727cbd98241b46832dbeb2535b1e</id>
<content type='text'>
On the builders, the checks failed because they tried to open /dev/tty,
which does not exists.

Add a patch that continues when /dev/tty is missing.

Re-enable redo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On the builders, the checks failed because they tried to open /dev/tty,
which does not exists.

Add a patch that continues when /dev/tty is missing.

Re-enable redo
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/redo: disable for now</title>
<updated>2019-01-19T15:57:10+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@alpinelinux.org</email>
</author>
<published>2019-01-19T15:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=9ac537c92b835ccdcdae6b6fc2e7ee731578ddf9'/>
<id>9ac537c92b835ccdcdae6b6fc2e7ee731578ddf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/redo: tests fail</title>
<updated>2019-01-17T07:04:37+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2019-01-17T07:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=aeceb581880e3dacb78f7895794de88e86afc4bc'/>
<id>aeceb581880e3dacb78f7895794de88e86afc4bc</id>
<content type='text'>
./do: redo failed self test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
./do: redo failed self test.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/redo: new aport</title>
<updated>2019-01-16T20:16:10+00:00</updated>
<author>
<name>Kevin Daudt</name>
<email>kdaudt@alpinelinux.org</email>
</author>
<published>2019-01-13T17:14:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=f9be3d95bd93422e4594f317e658ecf91c39a659'/>
<id>f9be3d95bd93422e4594f317e658ecf91c39a659</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
