]> git.e2factory.org Git - e2factory.git/commit
Add experimental gitrepo source plugin
authorAnton Hillebrand <ahille@emlix.com>
Thu, 12 Jan 2017 17:00:12 +0000 (18:00 +0100)
committerTobias Ulmer <tu@emlix.com>
Thu, 12 Jan 2017 17:23:29 +0000 (18:23 +0100)
commit4e4a211d24ed9547cc7306f1f3baaf9b852e2c6e
tree9ed6d9d8a6a6db9f4d087df75958b896bb7b1609
parentc5bab37dca177e9b2d41bb1fa315a5efd7129281
Add experimental gitrepo source plugin

Works just like a git source, but provides the entire git repository to
the build environment. This eliminates the need for wrapping a git
repository in a file source. Checkout of the configured branch of tag is
done automatically.

The configuration looks just like a "git" source, except its type must be
"gitrepo".

The plugin is currently experimental and not recommended for production
use.

Massaged heavily by tu@

Signed-off-by: Tobias Ulmer <tu@emlix.com>
AUTHORS
Changelog
plugins/Makefile
plugins/gitrepo.lua [new file with mode: 0644]