round 2: Fix debian-stretch-security for reprepro

Our previous patch didn't work as expected, this is because the repo
data for security is not in the toplevel directory.  This was the
reason for using suite.

This then means we need 2 stanza's for jessie and stretch, since the
suite field only supports a single entry.

Change-Id: I29944191beff261c79f819e434da35e2848877cb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-13 10:39:20 -04:00
parent 39626a1401
commit 14ec2bd273
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 12 additions and 2 deletions

View File

@ -38,8 +38,18 @@ Architectures: amd64 arm64 source
GetInRelease: no
VerifyRelease: 2B90D010
Name: debian-security
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

View File

@ -36,7 +36,7 @@ Architectures: amd64 arm64 source
Components: main
UDebComponents: main
Contents: .gz
Update: debian-security
Update: debian-<%= release %>-security
Log: <%= @logdir %>/debian-<%= release %>-security.log
<% end -%>