Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/command.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilityDaniel Narvaez2013-01-221-5/+5
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-141-4/+4
|
* Don't use logs for check-system when running out of buildbotDaniel Narvaez2013-01-141-8/+9
| | | | It's interactive so it needs stdin.
* Remove unused importsDaniel Narvaez2012-12-281-1/+0
|
* Make create_log privateDaniel Narvaez2012-12-271-0/+1
|
* Expose log_path from configDaniel Narvaez2012-12-271-13/+6
|
* Remove unused codeDaniel Narvaez2012-12-271-6/+0
|
* Fix pep8Daniel Narvaez2012-12-261-1/+2
|
* Append to log files, don't overwriteDaniel Narvaez2012-12-261-1/+1
|
* 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