2013-07-16 18:31:38 +02:00
|
|
|
MATE SlackBuilds
|
|
|
|
================
|
|
|
|
|
|
|
|
MSB will follow MATE's workflow on versioning and releases as described in
|
|
|
|
MATE's wiki: http://wiki.mate-desktop.org/dev-doc.
|
|
|
|
|
2013-10-01 04:59:36 +02:00
|
|
|
Currently, there are three branches in the MSB GIT repository:
|
2013-07-16 18:31:38 +02:00
|
|
|
|
|
|
|
- master: The MSB development branch. It represents the most up-to-date
|
2015-11-08 02:02:00 +01:00
|
|
|
code, but no regular binary packages are built from this branch.
|
|
|
|
Building from this branch may or may not work due to the nature of changes.
|
|
|
|
This is where the next stable release will come from.
|
|
|
|
Please use this branch for testing only and not for production environments.
|
2013-07-16 18:31:38 +02:00
|
|
|
|
2015-11-08 02:02:00 +01:00
|
|
|
- 14.0-mate-1.6: The MSB stable branch for Slackware 14.0. The MSB
|
2014-03-02 23:11:54 +01:00
|
|
|
1.6 binary packages for Slackware 14.0 were built from this branch.
|
2013-11-08 10:59:15 +01:00
|
|
|
Since Slackware 14.1 has been declared as the next stable release then
|
|
|
|
this branch is considered obsoleted and no longer updated.
|
2013-10-01 04:59:36 +02:00
|
|
|
|
2015-11-08 02:02:00 +01:00
|
|
|
- 14.1-mate-1.6
|
|
|
|
14.1-mate-1.8
|
|
|
|
14.1-mate-1.10
|
|
|
|
14.1-mate-1.12: The MSB stable branch for Slackware 14.1.
|
|
|
|
The MSB 1.6 binary packages for Slackware 14.1 are built from
|
|
|
|
this branch. Since Slackware 14.2 has been released as the next stable release
|
2015-10-24 19:49:22 +02:00
|
|
|
then this branch is considered obsoleted and no longer updated.
|
|
|
|
|
2017-03-14 02:33:47 +01:00
|
|
|
- 14.2-mate-1.14:
|
|
|
|
- 14.2-mate-1.16:
|
|
|
|
- 14.2-mate-1.18: The MSB stable branch for Slackware 14.2.
|
|
|
|
The MSB 1.18 binary packages for Slackware 14.2 are built from this branch.
|
2022-02-05 02:13:21 +01:00
|
|
|
Since Slackware 15.0 has been released as the next stable release
|
|
|
|
then this branch is considered obsoleted and no longer updated.
|
|
|
|
|
2024-02-25 03:07:58 +01:00
|
|
|
- 15.0-mate-1.28: The MSB stable branch for Slackware 15.0
|
2022-02-05 02:13:21 +01:00
|
|
|
This is the currently supported branch only receives bug fix updates.
|
2024-02-25 03:07:58 +01:00
|
|
|
The MSB 1.28 binary packages for Slackware 15.0 are built from this branch.
|
2015-10-24 19:49:22 +02:00
|
|
|
You might want to use this branch if you enjoy stable releases.
|
2013-10-01 04:59:36 +02:00
|
|
|
|
2013-07-16 18:31:38 +02:00
|
|
|
An easy way to find out which branch are you in right now (once you have
|
|
|
|
cloned the repo or pulled the latest updates):
|
|
|
|
|
2013-07-16 18:35:17 +02:00
|
|
|
$ git branch
|
2013-07-16 18:31:38 +02:00
|
|
|
|
|
|
|
An asterisk will appear in front of the branch you are currently in.
|
|
|
|
Example output of 'git branch':
|
|
|
|
|
2013-10-15 19:03:05 +02:00
|
|
|
14.0-mate-1.6
|
2013-10-01 04:59:36 +02:00
|
|
|
14.1-mate-1.6
|
2014-02-23 03:13:06 +01:00
|
|
|
14.1-mate-1.8
|
2015-04-06 20:37:25 +02:00
|
|
|
14.1-mate-1.10
|
2015-10-24 19:49:22 +02:00
|
|
|
14.1-mate-1.12
|
2016-05-29 22:14:29 +02:00
|
|
|
14.2-mate-1.14
|
2016-09-20 18:29:47 +02:00
|
|
|
14.2-mate-1.16
|
2017-03-14 02:33:47 +01:00
|
|
|
14.2-mate-1.18
|
2022-02-05 02:13:21 +01:00
|
|
|
15.0-mate-1.26
|
2024-02-25 03:07:58 +01:00
|
|
|
15.0-mate-1.28
|
2013-07-16 18:31:38 +02:00
|
|
|
* master
|
|
|
|
|
|
|
|
This output indicates that you are now in the 'master' branch.
|
|
|
|
|
|
|
|
To switch to another branch, use 'git checkout <branch_name>'. Example:
|
|
|
|
|
2024-02-25 03:07:58 +01:00
|
|
|
$ git checkout 15.0-mate-1.28
|
2013-07-16 18:35:17 +02:00
|
|
|
$ git branch
|
2013-07-16 18:31:38 +02:00
|
|
|
|
2013-11-08 10:59:15 +01:00
|
|
|
14.0-mate-1.6
|
2014-02-23 03:13:06 +01:00
|
|
|
14.1-mate-1.6
|
2015-04-06 20:37:25 +02:00
|
|
|
14.1-mate-1.8
|
2015-10-24 19:49:22 +02:00
|
|
|
14.1-mate-1.10
|
2016-05-29 22:14:29 +02:00
|
|
|
14.1-mate-1.12
|
2016-09-20 18:29:47 +02:00
|
|
|
14.2-mate-1.14
|
|
|
|
14.2-mate-1.16
|
2022-02-05 02:13:21 +01:00
|
|
|
14.2-mate-1.18
|
|
|
|
15.0-mate-1.26
|
2024-02-25 03:07:58 +01:00
|
|
|
* 15.0-mate-1.28
|
2013-07-16 18:31:38 +02:00
|
|
|
master
|
|
|
|
|
2024-02-25 03:07:58 +01:00
|
|
|
You have now switched from the 'master' branch to the '15.0-mate-1.28'
|
2014-03-02 23:11:54 +01:00
|
|
|
branch.
|