simon-git: bob (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Apr 2 17:02:36 BST 2021


TL;DR:
  1276985 Update .gitignore for Python 3.
  0b56916 Convenient support for Docker delegations.

Repository:     https://git.tartarus.org/simon/bob.git
On the web:     https://git.tartarus.org/?p=simon/bob.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-04-02 17:02:36

commit 1276985d6aa5a47d1ac5977883846e2669dc8b77
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=1276985d6aa5a47d1ac5977883846e2669dc8b77;hp=41cd9c5817cc20865fc2647056662786b504f5f0
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Apr 2 16:41:18 2021 +0100

    Update .gitignore for Python 3.
    
    We want to ignore the new-look __pycache__, and on the other hand, we
    want to clear away all the old .pyc files!

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0b56916cb40d75d057af7c5128be529db7d49b0a
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=0b56916cb40d75d057af7c5128be529db7d49b0a;hp=1276985d6aa5a47d1ac5977883846e2669dc8b77
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Apr 2 16:47:02 2021 +0100

    Convenient support for Docker delegations.
    
    Now I can define 'docker_foo' in .bob/config to be simply a tag for a
    Docker image, and then 'delegate foo' in a build script will launch
    the bob delegate server in a throwaway instance of that container.

 execute.py | 7 +++++++
 1 file changed, 7 insertions(+)



More information about the tartarus-commits mailing list