Go to file
Michael Iedema 480f65d10a update copyright year 2021-02-10 16:49:44 +01: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-31 05:37:22 -04:00
build.sh update copyright year 2021-02-10 16:49:44 +01:00
clone.sh update copyright year 2021-02-10 16:49:44 +01:00
common.source update copyright year 2021-02-10 16:49:44 +01:00
create.sh update copyright year 2021-02-10 16:49:44 +01:00
delete.sh update copyright year 2021-02-10 16:49:44 +01:00
pull.sh update copyright year 2021-02-10 16:49:44 +01:00
rename.sh update copyright year 2021-02-10 16:49:44 +01:00
state.sh update copyright year 2021-02-10 16:49:44 +01:00
switchto.sh update copyright year 2021-02-10 16:49:44 +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
libcoredumper Build Status
libsqliteodbc Build Status
libzmq Build Status
openbts 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