Skip to content
Snippets Groups Projects
Commit 1b84c109 authored by aviau's avatar aviau Committed by gerrit2
Browse files

Fetch all contrib packages at the same time

On the first try of fetching contrib packages, all downloads will start
at the same time. This should speed up the builds significantly.

If it fails, we will try again but not all at the same time. So the
errors should still be legible.

Change-Id: I2b45e1913eb2563350382c0ef1ed6fddf9f2ca05
Tuleap: #872
parent baf3b6af
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ $(RELEASE_TARBALL_FILENAME):
mkdir -p daemon/contrib/native
cd daemon/contrib/native && \
../bootstrap && \
make fetch-all || make fetch-all || make fetch-all
make fetch-all -j || make fetch-all || make fetch-all
rm -rf daemon/contrib/native
cd $(TMPDIR) && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment