Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apt/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'opts': 'signed-by=/usr/share/keyrings/debian-archive-keyring.gpg'
},
'security-stable': {
'distro': distribution ~ '/updates',
'distro': distribution ~ '-security',
'url': 'http://security.debian.org/',
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @sylvainfaivre,

It looks like there is one more change needed to ensure this matches the new spec you referenced.

Currently this renders the URL for the security repo as http://security.debian.org/ when it should be http://security.debian.org/debian-security

Suggested change
'url': 'http://security.debian.org/',
'url': 'http://security.debian.org/debian-security',

After this change it looks like it should be ready to merge in.

'arch': arch,
'comps': debian_comp,
Expand Down
Loading