[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] be more verbose when cloning coreboot git repo

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jun 30 09:34:37 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
558c36b6 by Holger Levsen at 2021-06-30T10:34:14+02:00
be more verbose when cloning coreboot git repo

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_coreboot.sh


Changes:

=====================================
bin/reproducible_coreboot.sh
=====================================
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Copyright 2014-2018 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2021 Holger Levsen <holger at layer-acht.org>
 # released under the GPLv2
 
 DEBUG=false
@@ -48,16 +48,17 @@ START=$(date +'%s')
 trap cleanup_tmpdirs INT TERM EXIT
 
 cd $TMPBUILDDIR
+COREBOOT_REPO="https://review.coreboot.org/coreboot.git"
 echo "============================================================================="
-echo "$(date -u) - Cloning coreboot git repository with submodules."
+echo "$(date -u) - Cloning ${COREBOOT_REPO} with submodules."
 echo "============================================================================="
-git clone --recursive https://review.coreboot.org/coreboot.git
+git clone --verbose --recursive ${COREBOOT_REPO} 
 cd coreboot
 # still required because coreboot moved submodules and to take care of old git versions
 git submodule update --init --checkout 3rdparty/blobs
 COREBOOT="$(git log -1)"
 COREBOOT_VERSION=$(git describe)
-echo "This is coreboot $COREBOOT_VERSION."
+echo "This is coreboot ${COREBOOT_VERSION}."
 echo
 git log -1
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/558c36b6eebd103b319d434cb00e1603cb37abde

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/558c36b6eebd103b319d434cb00e1603cb37abde
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210630/5c8fba36/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list