mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Switch to version 1.16 for msb repository
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
acbd3c7fbd
commit
eb77a10d0e
4 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -52,4 +52,4 @@ sbo
|
|||
# salix
|
||||
# slackl
|
||||
# rested
|
||||
# msb{1.10}
|
||||
# msb{1.16}
|
||||
|
|
|
@ -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".
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue