Simplify compression when rebuilding the apt repo#26
Conversation
|
Changes appear fine to me. I'll aim to give this a test on monday evening. |
|
There's a bunch of changes I've made to this repo recently which I don't think have been tested; I'll test that this still works shortly. Do we have guidance on what/how to test |
In that case I won't worry too much about testing this before merging it. It's occurred to me that we ought to have a
Not that I know of. I was just going to check if doing updates still works, but some notes on how one should test runusb would be useful (for future as well as for now). |
|
I'd rather not get into I'll merge this shortly then create some tests. |
|
(incidentally python/typeshed#1844 will add support for |
As pointed out by @kierdavis in #22 (comment), python has an lzma module which provides
xzcompression meaning that we don't need to call out to another process for this.