From 6f1a8b24233037e2f9528d3f5acfaf62c596b4a1 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 27 Jun 2016 17:17:30 -0400 Subject: [PATCH] Fixes for UAC mirror We don't need UDebComponents since there is no debian-installer. Additionally, fix a typo with our updates field. Change-Id: I070ea1df8897a5388919e30bfbdd54e07fc3b30e Signed-off-by: Paul Belanger --- .../templates/reprepro/distributions.ubuntu-cloud-archive.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb b/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb index 1f425ab7a2..470b446748 100644 --- a/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb +++ b/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb @@ -5,9 +5,8 @@ Codename: <%= distro_codename %>-updates/<%= openstack_codename %> Description: OpenStack <%= openstack_codename.capitalize %> Archive for Ubuntu <%= distro_codename.capitalize %> Architectures: amd64 Components: main -UDebComponents: main Contents: .gz -Update: <%= distro_codename %>-updates +Update: ubuntu-cloud-archive Log: <%= @logdir %>/ubuntu-cloud-archive-<%= distro_codename %>.log <% end -%>