Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/command.py
Commit message (Collapse)AuthorAgeFilesLines
* Rework logging and outputDaniel Narvaez2012-12-261-8/+26
| | | | | | Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily.
* pep8izeDaniel Narvaez2012-12-261-0/+3
|
* More generic logging approachDaniel Narvaez2012-11-281-2/+13
|
* Retry git commands that requires the networkDaniel Narvaez2012-11-201-5/+19
|
* Missing run_command renameDaniel Narvaez2012-11-151-1/+1
| | | | Maybe we need unit tests
* Use the command moduleDaniel Narvaez2012-11-151-1/+1
|
* Add a --test optionDaniel Narvaez2012-11-151-4/+5
|
* Factor out executing commandsDaniel Narvaez2012-11-141-0/+11