diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-10-08 16:26:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 16:26:47 -0300 |
commit | e46fd3ea1c597c57f69376eb7a136133c3fa393e (patch) | |
tree | c7cb6fc83945525eb4a86bf56f77760278d3c7c9 /CHANGELOG.md | |
parent | 5aa06d43a86754f30347813803f2a9eb6f99a611 (diff) | |
download | luarocks-e46fd3ea1c597c57f69376eb7a136133c3fa393e.tar.gz luarocks-e46fd3ea1c597c57f69376eb7a136133c3fa393e.tar.bz2 luarocks-e46fd3ea1c597c57f69376eb7a136133c3fa393e.zip |
Adds --dev flag for development-branch sub-repositories. (#736)
This adds support for easily requesting `dev` modules from
LuaRocks.org, as in:
```
luarocks install --dev luafilesystem
```
The list of URLs configured in `rocks_servers` is prepended
with a list containing "/dev" in their paths.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b90be7..6ecb336d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -6,6 +6,10 @@ What's new in LuaRocks 3.0 | |||
6 | For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and | 6 | For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and |
7 | you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line | 7 | you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line |
8 | tool will convert it to `/some/dir/lua/5.2/`. | 8 | tool will convert it to `/some/dir/lua/5.2/`. |
9 | * New flag `--dev`, for enabling development-branch sub-repositories. | ||
10 | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: | ||
11 | `luarocks install --dev luafilesystem`. The list of URLs configured | ||
12 | in `rocks_servers` is prepended with a list containing "/dev" in their paths. | ||
9 | 13 | ||
10 | Rockspec 3.0 | 14 | Rockspec 3.0 |
11 | ------------ | 15 | ------------ |