summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2012-10-05 23:16:56 +0100
committerReuben Thomas <rrt@sc3d.org>2012-10-05 23:16:56 +0100
commit0e2bc8c4c8a128517618c3ba762a6c9279cbc34c (patch)
tree756de23b8c16921bc2d7cb57bdef4958c8a846ad
parentc2d49c4e7c323be45512595a7114a05f5409653c (diff)
downloadlrexlib-0e2bc8c4c8a128517618c3ba762a6c9279cbc34c.tar.gz
Makefile: fix testing of rockspecs, and remove now-redundant warning to upload to github
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9205ada..94be467 100644
--- a/Makefile
+++ b/Makefile
@@ -37,9 +37,8 @@ release: dist check
git tag -a -m "Release tag" rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
git push && git push --tags && \
woger github $(WOGER_ARGS) && \
- for i in $(REGNAMES); do \
+ for i in *.rockspec; do \
LUAROCKS_CONFIG=luarocks-config.lua luarocks --tree=luarocks build $$i; \
done && \
woger lua $(WOGER_ARGS)
- @echo "Don't forget to upload release to github!"
rm -f release-notes