Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Make json configs a bit smarterDaniel Narvaez2012-11-291-2/+2
| | | | To get rid of the duplication in deps
* Move bashrc to commandsDaniel Narvaez2012-11-281-1/+0
| | | | Not much sense to keep an helpers dir for one file.
* Use sr-run-testDaniel Narvaez2012-11-281-0/+1
|
* More generic logging approachDaniel Narvaez2012-11-281-0/+4
|
* 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-281-3/+9
| | | | We should be able to use the same logic for other services.
* 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-261-1/+1
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-0/+2
|
* Replace devbot dir with homeDaniel Narvaez2012-11-251-0/+1
| | | | It was weird to store that stuff in the install dir.
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-241-1/+2
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-231-9/+10
| | | | It was getting overwritten by ~/.bashrc
* Add config.get_prefDaniel Narvaez2012-11-231-0/+1
|
* Split out base system depsDaniel Narvaez2012-11-171-1/+2
|
* Move packages json to a separate dirDaniel Narvaez2012-11-171-4/+4
|
* Split buildslave deps to a separate fileDaniel Narvaez2012-11-171-0/+3
| | | | And make it conditional
* Move files lists out of devbotDaniel Narvaez2012-11-171-0/+20
|
* Cleanup makefilesDaniel Narvaez2012-11-161-0/+1
|
* Actually allow to run commands in the shellDaniel Narvaez2012-11-161-0/+1
|
* Move configuration files to their own dirDaniel Narvaez2012-11-151-1/+1
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-1/+4
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-0/+12
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.