summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Lint/Pkgmgr.py
Commit message (Collapse)AuthorAgeFilesLines
* added Genshi template syntax checker, other misc. bcfg2-lint cleanupChris St. Pierre2011-07-141-1/+0
|
* made bcfg2-lint error handling configurable on a much more granular levelChris St. Pierre2011-05-051-2/+3
|
* short-circuit Pkgmgr lint checks if Pkgmgr plugin not enabledChris St. Pierre2011-04-201-0/+4
|
* Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a pluginChris St. Pierre2011-04-201-0/+33
interface to be lots more flexible and extensible. Added several more tests. If bcfg2-lint is run as bcfg2-repo-validate, it roughly emulates the functionality of that program. TODO: Need to figure out correct way to symlink bcfg2-repo-validate to bcfg2-lint on install.