Skip to content

RangeNetworks/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

480f65d · Feb 10, 2021

History

41 Commits
Mar 31, 2014
Mar 22, 2014
Mar 31, 2014
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021
Feb 10, 2021

Repository files navigation

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.

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