Skip to content
Snippets Groups Projects

man: use tabs instead of spaces (fixes build)

Merged Colin requested to merge uninsane/buffybox:pr-man-tab into master
1 unresolved thread

otherwise sc-doc errors:

FAILED: man/unl0kr.1 meson --internal exe --capture man/unl0kr.1 --feed ../man/unl0kr.1.scd -- scdoc --- stderr --- Error at 48:1: Tabs are required for indentation

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
    • @cherrypicker Despite the bunch of errors, CI succeeds in !40 (merged). Definitely something wrong with it.

      Error at 48:1: Tabs are required for indentation
      ninja: job failed: /usr/bin/meson --internal exe --capture man/unl0kr.1 --feed ../man/unl0kr.1.scd -- /usr/bin/scdoc
      ninja: subcommand failed
      
      [Error] Expected version 3.2.0
      ./test/helpers.sh: line 22: ./_build/unl0kr/unl0kr: No such file or directory
      
      ./test/helpers.sh: line 11: kill: (315) - No such process
      
      [Error] Expected framebuffer backend to be selected
      ./test/helpers.sh: line 7: ./_build/unl0kr/unl0kr: No such file or directory
      
      ./test/helpers.sh: line 11: kill: (323) - No such process
      
      [Error] Expected framebuffer backend to be selected
      ./test/helpers.sh: line 7: ./_build/unl0kr/unl0kr: No such file or directory
      
      ./test/helpers.sh: line 11: kill: (331) - No such process
      
      [Error] Expected DRM backend to be selected
      ./test/helpers.sh: line 7: ./_build/unl0kr/unl0kr: No such file or directory
      
      Job succeeded
    • Yes, indeed. Looks like I screwed up the exit code handling. Fixed with !44 (merged).

    • Please register or sign in to reply
  • Johannes Marbach mentioned in merge request !44 (merged)

    mentioned in merge request !44 (merged)

  • Johannes Marbach approved this merge request

    approved this merge request

  • Thanks for fixing this and sorry for the garbage CI.

  • mentioned in commit b8a5c194

  • image

    Confirmation that things work now. CI started failing after my fix to the CI and then stopped failing after landing this fix.

Please register or sign in to reply
Loading