Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 644 Bytes

aegypius/repoman

repoman is a [portage](http://en.wikipedia.org/wiki/Portage_(software) tool to check an overlay for best practice and deprecation.

It's used on aegypius overlay to run tests on travis-ci

It should work with most of continuous integration platforms that can run docker containers.

Volume

  • /overlay

Usage

docker pull aegypius/repoman
docker run -v /path/to/overlay:/overlay aegypius/repoman

You can found more information by running

docker run -it aegypius/repoman repoman --help

Example