| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-18 | enable terminal for --boot | Joey Hess | |
| 2014-11-18 | wording | Joey Hess | |
| 2014-11-18 | fix display of progress etc lines before protocol line | Joey Hess | |
| 2014-11-18 | fix color display when running propellor inside docker | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | reformat | Joey Hess | |
| 2014-11-18 | action message | Joey Hess | |
| 2014-11-18 | finally cracked it! | Joey Hess | |
| A newline was slipping in and messing up the git protocol. | |||
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | set handles to binary mode | Joey Hess | |
| 2014-11-18 | close handles | Joey Hess | |
| 2014-11-18 | debug | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | tweak | Joey Hess | |
| 2014-11-18 | better IO loop, with debugging | Joey Hess | |
| 2014-11-18 | use lazy bytestrings so it streams | Joey Hess | |
| 2014-11-18 | get handles right way roung | Joey Hess | |
| 2014-11-18 | fix command again | Joey Hess | |
| 2014-11-18 | avoid pulling when there is no origin | Joey Hess | |
| 2014-11-18 | disable always debug | Joey Hess | |
| 2014-11-18 | fix proto | Joey Hess | |
| 2014-11-18 | typo | Joey Hess | |
| 2014-11-18 | temporarily always debug | Joey Hess | |
| 2014-11-18 | hook up handles | Joey Hess | |
| 2014-11-18 | run upload-pack, not send-pack | Joey Hess | |
| we're doing a reverse pull from the client | |||
| 2014-11-18 | problem running propellor --gitpush | Joey Hess | |
| 2014-11-18 | updte | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | protocol is one line response, not multiline | Joey Hess | |
| The privdata is shown, so contains no literal newlines, so that's ok. | |||
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | Nothing means end of protocol, not protocol error | Joey Hess | |
| 2014-11-18 | refactor | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | reorg | Joey Hess | |
| 2014-11-18 | reorg and clean up bootstrap protocol | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | propellor spin | Joey Hess | |
| 2014-11-18 | need to chain, not spin | Joey Hess | |
| 2014-11-18 | avoid renaming --boot to --sync | Joey Hess | |
| That broke updating existing systems, since --boot is what makes the remote propellor update itself. The hostname is no longer needed by --boot for new propellor's, but is still passed for old ones. Note that there will be a double run of propellor when upgrading via --spin, because it now runs --boot followed by --spin on the remote host, and the old --boot also satisfied all properties. | |||
| 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 | |||
