From cbad36a30b65149a4696d75c99fa691e7bd52352 Mon Sep 17 00:00:00 2001 From: Michael Iedema Date: Fri, 28 Mar 2014 06:25:19 -0400 Subject: [PATCH] Update README.md --- README.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 394e4fc..fc842bb 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,33 @@ -Development Environment Tools +Development Environment ========= -A collection of tools to make working with the numerous software components as painless as possible. Why wiki when you can script?! +A collection of tools to make working with the numerous software components as painless as possible. If there's a task that annoys you when working with the code, open an issue to suggest an improvement. Or, better, send a pull request to get your automation included in the project. -### Weather Report +### ➟ [Get Started Here](https://github.com/RangeNetworks/dev/wiki) + +#### Weather Report | Component | master status | |---------------|:-------------:| -| asterisk-config | [![Build Status](https://travis-ci.org/RangeNetworks/asterisk-config.svg?branch=master)](https://travis-ci.org/RangeNetworks/asterisk-config) | -| liba53 | [![Build Status](https://travis-ci.org/RangeNetworks/liba53.svg?branch=master)](https://travis-ci.org/RangeNetworks/liba53) | +| asterisk | [![Build Status](https://travis-ci.org/RangeNetworks/asterisk.svg?branch=master)](https://travis-ci.org/RangeNetworks/asterisk) | +| asterisk-config | [![Build Status](https://travis-ci.org/RangeNetworks/asterisk-config.svg?branch=master)](https://travis-ci.org/RangeNetworks/asterisk-config) | +| liba53 | [![Build Status](https://travis-ci.org/RangeNetworks/liba53.svg?branch=master)](https://travis-ci.org/RangeNetworks/liba53) | | libsqliteodbc | [![Build Status](https://travis-ci.org/RangeNetworks/libsqliteodbc.svg?branch=master)](https://travis-ci.org/RangeNetworks/libsqliteodbc) | -| libzmq | [![Build Status](https://travis-ci.org/RangeNetworks/libzmq.svg?branch=master)](https://travis-ci.org/RangeNetworks/libzmq) | -| system-config | [![Build Status](https://travis-ci.org/RangeNetworks/system-config.svg?branch=master)](https://travis-ci.org/RangeNetworks/system-config) | +| libzmq | [![Build Status](https://travis-ci.org/RangeNetworks/libzmq.svg?branch=master)](https://travis-ci.org/RangeNetworks/libzmq) | +| smqueue | [![Build Status](https://travis-ci.org/RangeNetworks/smqueue.svg?branch=master)](https://travis-ci.org/RangeNetworks/smqueue) | +| subscriberRegistry | [![Build Status](https://travis-ci.org/RangeNetworks/subscriberRegistry.svg?branch=master)](https://travis-ci.org/RangeNetworks/subscriberRegistry) | +| system-config | [![Build Status](https://travis-ci.org/RangeNetworks/system-config.svg?branch=master)](https://travis-ci.org/RangeNetworks/system-config) | -### ➟ [Get Started Here](https://github.com/RangeNetworks/dev/wiki) +#### Misc. Notes + +- relink submodule branch tracking + +``` +$ vi .gitmodules +(change submodule to track different branch X) +$ git submodule update --init --remote +$ cd theSubmoduleDir +$ git checkout X +```