~racb/ubuntu/+source/ubuntu-dev-tools:jammy

Last commit made on 2023-07-06
Get this branch:
git clone -b jammy https://git.launchpad.net/~racb/ubuntu/+source/ubuntu-dev-tools
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Recent commits

c44660f... by Robie Basak

Changelog for 0.193ubuntu4~22.04.2

646bc19... by Robie Basak

ubuntutools/misc: swap iter_content for raw stream

This is a partial revert of 1e20363.

When downloading a .diff.gz source package file, we do expect it to be
written to disk still compressed. If we were to uncompress it, then we
would get a size mismatch and even if we were to ignore that, we'd get a
hash mismatch.

On the other hand when downloading a changes file we need to make sure
that is written to disk uncompressed.

To make this work in both cases we can ask the HTTP server for no
special content encoding using "Accept-Encoding: identity". This is what
wget requests, for example. Then we can write the output to the file
without performing any decoding at our end by using the raw response
object again.

This fixes both cases.

LP: #2025748

319057c... by Steve Langasek

0.193ubuntu4~22.04.1 (patches unapplied)

Imported using git-ubuntu import.

6e89465... by Steve Langasek

0.193ubuntu4 (patches unapplied)

Imported using git-ubuntu import.

dfc0b75... by Steve Langasek

0.193ubuntu3 (patches unapplied)

Imported using git-ubuntu import.

6dae3f1... by Steve Langasek

0.193ubuntu2 (patches unapplied)

Imported using git-ubuntu import.

168252f... by Steve Langasek

0.193ubuntu1 (patches unapplied)

Imported using git-ubuntu import.

24e8537... by Stefano Rivera

0.193 (patches unapplied)

Imported using git-ubuntu import.

7e77e82... by Benjamin Drung

0.192 (patches unapplied)

Imported using git-ubuntu import.

23ed190... by Mattia Rizzolo

0.191 (patches unapplied)

Imported using git-ubuntu import.