Skip to content
Snippets Groups Projects
  1. Jan 28, 2019
    • Carlo Landmeter's avatar
      testing/redo: disable build failed · fdf4cc23
      Carlo Landmeter authored
        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'
      fdf4cc23
    • Kevin Daudt's avatar
      testing/redo: fix check failing due to missing /dev/tty · e57890e7
      Kevin Daudt authored and Carlo Landmeter's avatar Carlo Landmeter committed
      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
      e57890e7
  2. Jan 27, 2019
  3. Jan 26, 2019
  4. Jan 25, 2019
  5. Jan 24, 2019
  6. Jan 23, 2019
Loading