simon-git: bob (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Oct 26 07:57:27 GMT 2014
Repository: git://git.tartarus.org/simon/bob.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=bob.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2014-10-26 07:57:27
commit 6b8c550cfed97a521732bafa4390cf378550cd47
web diff http://tartarus.org/~simon-git/gitweb/?p=bob.git;a=commitdiff;h=6b8c550cfed97a521732bafa4390cf378550cd47;hp=d1ee040c15c1732982a40bc953bc8d3ae1d66b48
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Oct 26 07:35:45 2014 +0000
Add a .gitignore, now this project is in git.
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
commit 311a3ef18298729c3b5a5484a52dad685f03803f
web diff http://tartarus.org/~simon-git/gitweb/?p=bob.git;a=commitdiff;h=311a3ef18298729c3b5a5484a52dad685f03803f;hp=6b8c550cfed97a521732bafa4390cf378550cd47
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Oct 26 07:35:51 2014 +0000
Avoid delegate server crashing when it tries to log things.
bob-delegate-server mostly works at the level of executing OS commands
rather than bob commands - all the bob conditionalisation and variable
expansion happens on the master host - so it doesn't need to have a
logging interface. Except it does, because it reads .bob/config to
find out what directory it should run in, and that can do complex
conditionals (if, e.g., you have to set the repository location on a
module-conditional basis).
bob-delegate-server | 7 +++++++
log.py | 3 +++
2 files changed, 10 insertions(+)
More information about the tartarus-commits
mailing list