[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot: git clone with --depth 1 too

Holger Levsen holger at moszumanska.debian.org
Tue Dec 15 00:56:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 33ce85927f07654da8d94f265d6196be9bf5a1f9
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Dec 15 01:56:15 2015 +0100

    reproducible coreboot: git clone with --depth 1 too
---
 bin/reproducible_coreboot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 7c8fe40..8db7052 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list