diff options
author | Maximilian Brune <maximilian.brune@9elements.com> | 2023-01-14 20:32:09 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-01-16 05:18:27 +0000 |
commit | c5f16c9f0d28c4e59516a64d3c986bfa97c684b1 (patch) | |
tree | 3afb8a4efa07f100625194f6357284ac293c8850 /.gitmodules | |
parent | 0e945a3426782e3c054a920ff8be3cd865f697ba (diff) |
Revert ".gitmodules: Fix submodule revision to v0.1 tag"
This reverts commit 59a1a30ae1555e654b07f7ec7d76798bc408908f.
git submodule updates currently break, since apparently you can't use
git tags in the .gitmodules file.
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: Ibbc2bee21a723bd6d602ca435cada1dc0da03091
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71894
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e7238e5000..6f62952f43 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,4 +64,4 @@ [submodule "util/goswid"] path = util/goswid url = ../goswid - branch = v0.1 + branch = trunk |