summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-15 01:56:15 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-15 01:56:15 +0100
commit33ce85927f07654da8d94f265d6196be9bf5a1f9 (patch)
tree52eee336f1d273f736f681e1cd38af47ffee0da2 /bin/reproducible_coreboot.sh
parent9cb800dac09c05f42ef2159da5dc432d96caebe5 (diff)
downloadjenkins.debian.net-33ce85927f07654da8d94f265d6196be9bf5a1f9.tar.xz
reproducible coreboot: git clone with --depth 1 too
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 1 insertions, 1 deletions
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