mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
Update Branch Information
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
4263355e37
commit
e89f141693
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ Currently, there are three branches in the MSB GIT repository:
|
|||
will come from. Please use this branch for testing only and not for
|
||||
production environments.
|
||||
|
||||
- 1.6: The MSB stable branch for Slackware 14.0.
|
||||
- 14.0-mate-1.6: The MSB stable branch for Slackware 14.0.
|
||||
This is the previously supported branch and only receives bug fix updates.
|
||||
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.
|
||||
|
@ -34,7 +34,7 @@ $ git branch
|
|||
An asterisk will appear in front of the branch you are currently in.
|
||||
Example output of 'git branch':
|
||||
|
||||
1.6
|
||||
14.0-mate-1.6
|
||||
14.1-mate-1.6
|
||||
* master
|
||||
|
||||
|
@ -45,7 +45,7 @@ To switch to another branch, use 'git checkout <branch_name>'. Example:
|
|||
$ git checkout 14.1-mate-1.6
|
||||
$ git branch
|
||||
|
||||
1.6
|
||||
14.0-mate-1.6
|
||||
* 14.1-mate-1.6
|
||||
master
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ This project provides SlackBuild scripts to build and install the MATE desktop
|
|||
environment on Slackware (http://www.mate-desktop.org). Please check the main
|
||||
project website at http://mateslackbuilds.github.io for screenshots and more
|
||||
information. There is also a link to some MATE 1.6 binary packages for
|
||||
Slackware 14.1.
|
||||
Slackware 14.0 and Slackware 14.1.
|
||||
|
||||
Please read GIT_BRANCHES.TXT to make sure you are on the right branch of the
|
||||
MSB repo before attempting to build from the scripts. After cloning the
|
||||
|
|
Loading…
Reference in a new issue