Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check
Commit message (Collapse)AuthorAgeFilesLines
* Fix pep8ing scriptsDaniel Narvaez2013-01-121-8/+6
| | | | The tools directory is gone.
* Use env in the shebangsDaniel Narvaez2013-01-061-2/+2
| | | | | Also remove -u, not necessary now that we are using logs.
* pep8Daniel Narvaez2013-01-041-4/+1
|
* Minor cleanupDaniel Narvaez2012-12-281-10/+3
|
* Invert the order for nowDaniel Narvaez2012-12-281-3/+3
|
* Misc fixesDaniel Narvaez2012-12-281-3/+11
|
* Add a run_build function to mainDaniel Narvaez2012-12-281-18/+12
| | | | This avoids duplication and circular deps
* Handle devbot checks errorsDaniel Narvaez2012-12-281-4/+19
|
* Remove leftoverDaniel Narvaez2012-12-281-1/+1
|
* Try to get steps ordering rightDaniel Narvaez2012-12-281-2/+10
|
* Step into the tests directoryDaniel Narvaez2012-12-281-2/+2
| | | | Not really sure why but otherwise plugins imports fails.
* Move all checks into python codeDaniel Narvaez2012-12-281-0/+109
So that they can be logged.