Remove debian-security from reprepro

Currently this is broken on mirror-update.o.o, the reason seems to be
upstream security.debian.org is a separate pool, but we are trying to
add it into a single pool.

This is causing checksum issues on files we download.

For now, remove debian-security and update jobs to pull directly from
security.debian.org.  A follow up patch will move this into its own
pool for reprepro creating mirror.debian-security.

Change-Id: Id918597aecc5114791811c7f30b6109da6a8d0af
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-18 13:04:49 -04:00
parent 0ac0d4d3a4
commit 346f4297d2
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 0 additions and 28 deletions

View File

@ -37,21 +37,3 @@ UDebComponents: main
Architectures: amd64 arm64 source
GetInRelease: no
VerifyRelease: 2B90D010
Name: debian-jessie-security
Method: http://security.debian.org/
Suite: jessie/updates
Components: main
UDebComponents: main
Architectures: amd64 arm64 source
GetInRelease: no
VerifyRelease: C857C906
Name: debian-stretch-security
Method: http://security.debian.org/
Suite: stretch/updates
Components: main
UDebComponents: main
Architectures: amd64 arm64 source
GetInRelease: no
VerifyRelease: C857C906

View File

@ -29,14 +29,4 @@ Contents: .gz
Update: debian
Log: <%= @logdir %>/debian-<%= release %>-backports.log
Origin: Debian
Codename: <%= release %>-security
Description: OpenStack Debian <%= release.capitalize %> Security mirror
Architectures: amd64 arm64 source
Components: main
UDebComponents: main
Contents: .gz
Update: debian-<%= release %>-security
Log: <%= @logdir %>/debian-<%= release %>-security.log
<% end -%>