Skip to content

Commit 75d736d

Browse files
committed
Merge pull request #693 from basho/obey-locked-deps
Make sure that locked deps are obeyed for packaging
2 parents c3548a9 + 9411114 commit 75d736d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ get_dist_deps = mkdir distdir && \
230230
git clone . distdir/$(CLONEDIR) && \
231231
cd distdir/$(CLONEDIR) && \
232232
git checkout $(REPO_TAG) && \
233-
$(MAKE) deps && \
233+
$(MAKE) locked-deps && \
234234
echo "- Dependencies and their tags at build time of $(REPO) at $(REPO_TAG)" > $(MANIFEST_FILE) && \
235235
for dep in deps/*; do \
236236
cd $${dep} && \

0 commit comments

Comments
 (0)