Switch to version 1.16 for msb repository

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-10-17 22:52:24 +03:00
parent acbd3c7fbd
commit eb77a10d0e
4 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
3.1.9 - 17/10/2016
Updated:
- Switch to default version 1.16 for msb repository
3.1.8 - 11/10/2016
Added:
- Feature rebuild packages for sbo repository and reinstall binaries packages

View file

@ -52,4 +52,4 @@ sbo
# salix
# slackl
# rested
# msb{1.10}
# msb{1.16}

View file

@ -362,7 +362,7 @@ For example:
SalixOS = "salix"
Slackel.gr = "slackel"
Alien's restricted = "rested"
MATE Desktop Environment = "msb{1.10}"
MATE Desktop Environment = "msb{1.16}"
Default enable repository is "slack" and "sbo".
Add or remove default repository in configuration file "/etc/slpkg/repositories.conf".

View file

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