ubuntu/+source/ubuntu-dev-tools:applied/ubuntu/kinetic-proposed

Last commit made on 2023-07-06
Get this branch:
git clone -b applied/ubuntu/kinetic-proposed https://git.launchpad.net/ubuntu/+source/ubuntu-dev-tools
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/kinetic-proposed
Repository:
lp:ubuntu/+source/ubuntu-dev-tools

Recent commits

c2d3763... by Robie Basak

0.193ubuntu4~22.10.2 (patches applied)

Imported using git-ubuntu import.

25e1bdc... by Robie Basak

Changelog for 0.193ubuntu4~22.10.2

470e87d... 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

01e9f64... by Steve Langasek

0.193ubuntu4~22.10.1 (patches applied)

Imported using git-ubuntu import.

b41b516... by Steve Langasek

0.193ubuntu4~22.10.1 (patches unapplied)

Imported using git-ubuntu import.

798f06c... by Steve Langasek

0.193ubuntu4 (patches applied)

Imported using git-ubuntu import.

6e89465... by Steve Langasek

0.193ubuntu4 (patches unapplied)

Imported using git-ubuntu import.

181d2d1... by Steve Langasek

0.193ubuntu3 (patches applied)

Imported using git-ubuntu import.

dfc0b75... by Steve Langasek

0.193ubuntu3 (patches unapplied)

Imported using git-ubuntu import.

77c6fc7... by Steve Langasek

0.193ubuntu2 (patches applied)

Imported using git-ubuntu import.