facebookarchive / CommunityCellularManager

Tool for deploying, managing and controlling your Community Cellular Networks
Other
87 stars 36 forks source link

function package_freeswitch_mod_smpp() undefined #47

Open eprueves opened 7 years ago

eprueves commented 7 years ago

when building packages for osmocom by running fab osmocom dev package:

/client/fabfile.py", line 110, in package
    package_freeswitch_mod_smpp()
NameError: global name 'package_freeswitch_mod_smpp' is not defined
kheimerl commented 7 years ago

Confirming i'm seeing this as well.

kkroo commented 7 years ago

thats a bug. We did away with package_freeswitch_mod_smpp and building mod_smpp on its own since that would break each time there was a new release of freeswitch. Instead we are building freeswitch in its entirety in package_freeswitch actually. I wouldn't recommend calling that unless you are doing freeswitch development. It should be safe to remove this line: https://github.com/facebookincubator/CommunityCellularManager/blob/master/client/fabfile.py#L110

kheimerl commented 7 years ago

not fixed unless there's a PR!