aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-12Improve error checking in ownership check.Hisham4-7/+23
See #664.
2017-09-12Oops! Fix warning message.Hisham1-1/+3
2017-09-12Check ownership of cache directory and emit a warning.Hisham6-9/+47
This prevents `sudo luarocks` to take over ownership of the user's ~/.cache/luarocks directory.
2017-09-12Add sanity check for lua.hHisham Muhammad1-0/+9
2017-09-12Make sure target directory exists when saving API config.Hisham1-0/+5
Closes #676.
2017-09-12Fix clobbered varible.Hisham1-7/+7
2017-09-12Check for specific directories instead of the root dir.Hisham1-19/+20
Fixes problem in macOS 10.12. See http://lua-users.org/lists/lua-l/2016-12/msg00001.html
2017-09-12List commands in `luarocks show`Peter Melnichenko1-4/+16
2017-09-12Fix module paths `luarocks show` displays for "asset" filesPeter Melnichenko2-4/+28
Instead of using path.which that produced incorrect results for files with no .lua/.so/.dll extension, reimplement similar functionality in luarocks.repos (with support for commands as well) and use that. Ref #424.
2017-09-12Formatting fix for recent addition to `make` help messagePeter Melnichenko1-1/+2
2017-09-11Clarify test_env.need_rock description wrt return valuePeter Melnichenko2-2/+4
2017-09-11Use dkjson instead of lua-cjson for upload testPeter Melnichenko1-4/+1
lua-cjson fails to build under LuaJIT 2.1.0-beta3.
2017-09-11Pass correct rockspec to upload tests that should fail for other reasonsPeter Melnichenko1-2/+2
Most tests simply check that some command succeeds or fails. When failure is expected, failure reason is not checked. In this case, upload commands was failing because passed rockspec did not exist and not for reason tests planned.
2017-09-11Remove www. from rock repository URL in testsPeter Melnichenko1-1/+1
www.luarocks.org redirects to luarocks.org.
2017-08-24Additional help-info added to luarocks help make about --only-deps flag.Philipp Pa1-0/+2
2017-07-07Forget deprecated options from command line help.Nicolas Cornu1-1/+1
2017-07-06Change setup/teardown in make tests to before/after due to wrong useroboo1-2/+2
2017-07-05Added LPeg dependency for lxsh to luarocks make testsroboo1-0/+1
2017-04-14Fixed wrong "interp" in the configure fileEvgeny Shulgin1-1/+1
Fixed wrong "interp" instead of "where" in the configure file
2017-03-14Get rid of an implicit number to string conversionPeter Melnichenko1-2/+2
Clearly tostring was implied instead of tonumber.
2016-12-05Add Travis hook for CodeCovHisham1-0/+6