summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* metadata/repoman: remove experimental files for nowZac Medico2018-03-303-488/+0
| | | | | | This files are all bundled with repoman now. See: https://github.com/gentoo/portage/commit/2ecf4e2b0ebdf727f2210f3b7db600e781cff1c4
* metadata/repoman: Move the qahelp and linechecks errors out of the repoBrian Dolbec2017-12-052-152/+0
| | | | | | These items have been moved to new /usr/share/repoman/{qa_data,linechecks} directories. These directories can be installed to by third party add on modules. These files could then be used via gettext for localized translation files.
* metdata/repoman/*: Add current API version and minimum repoman version infoBrian Dolbec2017-08-173-1/+16
| | | | | | | | With teh version field, repoman can check that it meets the API compatibility requirements of the metadata/repoman file(s). The minimum repoman_version is output in the repoman error message if the currently installed repoman is not capable of handling all the file & data features.
* metadata/repoman: Whitespace cleanupBrian Dolbec2017-08-173-25/+25
|
* metadata/repoman: Add new linechecks.yaml fileBrian Dolbec2017-07-151-0/+272
|
* metadata/repoman: Add new repository.yaml cofiguration fileBrian Dolbec2017-07-151-0/+71
| | | | This file is used to enable/disable scan_modules and linechecks modules.
* metadata/repoman: Add new qa_data.yaml fileBrian Dolbec2017-07-151-0/+282
This file holds the main qa_data, defining the scope and help text of the variuos errors and warnings. This is the initial port of the data from qa_data.py.