system-config/modules/openstack_project/templates/reprepro/distributions.ubuntu-mariadb.erb
Paul Belanger 7e7956bd66 Fixes to ubuntu-mariadb mirror
Changes that are needed to make reprepro function properly.

Change-Id: I344f529e8edf7a9f272774db8dd42330919c4e65
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-03-02 13:59:25 -05:00

13 lines
312 B
Plaintext

<% @releases.each do |release| -%>
Origin: MariaDB
Codename: <%= release %>
Description: OpenStack MariaDB <%= release.capitalize %> mirror
Architectures: amd64
Components: main
UDebComponents:
Contents: .gz
Update: ubuntu-mariadb-<%= release %>
Log: <%= @logdir %>/ubuntu-mariadb-<%= release %>.log
<% end -%>