Module: sip-router
Branch: master
Commit: f62640d8088de2418ad1ddf791d496a15c5ce109
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f62640d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jan 28 13:46:46 2010 +0100
mtree: module compiles now
- after early shm intialization was merged back from 3.0
---
Makefile | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 4af085a..37bc4c5 100644
--- a/Makefile
+++ b/Makefile
@@ -287,8 +287,6 @@ else
# excluded because they do not compile (remove them only after they are
# fixed) -- andrei
exclude_modules+= bdb dbtext iptrtpproxy pa rls
- # dcm: for now needs backports from sr
- exclude_modules+= mtree
# depends on libgeoip
exclude_modules+= geoip
# depends on liblua5.1-dev
Module: sip-router
Branch: master
Commit: 17a1dd071d3b267817885921a5a6177af6f79dcf
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=17a1dd0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Jan 28 13:52:00 2010 +0100
Makefile: install kamctl for kamailio flavour
---
Makefile | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 37bc4c5..be0b339 100644
--- a/Makefile
+++ b/Makefile
@@ -426,7 +426,11 @@ C_INSTALL_BIN= # sercmd is now installed by ctl
# which utils know to install themselves and should be installed
# along the core (list of utils directories)
+ifeq ($(FLAVOUR),kamailio)
+C_INSTALL_UTILS= utils/kamctl
+else
C_INSTALL_UTILS=
+endif
# list of scripts that should be installed along the core
# (here a script is something that doesn't have a Makefile)
C_INSTALL_SCRIPTS=
Hello,
following some discussions on users mailing list, seems we may get a
group of people willing to digest documentation and contribute to
modules' readme or wiki pages. Hopefully Alex Balashov (who volunteered
so far) would have some time to coordinate contributions to git docs,
for wiki being easier, as anyone has access.
I am willing to help as much I can, but time is always a constraint for
a dev. I invite you to join IRC channel #sip-router hosted on
freenode.net to plan an synchronize easier.
Thanks,
Daniel
--
Daniel-Constantin Mierla
* http://www.asipto.com/
i'm in branch 'master' and pull it to up to date:
jh@rautu:/usr/src/orig/sip-router$ eg switch master
Already on "master"
Your branch is behind the tracked remote branch 'origin/master' by 283 commits,
and can be fast-forwarded.
jh@rautu:/usr/src/orig/sip-router$ eg pull
remote: Counting objects: 176, done.
remote: Compressing objects: 100% (108/108), done.
remote: Total 109 (delta 70), reused 0 (delta 0)
Receiving objects: 100% (109/109), 45.86 KiB, done.
Resolving deltas: 100% (70/70), completed with 29 local objects.
>From ssh://jh@git.sip-router.org/sip-router
ea1f8a2..77523f3 andrei/cdefs2doc -> origin/andrei/cdefs2doc
e6eceeb..f572564 kamailio_3.0 -> origin/kamailio_3.0
73655cc..482db59 master -> origin/master
b0853ed..0e1baf0 sr_3.0 -> origin/sr_3.0
* [new branch] tmp/pipelimit -> origin/tmp/pipelimit
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 482db59aa2788737d9c6c0294a625bd3002d54c3.
i then switch to another branch, say 'kamailio_3.0', and it tells me:
jh@rautu:/usr/src/orig/sip-router$ eg switch kamailio_3.0
Switched to branch "kamailio_3.0"
Your branch is behind the tracked remote branch 'origin/kamailio_3.0' by 1 commit,
and can be fast-forwarded.
how can i do this 'fast-forwarding' without pulling again in this
branch?
-- juha