Skip to content

Versioning

Balazs Bucsay edited this page Dec 22, 2019 · 5 revisions

The versioning of the framework is pretty simple. The are three branches:

  • master
  • next-version (recommended)
  • python2.7

master

This is a somewhat stable latest release. If you just want to taste the framework with no extra functionality, you should use this. Otherwise please use the next-version branch (see below)

to get the master branch

# git clone https://github.com/earthquake/XFLTReaT

next-version

This is the development branch, which has all the cool stuff. It can be broken any time, but this one gives you the additional functionality that you might look for.

If you want to develop for the framework, you MUST use this branch and please make sure that you are following the Development Guidelines.

This branch will be merged into the master branch whenever it gets into a state that is stable and good enough to release.

to get the next-version branch

# git clone https://github.com/earthquake/XFLTReaT
# git checkout next-version

python2.7

Old-stable version of XFLTReaT, which runs under Python2.7. All development will take place in Python3.x and this branch will not be updated. Use it if it is needed, should run without any issues.

XFLTReaT wiki pages

Clone this wiki locally