<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/makedist, branch v3.0.1</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.0.1</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2018-08-14T16:26:49+00:00</updated>
<entry>
<title>Tests: add smoke test</title>
<updated>2018-08-14T16:26:49+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-04T18:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d3271135dba288fec7a85f97d423437806dda2fa'/>
<id>urn:sha1:d3271135dba288fec7a85f97d423437806dda2fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Our Makefile contains GNUMake-specific syntax, rename it accordingly</title>
<updated>2018-08-11T01:49:47+00:00</updated>
<author>
<name>daurnimator</name>
<email>quae@daurnimator.com</email>
</author>
<published>2018-08-05T04:33:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a2612d18445a9b875bb6559d71bb64730ad798b7'/>
<id>urn:sha1:a2612d18445a9b875bb6559d71bb64730ad798b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unix: new build system</title>
<updated>2018-07-02T01:54:07+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-07-01T18:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=98d1f1da856ab59cf8355c1e2e11e3c0eb954fb2'/>
<id>urn:sha1:98d1f1da856ab59cf8355c1e2e11e3c0eb954fb2</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Cleanups: Remove old lfw/ directory, rclauncher.c</title>
<updated>2018-06-28T20:28:40+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-06-13T20:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=bdaa92377180763dcfad0ed2627e59842425ee93'/>
<id>urn:sha1:bdaa92377180763dcfad0ed2627e59842425ee93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>makedist: no more unrelated licenses in the root dir</title>
<updated>2018-06-24T22:08:36+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-06-24T22:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=405ee29ba8444d97646f62e72effeaff2bfe3f79'/>
<id>urn:sha1:405ee29ba8444d97646f62e72effeaff2bfe3f79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test list of installed files on Travis.</title>
<updated>2017-10-09T05:47:29+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2017-10-09T05:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=07ba46e735d2f7dcae21a0c3c3941228921ae03f'/>
<id>urn:sha1:07ba46e735d2f7dcae21a0c3c3941228921ae03f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove outdated file from list, and automate check for the future</title>
<updated>2016-11-14T17:18:07+00:00</updated>
<author>
<name>Hisham</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-11-14T17:18:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=5b8651369fae1d302442e7c60d07b109e1bb2339'/>
<id>urn:sha1:5b8651369fae1d302442e7c60d07b109e1bb2339</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Core modules reorganization.</title>
<updated>2016-06-30T04:15:01+00:00</updated>
<author>
<name>Hisham</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2016-06-30T04:15:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=f2beb5ee1fd2c54d59a43f4f2a8fe0f7a1701daa'/>
<id>urn:sha1:f2beb5ee1fd2c54d59a43f4f2a8fe0f7a1701daa</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Stricter version consistency checks.</title>
<updated>2015-12-06T20:52:46+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-12-06T20:52:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=d7a9e7142655628466baecb302f16ae67e558b52'/>
<id>urn:sha1:d7a9e7142655628466baecb302f16ae67e558b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not distribute appveyor files in release packages.</title>
<updated>2015-11-16T17:27:56+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2015-11-16T17:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=2b8301c6c41707fbf2778a1273761f31d771206a'/>
<id>urn:sha1:2b8301c6c41707fbf2778a1273761f31d771206a</id>
<content type='text'>
</content>
</entry>
</feed>
