summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-08 19:04:29 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-08 19:07:10 +0200
commit9064f6e953bd426a26d4a4a13e357d897ac3b841 (patch)
treeb9be77ed9839d7ec260a60b35e46a0e8daee2601 /bin/reproducible_lede_common.sh
parentd7134a10b5567c9e5eb11161b4696857c2080bc9 (diff)
downloadjenkins.debian.net-9064f6e953bd426a26d4a4a13e357d897ac3b841.tar.xz
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@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede_common.sh')
-rw-r--r--bin/reproducible_lede_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh
index e52ede47..60fbe3db 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 "================================================================================"