From 74f758d0c1dd31250aa7309391abf2e6b441a510 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 27 Jun 2016 17:00:16 +0200 Subject: [PATCH] adding docu how to switch to stable 16.1 branch --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1f8c17360..37b7a4594b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # EGroupware -| Branch | Status | Composer | -| ------ | ------ | -------- | -| master | [![Build Status](https://travis-ci.org/EGroupware/egroupware.svg?branch=master)](https://travis-ci.org/EGroupware/egroupware) | [![Dependency Status](https://www.versioneye.com/user/projects/57527deb7757a00041b3a25e/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57527deb7757a00041b3a25e) | -| 14.2 | [![Build Status](https://travis-ci.org/EGroupware/egroupware.svg?branch=14.2)](https://travis-ci.org/EGroupware/egroupware) | [![Dependency Status](https://www.versioneye.com/user/projects/57527e0c7757a0003bd4aecb/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57527e0c7757a0003bd4aecb) | +| Status | Composer | +| ------ | -------- | +| [![Build Status](https://travis-ci.org/EGroupware/egroupware.svg?branch=16.1)](https://travis-ci.org/EGroupware/egroupware) | [![Dependency Status](https://www.versioneye.com/user/projects/57527deb7757a00041b3a25e/badge.svg?style=flat)](https://www.versioneye.com/user/projects/57527deb7757a00041b3a25e) | ### Default and prefered installation method for EGroupware is via your package manager: https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl @@ -22,4 +21,7 @@ * npm install -g grunt-cli # installs grunt command globally, if you have not already done so * npm install # installs required npm/grunt modules into node_modules/ dir * # run grunt manually after every update, or better uncomment grunt steps in .mrconfig + +### Switching to stable 16.1 branch from 14.x or master +for d in . * ; do [ -d $d/.git ] && (echo $d; cd $d; git checkout master); done