aboutsummaryrefslogtreecommitdiff
path: root/makedist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* makedist: build binaries using Lua 5.4Hisham Muhammad2022-04-161-1/+1
|
* Configurations for program_series and major_version are unusedHisham Muhammad2022-04-161-14/+8
| | | | | | They look like useless maintenance burden, and I seriously doubt anyone uses those in their config files. In any case, they're easy to derive from cfg.program_version.
* tests: remove Travis CI, add Github ActionsHisham Muhammad2022-02-171-2/+2
|
* makedist: build binaries using Lua 5.3Hisham Muhammad2021-03-301-1/+1
| | | | luaposix wasn't updated for Lua 5.4 yet
* makedist: fix dev targetHisham Muhammad2020-09-251-3/+1
|
* makedist: fix argument handlingHisham Muhammad2020-09-251-11/+13
|
* support for building 64-bit Windows all-in-one binaryHisham Muhammad2020-01-141-2/+12
|
* makedist: add branch commandHisham Muhammad2019-06-061-0/+42
|
* makedist: add 'binary' and 'sign' stepsHisham Muhammad2018-10-301-0/+44
|
* makedist: add version check for configureHisham Muhammad2018-09-131-0/+6
|
* Our Makefile contains GNUMake-specific syntax, rename it accordinglydaurnimator2018-08-101-1/+1
|
* Unix: new build systemHisham Muhammad2018-07-011-33/+12
| | | | | | | | | | * Reworked configure script * Now passes shellcheck * New Makefile for Unix * Simplified `make` and `make install` targets * Simplified `make bootstrap` target * New targets `make binary` and `make install-binary` build and install an all-in-one binary of LuaRocks
* Cleanups: Remove old lfw/ directory, rclauncher.cHisham Muhammad2018-06-281-2/+2
|
* makedist: no more unrelated licenses in the root dirHisham Muhammad2018-06-241-1/+1
|
* Test list of installed files on Travis.Hisham Muhammad2017-10-081-1/+6
|
* Remove outdated file from list, and automate check for the futureHisham2016-11-141-0/+15
|
* Core modules reorganization.Hisham2016-06-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Isolate all modules used by luarocks.loader in a luarocks.core.* namespace. Core modules can only require other core modules, and they only use require() at the top-level chunk. In other words, after luarocks.loader is setup, package.path can be altered at will and it should not affect the ability of luarocks.loader to run, and the luarocks.loader modules should not interfere with modules loaded later. This was motivated by @robooo's GSoC work on porting the LuaRocks test suite to Lua using Busted. Busted itself runs using luarocks.loader, and we need to ensure that the modules loaded by the tests do not conflict with the ones used by luarocks.loader. A circular dependency between luarocks.manif and luarocks.search was removed by creating a separate luarocks.manif.writer module. Also, luarocks-admin commands were moved to a luarocks.admin.* namespace.
* Stricter version consistency checks.Hisham Muhammad2015-12-061-2/+29
|
* Do not distribute appveyor files in release packages.Hisham Muhammad2015-11-161-2/+2
|
* New set of Makefiles for self-upgrade.Hisham Muhammad2015-03-171-3/+3
|
* Release LuaRocks 2.2.1v2.2.1Hisham Muhammad2015-03-171-1/+1
|
* Fix Windows package generator; cleanup dot files.v2.2.0beta1Hisham Muhammad2014-05-271-3/+2
|
* Licensing cleanupHisham Muhammad2014-01-031-1/+1
|
* end of line at end of fileHisham Muhammad2013-04-181-1/+1
|
* compile rclauncher binary wrapper on windows on every buildFabio Mascarenhas2013-04-121-1/+1
|
* add check to avoid incorrect program_version, as happened for 2.0.9 :(Hisham Muhammad2012-06-081-0/+6
|
* make sure rockspec is consistent when running makedistHisham Muhammad2012-03-101-0/+6
|
* Don't ship COPYING.lua on Unix: we don't redistribute Lua thereHisham Muhammad2010-09-131-1/+1
|
* Update makedist to build based on Git treev2.0.3Hisham Muhammad2010-09-101-3/+3
|
* new version of makedistHisham Muhammad2010-09-101-0/+64
|
* Cleanups for releaseHisham Muhammad2010-09-101-69/+0
|
* better defaults for 2.0hisham2009-10-111-3/+4
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@90 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* better defaults for LuaRocks 2.0hisham2009-10-111-3/+3
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@89 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Import latest revision from CVS at luaforge.nethisham2009-04-011-0/+68
git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c