Skip to content
Snippets Groups Projects
Commit c59ff3b3 authored by Amin Bandali's avatar Amin Bandali Committed by Adrien Béraud
Browse files

packaging: only fetch required tarballs, not all of them

Change-Id: I0df659931adcd5d76912e3fbe2e48eeb4dcb32c1
parent 8f4390ab
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ $(RELEASE_TARBALL_FILENAME):
mkdir -p daemon/contrib/native
cd daemon/contrib/native && \
../bootstrap && make list && \
make fetch-all -j || make fetch-all || make fetch-all
make fetch -j || make fetch || make fetch
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