Skip to content
Snippets Groups Projects
Commit f069b73d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Revert "packaging: only fetch required tarballs, not all of them"

This reverts commit c59ff3b3.

Reason for revert: Breaks packaging on debian

Change-Id: Ia29ff90d7c2dba83d2831f5f81f004532f455311
parent c59ff3b3
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 -j || make fetch || make fetch
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