Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Add a distribute commandDaniel Narvaez2012-12-161-0/+12
| | | | It builds and uploads releases.
* Use index.json for packages and deps tooDaniel Narvaez2012-12-151-20/+10
|
* Minor refactoringsDaniel Narvaez2012-12-151-8/+4
|
* No point in passing commands dir to devbotDaniel Narvaez2012-12-153-4/+7
|
* Drop automatic PROFILEDaniel Narvaez2012-12-151-10/+0
| | | | It's bitrotten, might readd it later.
* No point in passing devbot dir to devbotDaniel Narvaez2012-12-151-2/+1
|
* Separate build and runtime stateDaniel Narvaez2012-12-151-1/+1
| | | | Otherwise it becomes problematic to support multiple profiles
* Use a single setup method with keywordsDaniel Narvaez2012-12-151-11/+10
| | | | This avoids weird dependency issues
* Rework and complete xdg directories managementDaniel Narvaez2012-12-151-1/+0
| | | | | Create all of them, never delete them, move stuff that make sense in there.
* Support running one testDaniel Narvaez2012-12-081-14/+25
|
* Add per module tests to the check targetDaniel Narvaez2012-12-081-0/+4
|
* Use progressive logs numberingDaniel Narvaez2012-12-031-1/+1
|
* Refactor a bit to keep devbot somewhat genericDaniel Narvaez2012-12-032-2/+31
|
* Use sugar-runner for ui testsDaniel Narvaez2012-12-031-3/+5
|
* Adapt to change in devbotDaniel Narvaez2012-12-031-1/+1
|
* Test the list of modulesDaniel Narvaez2012-11-301-6/+0
|
* Exit with error if pull failsDaniel Narvaez2012-11-301-2/+6
|
* Rename test command to test-uiDaniel Narvaez2012-11-291-0/+0
|
* Move the sugar testsDaniel Narvaez2012-11-291-1/+1
| | | | To make space for the devbot ones
* Merge system-3.4 and 3.6Daniel Narvaez2012-11-291-8/+1
|
* Merge 3.4 and 3.6 packagesDaniel Narvaez2012-11-291-1/+1
|
* Make json configs a bit smarterDaniel Narvaez2012-11-291-2/+2
| | | | To get rid of the duplication in deps
* Return error if build/pull failsDaniel Narvaez2012-11-281-2/+6
|
* Move bashrc to commandsDaniel Narvaez2012-11-283-2/+2
| | | | Not much sense to keep an helpers dir for one file.
* Use sr-run-testDaniel Narvaez2012-11-283-48/+3
|
* Remove ubuntu tweaks, now handled by sugar-runnerDaniel Narvaez2012-11-282-21/+0
|
* More generic logging approachDaniel Narvaez2012-11-283-28/+17
|
* Move buildsnapshot and json-normalize in toolsDaniel Narvaez2012-11-282-81/+0
|
* Update the list of filesDaniel Narvaez2012-11-281-7/+0
|
* Revert "Don't hardcode xvfb display"Daniel Narvaez2012-11-281-10/+0
| | | | This reverts commit 0b506befd616219621a968e2a51bab9b254299d8.
* Don't hardcode xvfb displayDaniel Narvaez2012-11-281-0/+10
|