Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-09-12 | Improve error checking in ownership check. | Hisham | 4 | -7/+23 | |
See #664. | |||||
2017-09-12 | Oops! Fix warning message. | Hisham | 1 | -1/+3 | |
2017-09-12 | Check ownership of cache directory and emit a warning. | Hisham | 6 | -9/+47 | |
This prevents `sudo luarocks` to take over ownership of the user's ~/.cache/luarocks directory. | |||||
2017-09-12 | Add sanity check for lua.h | Hisham Muhammad | 1 | -0/+9 | |
2017-09-12 | Make sure target directory exists when saving API config. | Hisham | 1 | -0/+5 | |
Closes #676. | |||||
2017-09-12 | Fix clobbered varible. | Hisham | 1 | -7/+7 | |
2017-09-12 | Check for specific directories instead of the root dir. | Hisham | 1 | -19/+20 | |
Fixes problem in macOS 10.12. See http://lua-users.org/lists/lua-l/2016-12/msg00001.html | |||||
2017-09-12 | List commands in `luarocks show` | Peter Melnichenko | 1 | -4/+16 | |
2017-09-12 | Fix module paths `luarocks show` displays for "asset" files | Peter Melnichenko | 2 | -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-12 | Formatting fix for recent addition to `make` help message | Peter Melnichenko | 1 | -1/+2 | |
2017-09-11 | Clarify test_env.need_rock description wrt return value | Peter Melnichenko | 2 | -2/+4 | |
2017-09-11 | Use dkjson instead of lua-cjson for upload test | Peter Melnichenko | 1 | -4/+1 | |
lua-cjson fails to build under LuaJIT 2.1.0-beta3. | |||||
2017-09-11 | Pass correct rockspec to upload tests that should fail for other reasons | Peter Melnichenko | 1 | -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-11 | Remove www. from rock repository URL in tests | Peter Melnichenko | 1 | -1/+1 | |
www.luarocks.org redirects to luarocks.org. | |||||
2017-08-24 | Additional help-info added to luarocks help make about --only-deps flag. | Philipp Pa | 1 | -0/+2 | |
2017-07-07 | Forget deprecated options from command line help. | Nicolas Cornu | 1 | -1/+1 | |
2017-07-06 | Change setup/teardown in make tests to before/after due to wrong use | roboo | 1 | -2/+2 | |
2017-07-05 | Added LPeg dependency for lxsh to luarocks make tests | roboo | 1 | -0/+1 | |
2017-04-14 | Fixed wrong "interp" in the configure file | Evgeny Shulgin | 1 | -1/+1 | |
Fixed wrong "interp" instead of "where" in the configure file | |||||
2017-03-14 | Get rid of an implicit number to string conversion | Peter Melnichenko | 1 | -2/+2 | |
Clearly tostring was implied instead of tonumber. | |||||
2016-12-05 | Add Travis hook for CodeCov | Hisham | 1 | -0/+6 | |