Go to file
Michael Iedema 8fe66ac059 all components should be good to go for ubuntu 16.04 2016-05-26 13:22:10 -07: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 all components should be good to go for ubuntu 16.04 2016-05-26 13:22:10 -07:00
clone.sh use https instead of ssh auth on submodules 2015-01-28 12:11:30 +01:00
common.source remove references to local libsqliteodbc and sqlite3 libraries in favor of standard libs 2014-07-24 13:39:42 -07: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 simplify branch renaming in rename.sh 2014-07-31 14:18:19 -07:00
state.sh - refactor REPOS list and shared functions into a common include 2014-03-25 14:33:08 +01:00
switchto.sh also initialize submodules so sqlite3 is pulled in when going back to 4.x 2014-09-17 21:41:51 +02: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