Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/state.py
Commit message (Collapse)AuthorAgeFilesLines
* Encode string before hashing to work with Python 3.Erik Price2013-04-181-1/+1
|
* Python 3 compatibilityDaniel Narvaez2013-01-221-1/+1
|
* Exclude git dirs from the hashDaniel Narvaez2012-12-281-0/+3
| | | | | It's unnecessary and it causes unnecessary updates because apparently the content changes on fetch.
* Change how we decide if system check is requiredDaniel Narvaez2012-12-281-26/+28
| | | | | Using mtime will work even if you make local changes and it's less code.
* Fix pep8Daniel Narvaez2012-12-281-0/+1
|
* Decide to rebuild on the base of files mtimeDaniel Narvaez2012-12-281-17/+16
| | | | | It's simpler and should be more reliable than using git (new files will be noticed).
* 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
| | | | | 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