Go to file
Michael Iedema 12d98f7539 - add libcoredumper to support newest changes in master 2014-03-31 14:38:42 +02:00
.gitignore - add libcoredumper to support newest changes in master 2014-03-31 14:38:42 +02:00
LICENSE clone, pull and build all working 2014-03-22 16:50:12 +01:00
README.md Update README.md 2014-03-28 06:25:19 -04:00
build.sh - add libcoredumper to support newest changes in master 2014-03-31 14:38:42 +02:00
clone.sh - further fixups to deal with nested submodules correctly 2014-03-28 11:34:20 +01:00
common.source - add libcoredumper to support newest changes in master 2014-03-31 14:38:42 +02:00
create.sh small fixups and misunderstandings about nested submodules 2014-03-26 01:18:50 +01:00
delete.sh small fixups and misunderstandings about nested submodules 2014-03-26 01:18:50 +01:00
pull.sh small fixups and misunderstandings about nested submodules 2014-03-26 01:18:50 +01:00
rename.sh small fixups and misunderstandings about nested submodules 2014-03-26 01:18:50 +01:00
state.sh - refactor REPOS list and shared functions into a common include 2014-03-25 14:33:08 +01:00
switchto.sh small fixups and misunderstandings about nested submodules 2014-03-26 01:18:50 +01:00

README.md

Development Environment

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.

Get Started Here

Weather Report

Component master status
asterisk Build Status
asterisk-config Build Status
liba53 Build Status
libsqliteodbc Build Status
libzmq Build Status
smqueue Build Status
subscriberRegistry Build Status
system-config Build Status

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