aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/manif.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | unfinished work on multi-tree supportHisham Muhammad2012-09-251-9/+13
|/
* Rename luarocks.rep to luarocks.repos. Closes #45.Hisham Muhammad2012-09-191-5/+5
|
* Let's try to make manifest writing more atomic, and see if this is an ↵Hisham Muhammad2012-08-271-1/+5
| | | | improvement for #54.
* preserve error message, suggested by Themroc@githubHisham Muhammad2012-05-071-1/+1
|
* Add module header comments to make the LDoc index page nicer, and move some ofHisham Muhammad2011-12-211-0/+4
| | | | | them around to make LDoc happy, as it doesn't expect local variable declarations before the actual module is declared.
* Fix all documentation warnings reported by LDoc.Hisham Muhammad2011-12-211-6/+7
|
* Fixes suggested by David ManuraHisham Muhammad2011-12-031-2/+2
| | | | ("hashes in versions numbers and git checkout warning")
* Replace all print()'s by appropriate calls to send messages to stdout and ↵Hisham Muhammad2011-08-131-4/+4
| | | | stderr. Closes #11.
* Fix sorting and saving of persisted manifest table.Hisham Muhammad2010-12-141-2/+2
|
* Allow non-superuser to pack rocks which were installed system-wideHisham Muhammad2010-04-191-2/+2
| | | | (Backport from svn)
* synchronizing with the svn repoFabio Mascarenhas2010-03-201-7/+3
|
* --force option for install/build/make to overwrite non-tracked files, ↵Fabio Mascarenhas2010-01-151-15/+13
| | | | parameterized paths for working with Lua for Windows
* fix deploy check of binarieshisham2009-11-061-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@119 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* more robust matchinghisham2009-10-111-4/+8
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@92 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Fix conflict resolution scheme using proper Lua 5.1 mechanismhisham2009-10-111-7/+28
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@76 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* improve compatibility with LR1 .rock fileshisham2009-10-081-3/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@74 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add extra checkinghisham2009-10-051-10/+14
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@67 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Implement deployment and removal of fileshisham2009-10-041-2/+34
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@63 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Simplify the way things are handled for the new LuaRocks tree by creating ↵hisham2009-10-041-263/+108
| | | | | | rock_manifest files for each rock. git-svn-id: http://luarocks.org/svn/luarocks/trunk@62 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* improvements to 'add' functionhisham2009-08-141-4/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@47 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* debugginghisham2009-07-301-2/+12
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@44 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* don't display project homepage link when rockspec doesn't have one.hisham2009-07-271-2/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@42 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* progress converting LuaRocks commands to 2.0 formathisham2009-07-051-13/+21
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@38 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* progress on management of 'lib' dirhisham2009-07-011-10/+50
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@37 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* start populating global lib/ directory.hisham2009-06-271-0/+18
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@33 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* added preliminary support for 'luarocks-admin add'hisham2009-06-181-1/+0
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@28 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Add entry point for unified lib directoryhisham2009-06-121-8/+13
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@26 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* work in conversion of manifest formathisham2009-05-271-5/+4
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@25 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* LuaRocks can now use itself to load its own dependencies!hisham2009-04-231-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@13 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* LuaRocks 1.x development: reorganization, fixes and work on tool independencev1.0.1hisham2009-04-011-78/+15
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@4 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Import latest revision from CVS at luaforge.netv1.0v0.5.2v0.5.1v0.5v0.4.3v0.4.2v0.4.1v0.4v0.3.2v0.3.1v0.3v0.2v0.1hisham2009-04-011-0/+439
git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c