File: debugging.mdwn

package info (click to toggle)
propellor 5.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,816 kB
  • sloc: haskell: 17,721; makefile: 55; perl: 38; sh: 28
file content (7 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
Set `PROPELLOR_DEBUG=1` in the environment, or `git config propellor.debug 1`
to make propellor print out all the commands it runs and any other debug
messages that Properties choose to emit.

Another handy debugging tip is to load up your config.hs in ghci, and look
at `hosts`. This will show the Properties of a Host, as well as the Info
associated with it, etc.