simon-git: bob (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Thu Oct 29 19:19:22 GMT 2015
TL;DR:
6157387 Remove the fallback alternative to 'subprocess'.
6f917a6 Capture delegation commands' stderr into the build log.
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: 2015-10-29 19:19:22
commit 615738761a9e8473a333f58c80fb868c4ee5e724
web diff http://tartarus.org/~simon-git/gitweb/?p=bob.git;a=commitdiff;h=615738761a9e8473a333f58c80fb868c4ee5e724;hp=f4c508c8ff763ab8a4693d4c6e81c60c835430ee
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Oct 29 18:37:14 2015 +0000
Remove the fallback alternative to 'subprocess'.
These days it's perfectly sensible to assume Python 2.7 everywhere,
and I want to make bob's delegation subprocess handling more
complicated, so I'm unilaterally discarding the workaround for the
lack of the 'subprocess' module so as to have only one code path to
worry about.
script.py | 73 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 37 insertions(+), 36 deletions(-)
commit 6f917a6292ce91335e54e512baa0f260d57d84ae
web diff http://tartarus.org/~simon-git/gitweb/?p=bob.git;a=commitdiff;h=6f917a6292ce91335e54e512baa0f260d57d84ae;hp=615738761a9e8473a333f58c80fb868c4ee5e724
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Oct 29 18:57:44 2015 +0000
Capture delegation commands' stderr into the build log.
Previously, if the delegation setup command printed stuff on standard
error, it would go to bob's own standard error, giving rise to
annoying cronmail. Now bob catches it and logs it cleanly where it
ought to be.
script.py | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list