Update for msb repository

This commit is contained in:
Dimitris Zlatanidis 2015-06-12 23:41:09 +03:00
parent 66d7263c37
commit f972a8b149
3 changed files with 8 additions and 1 deletions

View file

@ -18,6 +18,11 @@ and has no reference dependencies.
Slackel.gr (slackl) repository must be used only from Slackware current users.
MSB (msb) repository has one ChangeLog.txt file for three sub-repositories {1.6, 1.8, 1.10}.
So if you have updated the list of packages with version 1.8 and want to switch to version
1.10 then run "slpkg upgrade" instead of "slpkg update". MSB (msb) repository has no reference
dependencies.
Studioware (studio), Alien's ktown (ktown), Alien's multilib (multi), Slacke E17 and E18
and Alien's restricted repository has no reference dependencies.

View file

@ -26,10 +26,12 @@ RELEASE=stable
# Choose repositories want to work. Read first REPOSITORIES file.
# Available repositories : slack,sbo,alien,rlw,slacky,studio,slackr,slonly,
# ktown{latest},multi,slacke{18},salix,slackl,rested
# msb{1.10}
#
# slackr (slackers.it) repository must used from Slackware64 current.
# Ktown (Alien"s ktown) repository. Default ktown{latest}.
# Slacke (Enlightenment E17 and E18) repository. Default slacke{18}.
# MSB (mate) repository. Default msb{1.10}
REPOSITORIES=slack,sbo
# Build directory for repository "sbo" slackbuilds.org. In this

View file

@ -111,7 +111,7 @@ class MetaData(object):
"REPOSITORIES": ["slack", "sbo", "rlw", "alien",
"slacky", "studio", "slackr", "slonly",
"ktown{latest}", "multi", "slacke{18}",
"salix", "slackl", "rested"],
"salix", "slackl", "rested", "msb{1.10}"],
"BUILD_PATH": "/tmp/slpkg/build/",
"PACKAGES": "/tmp/slpkg/packages/",
"PATCHES": "/tmp/slpkg/patches/",