simon-git: bob (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Sep 3 06:50:34 BST 2020


TL;DR:
  0b2b0f4 Python 3.8 compat: stop using None in lastchange.
  8ba69ca bob-deliver: normalise a pax mtime header.

Repository:     https://git.tartarus.org/simon/bob.git
On the web:     https://git.tartarus.org/?p=simon/bob.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2020-09-03 06:50:34

commit 0b2b0f4b91abd187d596d6bcee813e8d21f2c593
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=0b2b0f4b91abd187d596d6bcee813e8d21f2c593;hp=028fd6e535f3ba916344d9c06b85a0a82fee4c46
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Aug 31 17:52:07 2020 +0100

    Python 3.8 compat: stop using None in lastchange.
    
    You can no longer compare None with integers, so I've switched to
    using -2 in the case where a None formed part of the keys in the
    'lastchange' dict. (The other things it was compared against were -1
    or a positive svn revision number.)

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

commit 8ba69ca76ffe8d8b215d99d8ffded2701ffd2b1d
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=8ba69ca76ffe8d8b215d99d8ffded2701ffd2b1d;hp=0b2b0f4b91abd187d596d6bcee813e8d21f2c593
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Sep 2 21:20:33 2020 +0100

    bob-deliver: normalise a pax mtime header.
    
    In the current spigot builds, the Python archives are coming out in
    'pax' format instead of 'ustar', which is an extended tar file
    containing a specially named member containing extra headers. The only
    actual header in there is 'mtime', which is breaking my build
    comparisons. So now we normalise that out.

 bob-deliver | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list