Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fix --branch flag | Hisham Muhammad | 2019-09-03 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Tests: run our own local git-daemon repository for git tests | Hisham Muhammad | 2018-03-30 | 1 | -0/+107 |