Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/state.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3 compatibilityDaniel Narvaez2013-01-221-1/+1
* Exclude git dirs from the hashDaniel Narvaez2012-12-281-0/+3
* Change how we decide if system check is requiredDaniel Narvaez2012-12-281-26/+28
* Fix pep8Daniel Narvaez2012-12-281-0/+1
* Decide to rebuild on the base of files mtimeDaniel Narvaez2012-12-281-17/+16
* Refactor to avoid circular dependencyDaniel Narvaez2012-12-271-2/+2
* Keep public stuff at the topDaniel Narvaez2012-12-261-40/+40
* Cleanup cleanDaniel Narvaez2012-12-261-14/+7
* pep8izeDaniel Narvaez2012-12-261-0/+13
* 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
* 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
* Separate build and check statesDaniel Narvaez2012-12-251-27/+36
* Separate build and runtime stateDaniel Narvaez2012-12-151-1/+1
* Rework and complete xdg directories managementDaniel Narvaez2012-12-151-1/+1
* 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