| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-26 | avoid crash on no propellor.debug setting | Joey Hess | |
| 2014-11-25 | propellor.debug can be set in the git config to enable more persistent ↵ | Joey Hess | |
| debugging output. | |||
| 2014-11-19 | sigel didn't work out | Joey Hess | |
| Unicode output failed in docker, due to no locales, and would be generally shakey from haskell in all the environments propellor needs to run in. | |||
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | unicode ahoy | Joey Hess | |
| 2014-11-18 | reorg | Joey Hess | |
| 2014-11-18 | fix color display when running propellor inside docker | Joey Hess | |
| 2014-11-18 | Run remote propellor --spin with a controlling terminal. | Joey Hess | |
| Avoids need for hack to make ansi colors work, but also things like apt-get and wget process bars will be displayed. | |||
| 2014-11-18 | ssh won't allocate a tty; work around | Joey Hess | |
| stdin is not a terminal, drat ssh I don't much like this workaround | |||
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | can't rely on TERM; use hIsTerminalDevice | Joey Hess | |
| This calls an ioctl, I don't think it's very expensive. | |||
| 2014-11-18 | Avoid outputting color setting sequences when not run on a terminal. | Joey Hess | |
| Currently TERM is checked for every message. Could be memoized, but it would add complexity, and typical propellor output is not going to be more than a few hundred messages, and likely this will be swamped by the actual work. | |||
| 2014-07-07 | propellor spin | Joey Hess | |
| 2014-07-07 | propellor spin | Joey Hess | |
| 2014-05-31 | propellor spin | Joey Hess | |
| 2014-05-14 | moved source code to src | Joey Hess | |
| This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work. | |||
