Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install site_config.lua after Makefile calls luarocks. | Hisham | 2016-10-06 | 1 | -3/+6 |
| | | | | | | Otherwise, when luarocks removes a previous version it may end up deleting the site_config.lua file that was freshly installed. Closes #625. | ||||
* | Ensure entries are readable. | Hisham | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Fixes #332. | Hisham Muhammad | 2015-03-19 | 1 | -2/+3 |
| | |||||
* | This is for Makefile.luarocks only. | Hisham Muhammad | 2015-03-17 | 1 | -5/+1 |
| | |||||
* | New set of Makefiles for self-upgrade. | Hisham Muhammad | 2015-03-17 | 1 | -38/+3 |
| | |||||
* | Make sure suffix is produced when installing via rock (see #323) | Hisham Muhammad | 2015-03-17 | 1 | -4/+11 |
| | | | | | and copy over site_config.lua, in case we're installing to a different prefix (see https://sourceforge.net/p/luarocks/mailman/message/33608257/) | ||||
* | Transition to MoonRocks. Add `luarocks upload` command for uploading into ↵ | Hisham Muhammad | 2014-05-26 | 1 | -1/+2 |
| | | | | MoonRocks. | ||||
* | Merge branch 'master' of https://github.com/keplerproject/luarocks into ↵ | mpeterv | 2014-03-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | lua52_compat Conflicts: src/bin/luarocks src/luarocks/fs/unix/tools.lua src/luarocks/path.lua Fixed: src/luarocks/path_cmd.lua: moved meta-data from path.lua Makefile: added path_cmd.lua to the list of installed files | ||||
* | | Removed module calls from installation scripts | mpeterv | 2014-03-20 | 1 | -17/+18 |
| | | |||||
* | | Split luarocks.path module | mpeterv | 2014-03-20 | 1 | -1/+1 |
|/ | |||||
* | Prepare to release version 2.1.2v2.1.2 | Hisham Muhammad | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Make default rocks_trees named as well. | Hisham Muhammad | 2013-12-18 | 1 | -2/+2 |
| | |||||
* | Remove incompatibility in the sed command, as reported in the Lua mailing list. | Hisham Muhammad | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | Merge changes proposed by @siffiejoe in #172. | Hisham Muhammad | 2013-11-12 | 1 | -16/+15 |
| | | | | (Sorry about the clumsiness of not doing a proper merge.) | ||||
* | Symlinks shouldn't refer to DESTDIR. | Hisham Muhammad | 2013-11-04 | 1 | -1/+1 |
| | | | | Patch submitted by Dmitri Paduchikh. | ||||
* | Add escaping of ]] preventing code injection as contributed by @siffiejoe. ↵ | Hisham Muhammad | 2013-10-28 | 1 | -1/+3 |
| | | | | See #154, #167. | ||||
* | wrapper scripts don't mess with env-vars of subprocesses | Philipp Janda | 2013-10-13 | 1 | -6/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into linux-multiarch | Philipp Janda | 2013-10-13 | 1 | -2/+3 |
|\ | |||||
| * | Add reference to write_rockspec.lua in Makefile | Hisham Muhammad | 2013-10-12 | 1 | -2/+3 |
| | | |||||
* | | changed multiarch detection and site_config variables | Philipp Janda | 2013-09-27 | 1 | -1/+2 |
| | | |||||
* | | support for tables in (runtime_)external_deps_subdirs.* | Philipp Janda | 2013-09-26 | 1 | -2/+2 |
| | | |||||
* | | detect native multiarch directory on linux | Philipp Janda | 2013-09-25 | 1 | -0/+4 |
|/ | |||||
* | Should fix installation of parallel LuaRocks versions when using 'make ↵ | Hisham Muhammad | 2013-08-28 | 1 | -1/+6 |
| | | | | | | bootstrap' on both. Thanks to Philipp Janda for the test case! | ||||
* | Fix 'make build' | Hisham Muhammad | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1 | Hisham Muhammad | 2013-07-02 | 1 | -1/+8 |
| | |||||
* | General improvements for Lua 5.1 and 5.2 coexistance: | Hisham Muhammad | 2013-04-12 | 1 | -3/+11 |
| | | | | | | | * Add --versioned-rocks-dir option to Unix installer, which makes it use paths such as /lib/luarocks/rocks-5.X, and /etc/luarocks/config-5.X.lua (where X is 1 or 2). * Make configure script on Unix autodetect the presence of previous LuaRocks installations and adapt accordingly to avoid conflicts. * Support luarocks.site_config_5_X for users who wish to run two versions from the same source tree (may be useful for LR development). * Try to load config-5.X.lua from home directory before trying config.lua. | ||||
* | compile rclauncher binary wrapper on windows on every build | Fabio Mascarenhas | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | update check_makefile rule | Hisham Muhammad | 2012-11-05 | 1 | -2/+2 |
| | |||||
* | Add check based on @avnik's pull request. Closes #95. | Hisham Muhammad | 2012-10-08 | 1 | -1/+6 |
| | |||||
* | Remove duplicate add.lua from LUAROCKS_FILES in Makefile | Reuben Thomas | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Add missing purge.lua to LUAROCKS_FILES in Makefile | Reuben Thomas | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | preparing 2.0.11 | Hisham Muhammad | 2012-09-21 | 1 | -2/+2 |
| | |||||
* | Add mirroring support. String-array entries in the array of | Hisham Muhammad | 2012-09-18 | 1 | -3/+0 |
| | | | | rocks_servers will be treated as a list of mirrors. | ||||
* | fix behavior of $(LUA)v2.0.10 | Hisham Muhammad | 2012-07-17 | 1 | -0/+4 |
| | |||||
* | force path to ensure the local environment does not mess with 'bootstrap' | Hisham Muhammad | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Makefile: fix install targets for parallel Make. | Reuben Thomas | 2012-05-23 | 1 | -5/+5 |
| | |||||
* | Add -f to some more rm commands which should never fail. | Reuben Thomas | 2012-05-23 | 1 | -3/+3 |
| | | | | | The clean target can be run even if the relevant files have not been created, so the rm shouldn't fail. | ||||
* | Add new file to Makefile | Hisham Muhammad | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | compatibility fix suggested by Themroc@github | Hisham Muhammad | 2012-05-07 | 1 | -1/+1 |
| | |||||
* | restore file mode when cleaning up | Hisham Muhammad | 2012-04-13 | 1 | -0/+1 |
| | |||||
* | Make sure permissions are retained, now that the file is rewritten (for ↵ | Hisham Muhammad | 2012-03-19 | 1 | -0/+1 |
| | | | | compatibility with implementations of sed that don't support -i) | ||||
* | avoid error when using make -j | Hisham Muhammad | 2012-03-10 | 1 | -4/+4 |
| | |||||
* | fix the generation of the #! headers | Hisham Muhammad | 2012-03-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 2012-03-09 | 1 | -1/+2 |
|\ | |||||
| * | Fix build on platforms without the "sed -i" option | Mark Pulford | 2012-03-03 | 1 | -1/+2 |
| | | |||||
* | | Further steps for Lua 5.2 support | Hisham Muhammad | 2012-03-09 | 1 | -1/+1 |
|/ | |||||
* | add missing reference | Hisham Muhammad | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | an extra rule to make life easier for me | Hisham Muhammad | 2012-02-10 | 1 | -0/+3 |
| | |||||
* | Rename luarocks.config to luarocks.site_config, to avoid confusion with the ↵ | Hisham Muhammad | 2011-09-16 | 1 | -21/+21 |
| | | | | system-wide configuration file. Thanks to Ignacio for the investigation. Closes #41. | ||||
* | install luarocks.fetch.hg | Hisham Muhammad | 2011-09-16 | 1 | -1/+1 |
| |