Module: sems Branch: master Commit: 4bed457888e19e70630d87af6b3ca167fbadff9f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4bed457888e19e70630d87af6b3ca167fbadff9f
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Jul 22 14:11:14 2011 +0200 exclude twit app from building and debian package due to twitter's change to OAuth and twyt not supporting it, it is not working properly anyway --- apps/Makefile | 2 +- pkg/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Makefile b/apps/Makefile index cf4e180..88f18a0 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -23,7 +23,7 @@ else ifneq ($(local_exclude_app_modules),) exclude_app_modules = $(local_exclude_app_modules) else - exclude_app_modules += mp3 examples py_sems xmlrpc2di gateway jsonrpc + exclude_app_modules += mp3 examples py_sems xmlrpc2di gateway jsonrpc twit ifneq ($(USE_MONITORING), yes) exclude_app_modules += monitoring diff --git a/pkg/debian/rules b/pkg/debian/rules index af4d6d4..3aad0a8 100755 --- a/pkg/debian/rules +++ b/pkg/debian/rules @@ -19,7 +19,7 @@ export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip" PYTHON_MODULES=ivr conf_auth mailbox pin_collect -EXCLUDED_MODULES=gateway examples mp3 +EXCLUDED_MODULES=gateway examples mp3 twit EXCLUDED_DSM_MODULES=mod_aws EXCLUDED_DSM_PY_MODULES=mod_aws mod_py _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
