From 89afa66bbe0aa79cdc37909c62d99f314f40b198 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 27 Jul 2016 09:41:56 -0400 Subject: [PATCH] Add jessie-newton-backports repo This was requested by the Package-Deb team, which will contain non-openstack package backports needed to build OpenStack packages. Change-Id: Ife0b5cb8ece69aaca0c0c5e8140809f1da091fc9 Signed-off-by: Paul Belanger --- .../templates/reprepro/distributions.debian-openstack.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/openstack_project/templates/reprepro/distributions.debian-openstack.erb b/modules/openstack_project/templates/reprepro/distributions.debian-openstack.erb index d738981d44..7bdc4758cb 100644 --- a/modules/openstack_project/templates/reprepro/distributions.debian-openstack.erb +++ b/modules/openstack_project/templates/reprepro/distributions.debian-openstack.erb @@ -4,4 +4,9 @@ Description: Debian OpenStack <%= release.capitalize %> packages Architectures: amd64 i386 source Components: main +Codename: <%= release %>-backports +Description: Debian OpenStack <%= release.capitalize %> packages +Architectures: amd64 i386 source +Components: main + <% end -%>