Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.