APT::Periodic::Update-Package-Lists not set in cloud images
Bug #870121 reported by
Dave Walker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Fix Released
|
Medium
|
Unassigned | ||
Precise |
Fix Released
|
Medium
|
Unassigned |
Bug Description
In Desktop and Server ISO we set APT::Periodic:
dave@bootie:~$ apt-config shell UpdateInterval APT::Periodic:
UpdateInterval='1'
In the Cloud images, this returns null.
It might be a good idea to compare the other variables to make sure we reflect what we want.
Thanks.
Related branches
Changed in ubuntu: | |
assignee: | nobody → Ben Howard (utlemming) |
milestone: | none → ubuntu-11.10 |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: server-o-rs |
tags: | added: rls-mgr-tracking |
To post a comment you must log in.
I ran two tests to try and find out if this is the cloud images or not. Based on my findings, this is not being caused by the cloud image build process -- it looks like there is something else going on.
Test 1) Built cloud-images through old build system. Confirmed that setting was not set.
Test 2) Built Server from TestDrive ISO image. Confirmed that setting was not set
Test 3) Beta1 install, upgraded. Setting was set.