aboutsummaryrefslogtreecommitdiff
path: root/spec/util/git_repo.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-03manif: use temp dir if local cache can't be createdHisham Muhammad1-1/+6
2019-04-03util: more informative message: "Lua 5.x interpreter not found"Hisham Muhammad1-1/+4
2019-04-03fs.lua: cache failures as wellHisham Muhammad1-16/+34
2019-04-03Cache manifest more aggressivelyHisham Muhammad5-28/+65
* Introduce cache_timeout config option (default 10 seconds) * Do not re-check for the last-modified time of a file to be downloaded for cfg.cache_timeout seconds * Do not re-unzip if zip file was fetched from cache
2019-04-03update to luacov 0.13.1 + cluacov 0.1.1Hisham Muhammad5-14/+17
2019-04-01util: fix refactor mistakeHisham Muhammad1-1/+1
2019-04-01Reorder Travis testsHisham Muhammad1-35/+35
2019-04-01install, build, make: add --verify and --sign optionsHisham Muhammad10-95/+236
The --verify options of build and make check the signature of rockspec and src.rock files; the --sign option is meant to be used alongside --pack-binary-rock.
2019-04-01Refactor opts_table from build to reuse in installHisham Muhammad2-34/+37
2019-04-01upload: add --sign optionHisham Muhammad2-3/+34
2019-04-01Add --sign option to `luarocks pack`Hisham Muhammad11-2/+53
* Introduce a new module, `luarocks.signing` * Add `--sign` option to `luarocks pack`, which produces a detached GPG signature * Includes a basic test, along with some fixtures with a password-less GPG key
2019-04-01tar: do not attempt to create directory more than onceHisham Muhammad1-3/+4
2019-04-01fs: versions of exists, is_file, is_dir for Unix and Windows that do not forkHisham Muhammad9-53/+97
Implements versions of exists, is_file, is_dir for POSIX and Windows using io.open only, based on the semantics of their error codes on these platforms. Drops the dependency on TEST.EXE on Windows.
2019-04-01init: ensure --reset resets lua wrapper and config fileHisham Muhammad1-20/+24
2019-04-01fun: add find and memoize functionsHisham Muhammad1-0/+40
2019-04-01cmd: refactor detection code and improve detection of project dirHisham Muhammad4-172/+189