mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for msb repo mirror
This commit is contained in:
parent
c7c5d81b60
commit
a3a8dce9ff
2 changed files with 4 additions and 2 deletions
|
@ -146,7 +146,7 @@ GNOME_REPO_TAG = "gfs"
|
|||
MSB_REPO = false
|
||||
MSB_REPO_NAME = "msb"
|
||||
MSB_REPO_LOCAL = [""]
|
||||
MSB_REPO_MIRROR = ["https://slackware.uk/msb/", "15.0/", "1.26/", "x86_64/"]
|
||||
MSB_REPO_MIRROR = ["https://slackware.uk/msb/", "15.0/", "1.28/", "x86_64/"]
|
||||
MSB_REPO_PACKAGES = "PACKAGES.TXT"
|
||||
MSB_REPO_CHECKSUMS = "CHECKSUMS.md5"
|
||||
MSB_REPO_CHANGELOG = "ChangeLog.txt"
|
||||
|
|
|
@ -20,6 +20,8 @@ class Repositories:
|
|||
repos_config = {}
|
||||
repositories = {}
|
||||
|
||||
data_json: str = 'data.json'
|
||||
last_update_json: Path = Path(repositories_path, 'last_update.json')
|
||||
default_repository: str = 'sbo'
|
||||
|
||||
sbo_repo: bool = True
|
||||
|
@ -117,7 +119,7 @@ class Repositories:
|
|||
msb_repo_name: str = 'msb'
|
||||
msb_repo_path: Path = Path(repositories_path, msb_repo_name)
|
||||
msb_repo_local = ['']
|
||||
msb_repo_mirror = ['https://slackware.uk/msb/', '15.0/', '1.26/', 'x86_64/']
|
||||
msb_repo_mirror = ['https://slackware.uk/msb/', '15.0/', '1.28/', 'x86_64/']
|
||||
msb_repo_packages: str = 'PACKAGES.TXT'
|
||||
msb_repo_checksums: str = 'CHECKSUMS.md5'
|
||||
msb_repo_changelog: str = 'ChangeLog.txt'
|
||||
|
|
Loading…
Reference in a new issue