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:
parent
39626a1401
commit
14ec2bd273
@ -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
|
||||
|
@ -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 -%>
|
||||
|
Loading…
Reference in New Issue
Block a user