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 committed Feb 24, 2015
2 parents c3548a9 + 9411114 commit 75d736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 75d736d

Please sign in to comment.