Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-05 | Release 3.2.1v3.2.1 | Hisham Muhammad | 1 | -2/+2 | |
2019-09-05 | fix Windows cross-compilation hack | Hisham Muhammad | 2 | -13/+15 | |
2019-09-05 | GNUmakefile: fix concatenation | Hisham Muhammad | 1 | -2/+2 | |
2019-09-05 | smoke test `make bootstrap` and `luarocks install` as well | Hisham Muhammad | 1 | -0/+58 | |
2019-09-05 | fix local search of manifests | Hisham Muhammad | 1 | -1/+1 | |
Since #1065 it was failing to find the unversioned `manifest` files inside `<rocks_tree>/lib/luarocks/rocks-5.x/`. The result was that `luarocks install foo` worked but then `luarocks show foo` didn't. | |||||
2019-09-04 | run smoke_test for dev package | Hisham Muhammad | 1 | -0/+1 | |
2019-09-04 | cfg: only override config file values with detected when giving flags | Hisham Muhammad | 1 | -29/+32 | |
2019-09-04 | Fix version detection | Hisham Muhammad | 1 | -0/+3 | |
2019-09-03 | cmd: avoid changing add_to_parser if command is missing | daurnimator | 1 | -13/+12 | |
2019-09-03 | cmd: catch errors loading command modules | Hisham Muhammad | 1 | -11/+22 | |
This should be useful for external modules. | |||||
2019-09-03 | cmd: add compatibility mode for pre-argparse external commands | Hisham Muhammad | 4 | -0/+99 | |
See #1070. | |||||
2019-09-03 | fs: fix Lua wrapper for interactive mode | Hisham Muhammad | 3 | -2/+44 | |
2019-09-03 | Fix manif.load_manifest changing current directory | Paul Ouellette | 1 | -2/+2 | |
2019-09-03 | build: fix --branch flag | Hisham Muhammad | 7 | -27/+67 | |
The `--branch` flag is optional and takes a string argument. The `--branch` flag does not make sense for `luarocks make` because it does not fetch sources, it builds/installs based on whatever is in the current directory. This also adds tests that verify the behavior, but these don't run in Travis CI because of issues running a Git daemon there. They were verified locally. | |||||
2019-09-03 | Fix `luarocks build --pack-binary-rock --no-doc` | Paul Ouellette | 1 | -4/+4 | |