[Cryptech-Commits] [user/sra/novena-releng] branch master updated: Public view of releng submodules should use public URLs.
git at cryptech.is
git at cryptech.is
Sun Jun 26 00:04:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/novena-releng.
The following commit(s) were added to refs/heads/master by this push:
new 426a00d Public view of releng submodules should use public URLs.
426a00d is described below
commit 426a00d88146e33cd35c7c0f06fd6d868ebbe984
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sat Jun 25 20:03:32 2016 -0400
Public view of releng submodules should use public URLs.
---
.gitmodules | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index 0bfded7..1cc40df 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,51 +1,51 @@
[submodule "sw/libhal"]
path = sw/libhal
- url = git at git.cryptech.is:sw/libhal.git
+ url = https://git.cryptech.is/sw/libhal.git
[submodule "sw/pkcs11"]
path = sw/pkcs11
- url = git at git.cryptech.is:sw/pkcs11.git
+ url = https://git.cryptech.is/sw/pkcs11.git
[submodule "core/cipher/aes"]
path = core/cipher/aes
- url = git at git.cryptech.is:core/cipher/aes.git
+ url = https://git.cryptech.is/core/cipher/aes.git
[submodule "core/cipher/chacha"]
path = core/cipher/chacha
- url = git at git.cryptech.is:core/cipher/chacha.git
+ url = https://git.cryptech.is/core/cipher/chacha.git
[submodule "core/comm/eim"]
path = core/comm/eim
- url = git at git.cryptech.is:core/comm/eim.git
+ url = https://git.cryptech.is/core/comm/eim.git
[submodule "core/hash/sha1"]
path = core/hash/sha1
- url = git at git.cryptech.is:core/hash/sha1.git
+ url = https://git.cryptech.is/core/hash/sha1.git
[submodule "core/hash/sha256"]
path = core/hash/sha256
- url = git at git.cryptech.is:core/hash/sha256.git
+ url = https://git.cryptech.is/core/hash/sha256.git
[submodule "core/hash/sha512"]
path = core/hash/sha512
- url = git at git.cryptech.is:core/hash/sha512.git
+ url = https://git.cryptech.is/core/hash/sha512.git
[submodule "core/math/modexp"]
path = core/math/modexp
- url = git at git.cryptech.is:core/math/modexp.git
+ url = https://git.cryptech.is/core/math/modexp.git
[submodule "core/platform/common"]
path = core/platform/common
- url = git at git.cryptech.is:core/platform/common.git
+ url = https://git.cryptech.is/core/platform/common.git
[submodule "core/platform/novena"]
path = core/platform/novena
- url = git at git.cryptech.is:core/platform/novena.git
+ url = https://git.cryptech.is/core/platform/novena.git
[submodule "core/rng/avalanche_entropy"]
path = core/rng/avalanche_entropy
- url = git at git.cryptech.is:core/rng/avalanche_entropy.git
+ url = https://git.cryptech.is/core/rng/avalanche_entropy.git
[submodule "core/rng/rosc_entropy"]
path = core/rng/rosc_entropy
- url = git at git.cryptech.is:core/rng/rosc_entropy.git
+ url = https://git.cryptech.is/core/rng/rosc_entropy.git
[submodule "core/rng/trng"]
path = core/rng/trng
- url = git at git.cryptech.is:core/rng/trng.git
+ url = https://git.cryptech.is/core/rng/trng.git
[submodule "sw/thirdparty/libtfm"]
path = sw/thirdparty/libtfm
- url = git at git.cryptech.is:sw/thirdparty/libtfm.git
+ url = https://git.cryptech.is/sw/thirdparty/libtfm.git
[submodule "sw/thirdparty/sqlite3"]
path = sw/thirdparty/sqlite3
- url = git at git.cryptech.is:sw/thirdparty/sqlite3.git
+ url = https://git.cryptech.is/sw/thirdparty/sqlite3.git
[submodule "core/math/modexps6"]
path = core/math/modexps6
- url = git at git.cryptech.is:core/math/modexps6.git
+ url = https://git.cryptech.is/core/math/modexps6.git
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list