[Secure-testing-commits] [Git][security-tracker-team/security-tracker][master] bin/unsupported_packages.py: Update to match new location of debian-security-support repository.
Chris Lamb
lamby at debian.org
Thu Mar 15 15:19:24 UTC 2018
Chris Lamb pushed to branch master at Debian Security Tracker / security-tracker
Commits:
b0cd5ed5 by Chris Lamb at 2018-03-15T08:19:01-07:00
bin/unsupported_packages.py: Update to match new location of debian-security-support repository.
- - - - -
1 changed file:
- bin/unsupported_packages.py
Changes:
=====================================
bin/unsupported_packages.py
=====================================
--- a/bin/unsupported_packages.py
+++ b/bin/unsupported_packages.py
@@ -46,7 +46,7 @@ class DebSecSupport(set):
class UnsupportedPackages(DebSecSupport):
- URL = "https://anonscm.debian.org/cgit/collab-maint/debian-security-support.git/plain/security-support-ended.deb{}"
+ URL = "https://salsa.debian.org/debian/debian-security-support/raw/master/security-support-ended.deb{}"
CACHED_DATA_PATH = "~/.cache/security-support-ended.deb{}"
def __init__(self, debian_version=7, update_cache=True):
@@ -61,7 +61,7 @@ class UnsupportedPackages(DebSecSupport):
class LimitedSupportPackages(DebSecSupport):
- URL = "https://anonscm.debian.org/cgit/collab-maint/debian-security-support.git/plain/security-support-limited"
+ URL = "https://salsa.debian.org/debian/debian-security-support/raw/master/security-support-limited"
CACHED_DATA_PATH = "~/.cache/security-support-limited"
def __init__(self, update_cache=True):
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/b0cd5ed5b282af6bd7739edb55f3448cb2b3a188
---
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/commit/b0cd5ed5b282af6bd7739edb55f3448cb2b3a188
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/secure-testing-commits/attachments/20180315/0654ffec/attachment.html>
More information about the Secure-testing-commits
mailing list