Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/state.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean build state when doing a full buildDaniel Narvaez2012-12-251-2/+10
|
* Allow the config to require a full buildDaniel Narvaez2012-12-251-1/+14
|
* Remove skipping of modulesDaniel Narvaez2012-12-251-7/+0
| | | | | This logic is too aggressive and too fragile at the same time.
* Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-251-12/+23
|
* Rebuild if the source tree changedDaniel Narvaez2012-12-251-3/+19
|
* Store built module commit in a dictDaniel Narvaez2012-12-251-5/+7
| | | | So that we can store more info
* Separate build and check statesDaniel Narvaez2012-12-251-27/+36
|
* Separate build and runtime stateDaniel Narvaez2012-12-151-1/+1
| | | | Otherwise it becomes problematic to support multiple profiles
* Rework and complete xdg directories managementDaniel Narvaez2012-12-151-1/+1
| | | | | Create all of them, never delete them, move stuff that make sense in there.
* Fix and simplify skipping modulesDaniel Narvaez2012-11-271-2/+5
|
* On run check the system only if something changedDaniel Narvaez2012-11-261-6/+13
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-251-0/+47