From e759c977f76da86e0cf1d6625ed14e8e7111126e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 17 Jul 2015 18:29:15 +0200 Subject: Create modexps6 branch of super-repository, try to whack all relevant repositories to correct branch. --- .gitmodules | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3 From 4f455cbbabe8974868e18dee300dddec46c7255a Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 17 Jul 2015 18:39:06 +0200 Subject: More voodoo to get core/math/modexps6 on correct branch. --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 0efacd3..7c1a9e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -50,4 +50,6 @@ path = sw/thirdparty/sqlite3 url = git@git.cryptech.is:sw/thirdparty/sqlite3.git [submodule "core/math/modexps6"] + path = core/math/modexps6 + url = git@git.cryptech.is:core/math/modexps6.git branch = modexps6 -- cgit v1.2.3