summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-05Release 3.2.1v3.2.1Hisham Muhammad1-2/+2
2019-09-05fix Windows cross-compilation hackHisham Muhammad2-13/+15
2019-09-05GNUmakefile: fix concatenationHisham Muhammad1-2/+2
2019-09-05smoke test `make bootstrap` and `luarocks install` as wellHisham Muhammad1-0/+58
2019-09-05fix local search of manifestsHisham Muhammad1-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-04run smoke_test for dev packageHisham Muhammad1-0/+1
2019-09-04cfg: only override config file values with detected when giving flagsHisham Muhammad1-29/+32
2019-09-04Fix version detectionHisham Muhammad1-0/+3
2019-09-03cmd: avoid changing add_to_parser if command is missingdaurnimator1-13/+12
2019-09-03cmd: catch errors loading command modulesHisham Muhammad1-11/+22
This should be useful for external modules.
2019-09-03cmd: add compatibility mode for pre-argparse external commandsHisham Muhammad4-0/+99
See #1070.
2019-09-03fs: fix Lua wrapper for interactive modeHisham Muhammad3-2/+44
2019-09-03Fix manif.load_manifest changing current directoryPaul Ouellette1-2/+2
2019-09-03build: fix --branch flagHisham Muhammad7-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-03Fix `luarocks build --pack-binary-rock --no-doc`Paul Ouellette1-4/+4