[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible_lede: before download compile tar
Holger Levsen
holger at layer-acht.org
Thu Jun 8 17:09:44 UTC 2017
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 9064f6e953bd426a26d4a4a13e357d897ac3b841
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Thu Jun 8 19:04:29 2017 +0200
reproducible_lede: before download compile tar
On system without `tar --sort=name` we need to compile tar before
downloading everything
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_lede_common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index e52ede4..60fbe3d 100644
--- a/bin/reproducible_lede_common.sh
+++ b/bin/reproducible_lede_common.sh
@@ -254,7 +254,7 @@ openwrt_download() {
# configure openwrt because otherwise it wont download everything
openwrt_config $CONFIG
- while ! make download -j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1 ; do
+ while ! make tools/tar/compile download -j $NUM_CPU IGNORE_ERRORS=ym BUILD_LOG=1 ; do
tries=$((tries - 1))
if [ $tries -eq 0 ] ; then
echo "================================================================================"
--
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