# luadist-git **Repository Path**: mirrors_LuaDist/luadist-git ## Basic Information - **Project Name**: luadist-git - **Description**: Automated Lua module deployment utility for the LuaDist project - git version - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Luadist-git =========== [![Build Status](https://secure.travis-ci.org/LuaDist/luadist-git.png?branch=master)](http://travis-ci.org/LuaDist/luadist-git) Luadist-git is [Lua](http://lua.org) module deployment utility for the [LuaDist](https://github.com/LuaDist) project. In fact it's another version of older [luadist utility](https://github.com/LuaDist/luadist), rewritten from scratch. Main Goals ---------- * access git repositories directly (through git) and get rid of unnecessary dependencies (i.e. luasocket, luasec, md5, openssl, unzip) - **DONE** * use _.gitmodules_ as a repository manifest file instead of _dist.manifest_, thus removing the need to update the manifest after every change in modules - **DONE** * add functionality for uploading binary versions of modules to repositories - **DONE** * once [libgit2](https://github.com/libgit2/libgit2) matures, use it instead of the git cli command - using [lua-git](https://github.com/mkottman/lua-git) in the meantime Useful Links ------------ * [Installation instructions](https://github.com/LuaDist/Repository/wiki/LuaDist%3A-Installation) * [LuaDist documentation](https://github.com/LuaDist/Repository/wiki) * [Bug tracker for the luadist-git utility](https://github.com/LuaDist/luadist-git/issues) * [General bug tracker of the whole LuaDist project](https://github.com/LuaDist/Repository/issues)
Under the MIT License.