Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* Pep 8Daniel Narvaez2013-01-221-5/+5
|
* More python3 fixesDaniel Narvaez2013-01-222-13/+13
|
* Remove unused importDaniel Narvaez2013-01-141-1/+0
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-142-10/+7
|
* Don't use logs for check-system when running out of buildbotDaniel Narvaez2013-01-142-3/+10
| | | | It's interactive so it needs stdin.
* Force system check when running the commandDaniel Narvaez2013-01-131-1/+2
|
* Log check-systemDaniel Narvaez2013-01-131-1/+1
|
* Fix pep8ing scriptsDaniel Narvaez2013-01-121-8/+6
| | | | The tools directory is gone.
* Drop part of the release codeDaniel Narvaez2013-01-121-12/+0
| | | | This will go in buildbot
* Remove snapshot before creating it againDaniel Narvaez2013-01-111-0/+1
|
* Only build the snapshot, buildbot will uploadDaniel Narvaez2013-01-111-0/+50
|
* Use env in the shebangsDaniel Narvaez2013-01-069-10/+10
| | | | | Also remove -u, not necessary now that we are using logs.
* Missing importDaniel Narvaez2013-01-051-0/+1
|
* Allow to specify revisions when pullinDaniel Narvaez2013-01-051-1/+6
|
* pep8Daniel Narvaez2013-01-041-4/+1
|
* Check system before setting up the environDaniel Narvaez2013-01-033-24/+19
|
* Adding a missing import.Ajay Garg2012-12-291-1/+1
| | | | Thanks to Daniel Narvaez (dwnarvaez@gmail.com) for the prior review.
* 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-283-36/+16
| | | | 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-284-10/+34
|
* 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-282-48/+109
| | | | So that they can be logged.
* Make run-tests log everythingDaniel Narvaez2012-12-281-7/+11
|
* Actually clear the profileDaniel Narvaez2012-12-281-0/+3
|
* Cleanup run-tests a bitDaniel Narvaez2012-12-281-9/+7
|
* Build before testingDaniel Narvaez2012-12-281-3/+3
|
* Move system checking to the build moduleDaniel Narvaez2012-12-281-4/+0
|
* Rework initializationDaniel Narvaez2012-12-281-17/+10
| | | | To avoid duplicatin environ setup calls.
* Change how we decide if system check is requiredDaniel Narvaez2012-12-281-2/+0
| | | | | Using mtime will work even if you make local changes and it's less code.
* More unused importsDaniel Narvaez2012-12-282-2/+0
|
* Remove unused importDaniel Narvaez2012-12-281-1/+0
|
* Always run tests in a virtual serverDaniel Narvaez2012-12-271-3/+1
|
* Fix run and test logsDaniel Narvaez2012-12-272-3/+3
|
* Run tests unbufferedDaniel Narvaez2012-12-271-1/+1
|
* Cleanup cleanDaniel Narvaez2012-12-261-28/+2
|
* Rework logging and outputDaniel Narvaez2012-12-263-6/+6
| | | | | | 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-265-3/+11
|
* Require only virtualenv rather than buildbotDaniel Narvaez2012-12-261-1/+0
|
* Drop auto-installDaniel Narvaez2012-12-251-8/+0
| | | | Not useful anymore now that build is fast.
* Ensure the build is up to date when runningDaniel Narvaez2012-12-251-1/+4
|
* Merge branch 'testing'Daniel Narvaez2012-12-253-8/+15
|\
| * Add --full to the build commandDaniel Narvaez2012-12-251-1/+2
| |
| * Check system before buildingDaniel Narvaez2012-12-252-4/+10
| |
| * Remove unused optionDaniel Narvaez2012-12-251-4/+1
| |
| * Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-251-0/+3
| |
* | Fix typoDaniel Narvaez2012-12-241-1/+1
|/