From 539205484bb87f84a9a70ab61e89e86d58b5d55f Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Fri, 11 Mar 2016 16:12:36 -0800 Subject: [PATCH] Disable automatic installation of backports In Ubuntu, the archive configures backports as something you must explicitly request when installing packages. One does this by specifying a package name of 'backports/$packagename'. But our reprepro mirrors of backports do not have this flag set, and so, all systems get backported versions of packages, instead of the one from the released stable archive. Change-Id: I8f266dc7045e971567ed934d1206c7b83cacd178 --- .../templates/reprepro/distributions.ubuntu.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb b/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb index 50ec1bb176..564f1e2e60 100644 --- a/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb +++ b/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb @@ -27,6 +27,8 @@ Components: main universe UDebComponents: main Contents: .gz Update: ubuntu +NotAutomatic: yes +ButAutomaticUpgrades: yes Log: <%= @logdir %>/ubuntu-<%= release %>-backports.log Origin: Ubuntu