Bug 62575

Summary: does not honor (non-) auto update settings in /etc/apt/apt.conf.d/
Product: PackageKit Reporter: Anonymous Helper <anonymous>
Component: GeneralAssignee: Richard Hughes <richard>
Status: RESOLVED NOTABUG QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.