Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/redo: disable build failed | Carlo Landmeter | 2019-01-28 | 1 | -1/+1 |
| | | | | | | | | | | File "bin/redo", line 10, in <module> 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' | ||||
* | testing/redo: fix check failing due to missing /dev/tty | Kevin Daudt | 2019-01-28 | 2 | -5/+26 |
| | | | | | | | | | 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 | ||||
* | testing/redo: disable for now | Carlo Landmeter | 2019-01-19 | 1 | -1/+1 |
| | |||||
* | testing/redo: tests fail | Leonardo Arena | 2019-01-17 | 1 | -1/+2 |
| | | | | ./do: redo failed self test. | ||||
* | testing/redo: new aport | Kevin Daudt | 2019-01-16 | 1 | -0/+38 |