diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-15 02:51:50 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-15 02:51:50 +0100 |
commit | 68b84615c3da615e3eaf13de80047d56744e835e (patch) | |
tree | ea9d4b824c657fd796b2f77b2e89610b40043b59 /bin | |
parent | 8c0c55c91c4cea2c3f2fc7fc1fbfdeee75a44a5b (diff) | |
download | jenkins.debian.net-68b84615c3da615e3eaf13de80047d56744e835e.tar.xz |
Revert "reproducible coreboot: git clone with --depth 1 too"
This reverts commit 33ce85927f07654da8d94f265d6196be9bf5a1f9.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 8db70520..7c8fe40f 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -51,7 +51,7 @@ cd $TMPBUILDDIR echo "=============================================================================" echo "$(date -u) - Cloning coreboot git repository with submodules." echo "=============================================================================" -git clone --depth 1 --recursive http://review.coreboot.org/p/coreboot.git +git clone --recursive http://review.coreboot.org/p/coreboot.git cd coreboot # still required because coreboot moved submodules and to take care of old git versions git submodule update --init --checkout 3rdparty/blobs |