From 33ce85927f07654da8d94f265d6196be9bf5a1f9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 15 Dec 2015 01:56:15 +0100 Subject: reproducible coreboot: git clone with --depth 1 too --- bin/reproducible_coreboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 7c8fe40f..8db70520 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 --recursive http://review.coreboot.org/p/coreboot.git +git clone --depth 1 --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 -- cgit v1.2.3-54-g00ecf