Skip to content

Commit

Permalink
Merge pull request #693 from basho/obey-locked-deps
Browse files Browse the repository at this point in the history
Make sure that locked deps are obeyed for packaging
  • Loading branch information
cmeiklejohn authored and Jon Meredith committed May 2, 2015
1 parent 08d6dcf commit 6b98549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ get_dist_deps = mkdir distdir && \
git clone . distdir/$(CLONEDIR) && \
cd distdir/$(CLONEDIR) && \
git checkout $(REPO_TAG) && \
$(MAKE) deps && \
$(MAKE) locked-deps && \
echo "- Dependencies and their tags at build time of $(REPO) at $(REPO_TAG)" > $(MANIFEST_FILE) && \
for dep in deps/*; do \
cd $${dep} && \
Expand Down

0 comments on commit 6b98549

Please sign in to comment.