mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Update for slackware repositories
This commit is contained in:
parent
096097a3d1
commit
90c2c41fdd
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,7 @@ PONCE_REPO_TAG = "_SBo" # Default repo TAG.
|
|||
PONCE_REPO_PATCH_TAG = "" # Patch the TAG.
|
||||
|
||||
# Official repository for Slackware x86_64 15.0 stable.
|
||||
# Recommended using a mirror from /etc/slackpkg/mirrors file.
|
||||
# For Slackware x86_64 -current:
|
||||
# ["https://slackware.uk/slackware/slackware64-current/"]
|
||||
SLACK_REPO = false
|
||||
|
@ -66,6 +67,7 @@ SLACK_REPO_CHANGELOG = "ChangeLog.txt"
|
|||
SLACK_REPO_TAG = ""
|
||||
|
||||
# Official repository for Slackware patches x86_64 15.0 stable.
|
||||
# Recommended using a mirror from /etc/slackpkg/mirrors file.
|
||||
# For Slackware patches x86_64 -current:
|
||||
# ["https://slackware.uk/slackware/slackware64-current/", "extra/"]
|
||||
SLACK_EXTRA_REPO = false
|
||||
|
@ -78,6 +80,9 @@ SLACK_EXTRA_REPO_CHANGELOG = "ChangeLog.txt"
|
|||
SLACK_EXTRA_REPO_TAG = ""
|
||||
|
||||
# Official repository for Slackware patches x86_64 15.0 stable.
|
||||
# Recommended using a mirror from /etc/slackpkg/mirrors file.
|
||||
# For Slackware patches x86_64 -current:
|
||||
# ["https://slackware.uk/slackware/slackware64-current/", "patches/"]
|
||||
SLACK_PATCHES_REPO = false
|
||||
SLACK_PATCHES_REPO_NAME = "slack_patches"
|
||||
SLACK_PATCHES_REPO_LOCAL = [""]
|
||||
|
|
Loading…
Reference in a new issue