diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-17 18:29:15 +0200 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-17 18:29:15 +0200 |
commit | e759c977f76da86e0cf1d6625ed14e8e7111126e (patch) | |
tree | 86533618ac11b010fe76f96d949eb9f287852203 /.gitmodules | |
parent | aec79ba01982bfaf8bbc9ccb6e097b124856b137 (diff) |
Create modexps6 branch of super-repository, try to whack all relevant repositories to correct branch.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b22ca9b..0efacd3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,7 @@ [submodule "sw/libhal"] path = sw/libhal url = git@git.cryptech.is:sw/libhal.git + branch = modexps6 [submodule "sw/pkcs11"] path = sw/pkcs11 url = git@git.cryptech.is:sw/pkcs11.git @@ -28,9 +29,11 @@ [submodule "core/platform/common"] path = core/platform/common url = git@git.cryptech.is:core/platform/common.git + branch = modexps6 [submodule "core/platform/novena"] path = core/platform/novena url = git@git.cryptech.is:core/platform/novena.git + branch = modexps6 [submodule "core/rng/avalanche_entropy"] path = core/rng/avalanche_entropy url = git@git.cryptech.is:core/rng/avalanche_entropy.git @@ -46,3 +49,5 @@ [submodule "sw/thirdparty/sqlite3"] path = sw/thirdparty/sqlite3 url = git@git.cryptech.is:sw/thirdparty/sqlite3.git +[submodule "core/math/modexps6"] + branch = modexps6 |