Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Add more tests and fix bugsDaniel Narvaez2012-11-301-5/+5
|
* Test the list of modulesDaniel Narvaez2012-11-301-14/+12
|
* Cleanup retryingDaniel Narvaez2012-11-301-2/+3
|
* Pass branch to git.ModuleDaniel Narvaez2012-11-301-1/+2
|
* Git clean not out-of-source modules instead of removingDaniel Narvaez2012-11-291-0/+4
|
* Use the new git module in buildDaniel Narvaez2012-11-291-0/+1
|
* Merge system-3.4 and 3.6Daniel Narvaez2012-11-291-7/+1
|
* Make json configs a bit smarterDaniel Narvaez2012-11-291-1/+10
| | | | To get rid of the duplication in deps
* Generalize a bit how the test command is runDaniel Narvaez2012-11-281-0/+3
| | | | We should be able to use the same logic for other services.
* Refactor to use sugar-runnerDaniel Narvaez2012-11-281-3/+20
|
* Display error messages when the source dir is invalidDaniel Narvaez2012-11-271-0/+3
|
* Fix and simplify skipping modulesDaniel Narvaez2012-11-271-1/+1
|
* Add devbot to python pathDaniel Narvaez2012-11-261-0/+5
| | | | So that we can generate documentation in sugar-docs.
* Add a DistroInfo classDaniel Narvaez2012-11-261-3/+3
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-0/+8
|
* On run check the system only if something changedDaniel Narvaez2012-11-261-0/+11
|
* Create the logs dir rather than keeping it in gitDaniel Narvaez2012-11-251-0/+2
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-251-0/+6
|
* Replace devbot dir with homeDaniel Narvaez2012-11-251-5/+6
| | | | It was weird to store that stuff in the install dir.
* Create build and source dir on demandDaniel Narvaez2012-11-241-12/+19
| | | | Otherwise they are created in the snapshot
* Properly distinguish between prefix and install dirDaniel Narvaez2012-11-241-17/+20
|
* Make ssh and xz normal depsDaniel Narvaez2012-11-241-1/+1
|
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-241-2/+43
|
* Add metacityDaniel Narvaez2012-11-231-0/+1
| | | | We need a patch in the latest version for journal
* Make sure global system_lib_dir is setDaniel Narvaez2012-11-231-0/+1
|
* Don't use lib64 on ubuntuDaniel Narvaez2012-11-231-7/+3
|
* Add BUILD_IN_SOURCE prefDaniel Narvaez2012-11-231-9/+13
| | | | To build everything in the source directory
* Refactoring leftoversDaniel Narvaez2012-11-231-0/+1
|
* Refactor to use a Module classDaniel Narvaez2012-11-231-7/+16
|
* Add config.get_prefDaniel Narvaez2012-11-231-0/+19
|
* Move packages json to a separate dirDaniel Narvaez2012-11-171-13/+10
|
* Fix refactoring regressionsDaniel Narvaez2012-11-171-3/+7
|
* Move files lists out of devbotDaniel Narvaez2012-11-171-7/+19
|
* Refactor to use a listDaniel Narvaez2012-11-171-4/+7
|
* Rework the autoinstall commandDaniel Narvaez2012-11-161-0/+6
| | | | It now automatically listen on all the sugar trees
* Cleanup makefilesDaniel Narvaez2012-11-161-0/+5
|
* Actually allow to run commands in the shellDaniel Narvaez2012-11-161-0/+5
|
* Fix loading packages configDaniel Narvaez2012-11-141-1/+1
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-5/+61
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-0/+32
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.