diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-05 00:47:00 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-05 00:47:00 -0400 |
commit | de6d17659a4308b2313e633b0bf5f62946bbd741 (patch) | |
tree | 32c2500cf2967f05a5d482494a5847a926592d1e /.gitmodules | |
parent | 3101c2147524d485c505a0710d38ca19655a7016 (diff) |
Rearrange tree to make filenames in source packages come out right.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/.gitmodules b/.gitmodules index 8e21521..50e106a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,48 +1,48 @@ -[submodule "sw/sw/libhal"] - path = sw/sw/libhal - url = git@git.cryptech.is:user/sra/libhal -[submodule "sw/sw/libtfm"] - path = sw/sw/libtfm - url = git@git.cryptech.is:user/sra/libtfm -[submodule "sw/sw/pkcs11"] - path = sw/sw/pkcs11 - url = git@git.cryptech.is:user/sra/pkcs11 -[submodule "sw/sw/sqlite3"] - path = sw/sw/sqlite3 - url = git@git.cryptech.is:user/sra/sqlite3 -[submodule "rtl/core/cipher/aes"] - path = rtl/core/cipher/aes +[submodule "sw/libhal"] + path = sw/libhal + url = git@git.cryptech.is:user/sra/libhal.git +[submodule "sw/libtfm"] + path = sw/libtfm + url = git@git.cryptech.is:user/sra/libtfm.git +[submodule "sw/pkcs11"] + path = sw/pkcs11 + url = git@git.cryptech.is:user/sra/pkcs11.git +[submodule "sw/sqlite3"] + path = sw/sqlite3 + url = git@git.cryptech.is:user/sra/sqlite3.git +[submodule "core/cipher/aes"] + path = core/cipher/aes url = git@git.cryptech.is:core/cipher/aes.git -[submodule "rtl/core/cipher/chacha"] - path = rtl/core/cipher/chacha +[submodule "core/cipher/chacha"] + path = core/cipher/chacha url = git@git.cryptech.is:core/cipher/chacha.git -[submodule "rtl/core/comm/eim"] - path = rtl/core/comm/eim +[submodule "core/comm/eim"] + path = core/comm/eim url = git@git.cryptech.is:core/comm/eim.git -[submodule "rtl/core/hash/sha1"] - path = rtl/core/hash/sha1 +[submodule "core/hash/sha1"] + path = core/hash/sha1 url = git@git.cryptech.is:core/hash/sha1.git -[submodule "rtl/core/hash/sha256"] - path = rtl/core/hash/sha256 +[submodule "core/hash/sha256"] + path = core/hash/sha256 url = git@git.cryptech.is:core/hash/sha256.git -[submodule "rtl/core/hash/sha512"] - path = rtl/core/hash/sha512 +[submodule "core/hash/sha512"] + path = core/hash/sha512 url = git@git.cryptech.is:core/hash/sha512.git -[submodule "rtl/core/math/modexp"] - path = rtl/core/math/modexp +[submodule "core/math/modexp"] + path = core/math/modexp url = git@git.cryptech.is:core/math/modexp.git -[submodule "rtl/core/platform/common"] - path = rtl/core/platform/common +[submodule "core/platform/common"] + path = core/platform/common url = git@git.cryptech.is:core/platform/common.git -[submodule "rtl/core/platform/novena"] - path = rtl/core/platform/novena +[submodule "core/platform/novena"] + path = core/platform/novena url = git@git.cryptech.is:core/platform/novena.git -[submodule "rtl/core/rng/avalanche_entropy"] - path = rtl/core/rng/avalanche_entropy +[submodule "core/rng/avalanche_entropy"] + path = core/rng/avalanche_entropy url = git@git.cryptech.is:core/rng/avalanche_entropy.git -[submodule "rtl/core/rng/rosc_entropy"] - path = rtl/core/rng/rosc_entropy +[submodule "core/rng/rosc_entropy"] + path = core/rng/rosc_entropy url = git@git.cryptech.is:core/rng/rosc_entropy.git -[submodule "rtl/core/rng/trng"] - path = rtl/core/rng/trng +[submodule "core/rng/trng"] + path = core/rng/trng url = git@git.cryptech.is:core/rng/trng.git |