<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/test, branch 2.7.10</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=2.7.10</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=2.7.10'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2024-01-10T11:06:23Z</updated>
<entry>
<title>Accept file system disorder in test-ignored-files</title>
<updated>2024-01-10T11:06:23Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-01-10T10:48:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d5cdd79bfb1b0dd1cadd878dad8273cbf7069dbb'/>
<id>urn:sha1:d5cdd79bfb1b0dd1cadd878dad8273cbf7069dbb</id>
<content type='text'>
Reading the contents of a directory is not deterministic, so if we
wanted a fixed order we would need to sort the reported errors, but
as we don't need any specific order lets just accept both possibilities.

Regression-of: 7b41275b9da31d6c87bbaa0c9115e224e47b15e1
</content>
</entry>
<entry>
<title>Revert "Merge branch 'distclean-doc-an-test' into 'main'"</title>
<updated>2024-01-08T09:40:10Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-08T09:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=10367ebb0f44cbc61b48fb99e194301c2182fe31'/>
<id>urn:sha1:10367ebb0f44cbc61b48fb99e194301c2182fe31</id>
<content type='text'>
This reverts commit 86e6eace1d50527b5a2396290acd1db819b13e26, reversing
changes made to 6e43eef9ca8250eb561f2c9af2f4890d674f3911.
</content>
</entry>
<entry>
<title>test: Disable valgrind on armhf, incompatible with stack clash protector</title>
<updated>2024-01-08T09:19:02Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2024-01-08T09:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=719676d84b4bcdc5c65b87d42c4b72812209832b'/>
<id>urn:sha1:719676d84b4bcdc5c65b87d42c4b72812209832b</id>
<content type='text'>
Closes: #1059352
</content>
</entry>
<entry>
<title>Merge branch 'distclean-doc-an-test' into 'main'</title>
<updated>2024-01-08T09:16:51Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-01-08T09:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=86e6eace1d50527b5a2396290acd1db819b13e26'/>
<id>urn:sha1:86e6eace1d50527b5a2396290acd1db819b13e26</id>
<content type='text'>
Document and test 'distclean'

See merge request apt-team/apt!312</content>
</entry>
<entry>
<title>Merge branch 'fix/dontstorediffindex' into 'main'</title>
<updated>2024-01-08T09:15:34Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2024-01-08T09:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6e43eef9ca8250eb561f2c9af2f4890d674f3911'/>
<id>urn:sha1:6e43eef9ca8250eb561f2c9af2f4890d674f3911</id>
<content type='text'>
Do not store .diff_Index files in update

See merge request apt-team/apt!316</content>
</entry>
<entry>
<title>Do not store .diff_Index files in update</title>
<updated>2024-01-03T16:59:11Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-01-03T16:25:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=afcdbcf895284efd76903b2b3ba5cc849059ce50'/>
<id>urn:sha1:afcdbcf895284efd76903b2b3ba5cc849059ce50</id>
<content type='text'>
Nowadays we only download the index file if we have a non-current file
on disk which we want to patch. If that is the case, any index file for
patches we could have stored is by definition outdated, so storing those
files just takes up disk space.

At least, that is the case if we have a Release file – if we don't this
commit introduces a needless redownload for such repositories but such
repositories are an error by default and if they can't be bothered to
provide a Release file its very unlikely they actually ship diffs, so
adding detection code for this seems pointless at best.
</content>
</entry>
<entry>
<title>Improve and test distclean implementation</title>
<updated>2024-01-03T13:53:09Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2024-01-03T13:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=c82f96210eb62c92d31ded7073f4cf5371cc9485'/>
<id>urn:sha1:c82f96210eb62c92d31ded7073f4cf5371cc9485</id>
<content type='text'>
The implementation as-is as various smaller/esoteric bugs and
inconsistencies like apt-get not supporting them, the option -s
being supported in code but not accepted on the command line,
the regex not escaping the dot before the file extension and
exposing more implementation details to public headers than we
actually need.

Also comes with a small test case to ensure it actually works.

References: bd7c126e3fb1b94e76e0e632c657cea854586844
</content>
</entry>
<entry>
<title>Test and document 'dist-clean'</title>
<updated>2023-12-15T11:57:54Z</updated>
<author>
<name>Gábor Németh</name>
<email>homar@riseup.net</email>
</author>
<published>2023-12-15T11:57:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b3a430029360800e1b2cb6dfc385c5182f74fcb8'/>
<id>urn:sha1:b3a430029360800e1b2cb6dfc385c5182f74fcb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not silently ignore directories for reserved file names</title>
<updated>2023-12-13T16:59:34Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>julian.klode@canonical.com</email>
</author>
<published>2023-12-13T16:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=7b41275b9da31d6c87bbaa0c9115e224e47b15e1'/>
<id>urn:sha1:7b41275b9da31d6c87bbaa0c9115e224e47b15e1</id>
<content type='text'>
Files with reserved extensions like .list, .sources, .conf,
and .pref should receive notices in their respective directories
even if they are directories.
</content>
</entry>
<entry>
<title>Merge branch 'fix/unknownarchconflicts' into 'main'</title>
<updated>2023-12-08T13:13:22Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2023-12-08T13:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=cc54a179c42e07cf61debd6740cb47542caccae5'/>
<id>urn:sha1:cc54a179c42e07cf61debd6740cb47542caccae5</id>
<content type='text'>
Have Grp.FindPreferredPkg return very foreign pkgs as last resort

See merge request apt-team/apt!310</content>
</entry>
</feed>
