mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2025-01-14 08:01:24 +01:00
Update Docs in 1.6 branch
Signed-off-by: willysr <willysr@slackware-id.org>
This commit is contained in:
parent
051dbb2e7a
commit
6c7eea5a80
1 changed files with 15 additions and 4 deletions
|
@ -4,7 +4,7 @@ MATE SlackBuilds
|
||||||
MSB will follow MATE's workflow on versioning and releases as described in
|
MSB will follow MATE's workflow on versioning and releases as described in
|
||||||
MATE's wiki: http://wiki.mate-desktop.org/dev-doc.
|
MATE's wiki: http://wiki.mate-desktop.org/dev-doc.
|
||||||
|
|
||||||
Currently, there are two branches in the MSB GIT repository:
|
Currently, there are three branches in the MSB GIT repository:
|
||||||
|
|
||||||
- master: The MSB development branch. It represents the most up-to-date
|
- master: The MSB development branch. It represents the most up-to-date
|
||||||
code, but no binary packages are built from this branch. Building from
|
code, but no binary packages are built from this branch. Building from
|
||||||
|
@ -12,12 +12,21 @@ Currently, there are two branches in the MSB GIT repository:
|
||||||
will come from. Please use this branch for testing only and not for
|
will come from. Please use this branch for testing only and not for
|
||||||
production environments.
|
production environments.
|
||||||
|
|
||||||
- 1.6: The MSB stable branch. This is the supported branch and only
|
- 1.6: The MSB stable branch for Slackware 14.0.
|
||||||
receives bug fix updates. The MSB binary packages are built from this
|
This is the currently supported branch and only receives bug fix updates.
|
||||||
branch. You might want to use this branch if you enjoy stable releases.
|
The MSB binary packages for Slackware 14.0 are built from this branch.
|
||||||
|
You might want to use this branch if you enjoy stable releases.
|
||||||
|
Once Slackware 14.1 gets declared the next stable release then
|
||||||
|
this branch will be obsoleted and no longer updated.
|
||||||
|
|
||||||
|
- 14.1-mate-1.6: The MSB stable branch for Slackware 14.1.
|
||||||
|
This is the next supported branch and only receives bug fix updates.
|
||||||
|
The MSB binary packages for Slackware 14.1 are built from this branch.
|
||||||
|
You might want to use this branch if you enjoy stable releases.
|
||||||
Once 'master' has been declared the next stable release (e.g. 1.8) then
|
Once 'master' has been declared the next stable release (e.g. 1.8) then
|
||||||
this branch will be obsoleted and no longer updated.
|
this branch will be obsoleted and no longer updated.
|
||||||
|
|
||||||
|
|
||||||
An easy way to find out which branch are you in right now (once you have
|
An easy way to find out which branch are you in right now (once you have
|
||||||
cloned the repo or pulled the latest updates):
|
cloned the repo or pulled the latest updates):
|
||||||
|
|
||||||
|
@ -27,6 +36,7 @@ An asterisk will appear in front of the branch you are currently in.
|
||||||
Example output of 'git branch':
|
Example output of 'git branch':
|
||||||
|
|
||||||
1.6
|
1.6
|
||||||
|
14.1-mate-1.6
|
||||||
* master
|
* master
|
||||||
|
|
||||||
This output indicates that you are now in the 'master' branch.
|
This output indicates that you are now in the 'master' branch.
|
||||||
|
@ -37,6 +47,7 @@ $ git checkout 1.6
|
||||||
$ git branch
|
$ git branch
|
||||||
|
|
||||||
* 1.6
|
* 1.6
|
||||||
|
14.1-mate-1.6
|
||||||
master
|
master
|
||||||
|
|
||||||
You have now switched from the 'master' branch to the '1.6' branch.
|
You have now switched from the 'master' branch to the '1.6' branch.
|
||||||
|
|
Loading…
Reference in a new issue