Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Generalize a bit how the test command is runDaniel Narvaez2012-11-283-12/+16
| | | | We should be able to use the same logic for other services.
* Quick fix for the test commandDaniel Narvaez2012-11-282-8/+9
|
* Refactor to use sugar-runnerDaniel Narvaez2012-11-2810-287/+61
|
* Cleanup and extend build commandsDaniel Narvaez2012-11-263-4/+30
|
* Add a target to normalize jsonDaniel Narvaez2012-11-261-0/+23
| | | | And run it
* Add devbot to python pathDaniel Narvaez2012-11-261-0/+1
| | | | So that we can generate documentation in sugar-docs.
* Add a DistroInfo classDaniel Narvaez2012-11-262-2/+2
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-0/+2
|
* On run check the system only if something changedDaniel Narvaez2012-11-262-2/+5
|