<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/debian/apt.cron.daily, branch 1.2.2</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.2.2</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2016-01-02T20:27:38Z</updated>
<entry>
<title>Add support for APT::Periodic::CleanInterval</title>
<updated>2016-01-02T20:27:38Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2016-01-02T20:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=73d52d65816491c0dd8815f393c238f599fea21e'/>
<id>urn:sha1:73d52d65816491c0dd8815f393c238f599fea21e</id>
<content type='text'>
In order to allow regular cleaning of the downloaded deb archives
the new option APT::Periodic::CleanInterval is added. It will run
"apt-get clean" in the given time interval.

Thanks: Martin-Éric Racine
</content>
</entry>
<entry>
<title>redirect which stderr to /dev/null for consistency</title>
<updated>2015-12-13T23:33:22Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-13T23:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=8deda84ed86bae6bfa83f5c25d15fd4611c637c0'/>
<id>urn:sha1:8deda84ed86bae6bfa83f5c25d15fd4611c637c0</id>
<content type='text'>
The "standard" which (debianutils) has no output whatsoever on stderr,
bash and dash which use this implementation therefore haven't either.
In zsh 'which' is a shell built-in – and has no stderr output either, it
does print an error message on stdout…

So, realistically, a redirection isn't needed at all, but it also can't
hurt (&lt;- I have said that before in this context -&gt;) so why not for
consistency with… well, not with "command -v" as that hasn't an error
message either. Lets say for consistency with my mental image of shell,
as I am still a bit puzzled by zsh's which and now could imagine even
more strange things in other shells.

Closes: 807373
</content>
</entry>
<entry>
<title>part revert, part redo 'which' replacement</title>
<updated>2015-12-06T23:09:10Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-06T23:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e23ee4c21c6d8045ab020526aa864a48dc16ddd9'/>
<id>urn:sha1:e23ee4c21c6d8045ab020526aa864a48dc16ddd9</id>
<content type='text'>
In e75e5879 'replace "which" with "command -v" for portability' I missed
that command -v isn't actually required to be available in debian, so
for the 5 files we are using it:

Two (abicheck/run_abi_test &amp; test/integration/framework) are called in
environments were I believe sh is at least dash or 'better' as the first
one is "interactive" for apt developers and the later is sourced by ~200
tests in the same directory run by hand and ci-services – for the later
we have pulled some uglier hacks for worser things already, so if there
should actually end up needing something more compatible we will notice
eventually (and the later actually had a command -v call for some time
already and nobody came running).

debian/rules and debian/apt.cron.daily I switched back to which as that
is more or less debian-specific or at least highly non-critical.

That leaves cmdline/apt-key.in with a bunch of calls where I will
implement that functionality in shell as this is relatively short-lived
as it is used to detect wget (for net-update, which Michael wants to
revive and in that process will properly use apt-helper instead of wget)
and to detect gpg vs. gpg2 systems, where the earlier is supposed to go
away in the longrun (or the later, but by replacing the earlier…).
[and this gpg/gpg2 detection is new in sid, so I have some sympathy for
that being a problem now.]

Thanks: Jakub Wilk for pointing out #747320
</content>
</entry>
<entry>
<title>replace "which" with "command -v" for portability</title>
<updated>2015-12-06T13:03:35Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2015-12-06T13:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e75e5879c0e8d232a2e8f045685beeb8c965aba4'/>
<id>urn:sha1:e75e5879c0e8d232a2e8f045685beeb8c965aba4</id>
<content type='text'>
which is a debian specific tool packaged in debianutils (essential)
while command is a shell builtin defined by POSIX.

Closes: 807144
Thanks: Mingye Wang for the suggestion.
</content>
</entry>
<entry>
<title>document APT::Periodic::RandomSleep</title>
<updated>2015-08-12T09:55:47Z</updated>
<author>
<name>Tomas Pospisek</name>
<email>tpo_hp@sourcepole.ch</email>
</author>
<published>2015-01-27T13:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1d6afdd9b174c360936bbaf994ae7dc03a086128'/>
<id>urn:sha1:1d6afdd9b174c360936bbaf994ae7dc03a086128</id>
<content type='text'>
The documentation in the patch is from
https://help.ubuntu.com/community/AutomaticSecurityUpdates

That page is licensed under Creative Commons Attribution-ShareAlike
3.0. Because I'm unsure how that license meshes with apt's license
I've not copied the text but formulated the same information freely
in my own words.

The original text was contributed by Chris Bainbridge [1][3]
and Kees Cook [2]. Thanks to them.

[1] https://help.ubuntu.com/community/AutomaticSecurityUpdates?action=diff&amp;rev1=40&amp;rev2=41
[2] https://help.ubuntu.com/community/AutomaticSecurityUpdates?action=diff&amp;rev1=38&amp;rev2=39
[3] https://help.ubuntu.com/community/AutomaticSecurityUpdates?action=diff&amp;rev1=37&amp;rev2=38

Closes: 776380
Thanks: Chris Bainbridge and Kees Cook for initial text
</content>
</entry>
<entry>
<title>apt.cron.daily: Reference 10periodic instead of 02periodic</title>
<updated>2015-08-12T09:10:16Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-08-12T09:10:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f9be02d7c94cba689e9d323b03be7cabbac2a874'/>
<id>urn:sha1:f9be02d7c94cba689e9d323b03be7cabbac2a874</id>
<content type='text'>
LP: #1332106
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/debian/sid' into debian/sid</title>
<updated>2014-03-27T14:19:29Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-03-27T14:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=62f1ee1cc7a5e16ca0cbfbee3c00cefab1892f87'/>
<id>urn:sha1:62f1ee1cc7a5e16ca0cbfbee3c00cefab1892f87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix documentation for APT::Periodic::MaxSize "0" (closes: #740551)</title>
<updated>2014-03-27T07:42:25Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-03-27T07:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=12c4e7c92a8909130ce9af17ef68d7383b57b1f6'/>
<id>urn:sha1:12c4e7c92a8909130ce9af17ef68d7383b57b1f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>correct some reported typos in /etc/cron.daily/apt</title>
<updated>2014-03-21T11:11:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-21T11:11:27Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e9db7e74c445d5b62023e0972ab3007485ca9a6f'/>
<id>urn:sha1:e9db7e74c445d5b62023e0972ab3007485ca9a6f</id>
<content type='text'>
Closes: 702016
Reported-By: Mason Loring Bliss &lt;mason@blisses.org&gt;,
 Jakub Wilk &lt;jwilk@debian.org&gt;
</content>
</entry>
<entry>
<title>Fix typos in documentation (codespell)</title>
<updated>2014-02-22T17:34:33Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-22T17:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1e3f4083db29bba600b9725e9456b0e140975c99'/>
<id>urn:sha1:1e3f4083db29bba600b9725e9456b0e140975c99</id>
<content type='text'>
</content>
</entry>
</feed>
