diff --git a/REPOSITORIES b/REPOSITORIES index 9239fbb9..5b5e4f2d 100644 --- a/REPOSITORIES +++ b/REPOSITORIES @@ -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. diff --git a/conf/slpkg.conf b/conf/slpkg.conf index 3150b1e1..83cde2c0 100644 --- a/conf/slpkg.conf +++ b/conf/slpkg.conf @@ -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 diff --git a/slpkg/__metadata__.py b/slpkg/__metadata__.py index d7105ee8..2597a9aa 100644 --- a/slpkg/__metadata__.py +++ b/slpkg/__metadata__.py @@ -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/",