Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | .gitignore: add .luacheckcache | Hisham Muhammad | 2021-03-15 | 1 | -0/+1 |
| | |||||
* | Update .gitignore | Paul Ouellette | 2019-08-01 | 1 | -0/+2 |
| | |||||
* | GNUmakefile: copy config file prior to running 'luarocks init' | Hisham Muhammad | 2019-07-26 | 1 | -0/+1 |
| | | | | As originally suggested by @blueyed in #1043. | ||||
* | config: add modes for reading, writing and unsetting individual entries | Hisham Muhammad | 2019-04-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Includes special config keys `lua_dir` and `lua_version`, which are essentially persistent versions of --lua-dir and --lua-version: * `lua_dir` writes a number of LUA_* variables and cfg.lua_interpreter in the current scope's config file. * `lua_version` writes default-lua-version.lua to the given scope. Also deprecates the "flag" versions for various getters: * `--lua-incdir`: use `luarocks config variables.LUA_INCDIR` * `--lua-libdir`: use `luarocks config variables.LUA_LIBDIR` * `--lua-ver`: use `luarocks config lua_version` * `--system-config`: use `luarocks config config_files.system.file` * `--user-config`: use `luarocks config config_files.user.file` * `--rock-trees`: use `luarocks config rocks_trees` | ||||
* | Update .gitignore | George Roman | 2018-09-16 | 1 | -3/+2 |
| | |||||
* | Makefile: Generate luarocks 'binary' locally before installing with 'install' | daurnimator | 2018-08-10 | 1 | -0/+1 |
| | |||||
* | Unix: new build system | Hisham Muhammad | 2018-07-01 | 1 | -1/+1 |
| | | | | | | | | | | * Reworked configure script * Now passes shellcheck * New Makefile for Unix * Simplified `make` and `make install` targets * Simplified `make bootstrap` target * New targets `make binary` and `make install-binary` build and install an all-in-one binary of LuaRocks | ||||
* | Nicer-looking path for project dir | Hisham Muhammad | 2018-06-28 | 1 | -0/+2 |
| | |||||
* | Add some useful rules to .gitignore | Hisham | 2016-10-19 | 1 | -0/+10 |
| | |||||
* | Ignore more files. | Hisham Muhammad | 2015-03-17 | 1 | -0/+2 |
| | |||||
* | Add .gitignore file. | Hisham Muhammad | 2012-10-29 | 1 | -0/+2 |