Bug 62575 - does not honor (non-) auto update settings in /etc/apt/apt.conf.d/
Summary: does not honor (non-) auto update settings in /etc/apt/apt.conf.d/
Status: RESOLVED NOTABUG
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-20 20:33 UTC by Anonymous Helper
Modified: 2013-03-21 15:48 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Anonymous Helper 2013-03-20 20:33:56 UTC
On Debian Wheezy with KDE.

I have a file /etc/apt/apt.conf.d/20noperiodic.

APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Download-Upgradeable-Packages "0";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "0";

And I can confirm with apt-config dump, that these are set and that apt-get won't automatically update.

In Apper settings fetching updates is still set to hourly by default and I believe it is a bug and APT::Periodic::Update-Package-Lists "0"; should be honored.
Comment 1 Richard Hughes 2013-03-21 15:48:40 UTC
PackageKit doesn't read that file, as it's an abstraction layer above apt/yum/etc.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.