Add source to ubuntu mirror distributions
This is a follow up patch to our previous attempt to mirror source packages, we forgot to actually download the first pass of packages. We have correctly added the code to update them. Change-Id: Ia2776d60f2b6d8b526b6866462299c7bf2f6bc5a Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
4eefe52525
commit
6207deef52
@ -2,7 +2,7 @@
|
||||
Origin: Ubuntu
|
||||
Codename: <%= release %>
|
||||
Description: OpenStack Ubuntu <%= release.capitalize %> mirror
|
||||
Architectures: amd64
|
||||
Architectures: amd64 source
|
||||
Components: main universe
|
||||
UDebComponents: main
|
||||
Contents: .gz
|
||||
@ -12,7 +12,7 @@ Log: <%= @logdir %>/ubuntu-<%= release %>.log
|
||||
Origin: Ubuntu
|
||||
Codename: <%= release %>-updates
|
||||
Description: OpenStack Ubuntu <%= release.capitalize %> Updates mirror
|
||||
Architectures: amd64
|
||||
Architectures: amd64 source
|
||||
Components: main universe
|
||||
UDebComponents: main
|
||||
Contents: .gz
|
||||
@ -22,7 +22,7 @@ Log: <%= @logdir %>/ubuntu-<%= release %>-updates.log
|
||||
Origin: Ubuntu
|
||||
Codename: <%= release %>-backports
|
||||
Description: OpenStack Ubuntu <%= release.capitalize %> Backports mirror
|
||||
Architectures: amd64
|
||||
Architectures: amd64 source
|
||||
Components: main universe
|
||||
UDebComponents: main
|
||||
Contents: .gz
|
||||
@ -34,7 +34,7 @@ Log: <%= @logdir %>/ubuntu-<%= release %>-backports.log
|
||||
Origin: Ubuntu
|
||||
Codename: <%= release %>-security
|
||||
Description: OpenStack Ubuntu <%= release.capitalize %> Security mirror
|
||||
Architectures: amd64
|
||||
Architectures: amd64 source
|
||||
Components: main universe
|
||||
UDebComponents: main
|
||||
Contents: .gz
|
||||
|
Loading…
Reference in New Issue
Block a user