Hello all,
we will start using the Git flow model for Icinga Web in the future.

Due to this the new branch "next" has been introduced some weeks ago.

>From now on "master" will be the branch for the current released version of
Icinga Web, plus any fixes coming with the next minor release.

Unfortunately master is currently in a bit of development state, and we
have reset it to the current state of the 1.8 branch.

More details about git handling in the future should be available soon on
the wiki.

For all devs and users with a local clone of our git it will be required to
delete your local master branch and do reset the branch to current
origin/master:

( make sure you are on master and your remote is named origin )
$ git fetch
$ git branch
$ git reset --hard origin/master

Cheers
Markus Frosch
Icinga Dev Team

-- 
Markus Frosch
[email protected]
http://www.lazyfrosch.de
------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
icinga-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/icinga-devel

Reply via email to