<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt, branch 2.1.16</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.1.16</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.1.16'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2021-01-08T21:18:01Z</updated>
<entry>
<title>Release 2.1.16 - "Happy build-essential freeeze" release</title>
<updated>2021-01-08T21:18:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T20:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=3f9e5bedf1c9b15db8960d2daa32f703c3cc2346'/>
<id>urn:sha1:3f9e5bedf1c9b15db8960d2daa32f703c3cc2346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixup manual page docbook syntax</title>
<updated>2021-01-08T21:17:12Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T21:13:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=580880b051492fb1e47bcb4eaaacec3a2807d140'/>
<id>urn:sha1:580880b051492fb1e47bcb4eaaacec3a2807d140</id>
<content type='text'>
No idea why we don't have manual page syntax check (what prepare-release
post-build does) in CI. Should fix that eventually.

Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Merge branch 'pu/small-fixes' into 'master'</title>
<updated>2021-01-08T20:48:44Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2021-01-08T20:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cf2a4ba58c628d15fb308e9a12212e0f11eb27ed'/>
<id>urn:sha1:cf2a4ba58c628d15fb308e9a12212e0f11eb27ed</id>
<content type='text'>
Pu/small fixes

See merge request apt-team/apt!151</content>
</entry>
<entry>
<title>Merge branch 'pu/apt-update-error-modes' into 'master'</title>
<updated>2021-01-08T20:48:38Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2021-01-08T20:48:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=2ba639f71736067b53903f11c8c75e9701972c3f'/>
<id>urn:sha1:2ba639f71736067b53903f11c8c75e9701972c3f</id>
<content type='text'>
Implement update --error-on=any

See merge request apt-team/apt!150</content>
</entry>
<entry>
<title>kernels: remove spurious || false</title>
<updated>2021-01-08T17:03:08Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T17:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=24984ac47b0172400e575ad44ed60bb22543298b'/>
<id>urn:sha1:24984ac47b0172400e575ad44ed60bb22543298b</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Fix getMachineID copy-paste error</title>
<updated>2021-01-08T17:02:10Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T17:02:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d43b1a03db9e17c69a15b2838fde69450764727a'/>
<id>urn:sha1:d43b1a03db9e17c69a15b2838fde69450764727a</id>
<content type='text'>
Gbp-Dch: ignore
</content>
</entry>
<entry>
<title>Implement update --error-on=any</title>
<updated>2021-01-08T16:58:44Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T16:52:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c7123bea6a8dc2c9e327ce41ddfc25e29f1bb145'/>
<id>urn:sha1:c7123bea6a8dc2c9e327ce41ddfc25e29f1bb145</id>
<content type='text'>
People have been asking for a feature to error out on transient network
errors for a while, this gives them one while keeping the door open for
other modes we need, such as --error-on=no-success which we need to
determine when to retry the daily update job.

Closes: #594813

(and a whole bunch of duplicates...)
</content>
</entry>
<entry>
<title>Merge branch 'pu/phased-updates' into 'master'</title>
<updated>2021-01-08T14:07:09Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2021-01-08T14:07:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d35d51ddbdc75512a73e713972f4bbb5a1fd73ae'/>
<id>urn:sha1:d35d51ddbdc75512a73e713972f4bbb5a1fd73ae</id>
<content type='text'>
Add support for Phased-Update-Percentage

See merge request apt-team/apt!129</content>
</entry>
<entry>
<title>Phase using source version to be binNMU-correct</title>
<updated>2021-01-08T13:48:47Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2021-01-08T13:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=bd64bb79537fac17e1474672402d6b0572dce94a'/>
<id>urn:sha1:bd64bb79537fac17e1474672402d6b0572dce94a</id>
<content type='text'>
If we have different binNMU versions on different architectures,
we don't want madness to ensue.

This is a change from how update-manager does things, as Ubuntu does not
have binNMUs, but I believe it's the right thing to do for a generic
solution.
</content>
</entry>
<entry>
<title>Add support for Phased-Update-Percentage</title>
<updated>2021-01-08T13:48:47Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2020-08-10T18:16:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c5bc86d45e003905ef411146e66b414d26fb1ff8'/>
<id>urn:sha1:c5bc86d45e003905ef411146e66b414d26fb1ff8</id>
<content type='text'>
This adds support for Phased-Update-Percentage by pinning
upgrades that are not to be installed down to 1.

The output of policy has been changed to add the level of
phasing, and documentation has been improved to document
how phased updates work.

The patch detects if it is running in a chroot, and if so, always
includes phased updates, restoring classic apt behavior to avoid
behavioral changes on buildd chroots.

Various options are added to control this all:

* APT::Get::{Always,Never}-Include-Phased-Updates and their legacy
  update-manager equivalents to always or never include phased updates
* APT::Machine-ID can be set to a UUID string to have all machines in a
  fleet phase the same
* Dir::Etc::Machine-ID is weird in that it's default is sort of like
  ../machine-id, but not really, as ../machine-id would look up
  $PWD/../machine-id and not relative to Dir::Etc; but it allows you to
  override the path to machine-id (as opposed to the value)
* Dir::Bin::ischroot is the path to the ischroot(1) binary which is used
  to detect whether we are running in a chroot.
</content>
</entry>
</feed>
