From: Sam Hartman Date: Sat, 1 Dec 2012 23:52:10 +0000 (-0500) Subject: Add Trust router to build X-Git-Tag: tr-beta1~12 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=08b625dd07ca8b848a527892bfd2758f91758703 Add Trust router to build Trust router is not at a useful point yet, but our build infrastructure requires that it be in the master build for it to build on every commit. --- diff --git a/.gitmodules b/.gitmodules index 3393a95..6e6ef51 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "ui"] path = ui url = ../moonshot-ui.git +[submodule "trust_router"] + path = trust_router + url = ../trust_router.git diff --git a/source_packages b/source_packages index 0391e14..1efc390 100644 --- a/source_packages +++ b/source_packages @@ -10,3 +10,4 @@ jansson ui moonshot #cyrus-sasl +trust_router diff --git a/trust_router b/trust_router new file mode 160000 index 0000000..e711804 --- /dev/null +++ b/trust_router @@ -0,0 +1 @@ +Subproject commit e711804faa7a28e8758bdc74a922f01396f854d1