Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pep8Daniel Narvaez2013-01-221-1/+1
|
* Python 3 compatibilityDaniel Narvaez2013-01-221-2/+2
|
* Actually expose the distro varDaniel Narvaez2013-01-121-1/+2
|
* Move all checks into python codeDaniel Narvaez2012-12-281-1/+1
| | | | So that they can be logged.
* Rework initializationDaniel Narvaez2012-12-281-11/+0
| | | | To avoid duplicatin environ setup calls.
* Actually rename functionDaniel Narvaez2012-12-271-1/+1
|
* Make create_log privateDaniel Narvaez2012-12-271-26/+26
|
* Expose log_path from configDaniel Narvaez2012-12-271-2/+3
|
* Refactor to avoid circular dependencyDaniel Narvaez2012-12-271-6/+0
|
* Remove unused codeDaniel Narvaez2012-12-271-3/+0
|
* Cleanup cleanDaniel Narvaez2012-12-261-7/+0
|
* Rework logging and outputDaniel Narvaez2012-12-261-1/+17
| | | | | | Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily.
* Keep public stuff at the topDaniel Narvaez2012-12-261-114/+114
|
* pep8izeDaniel Narvaez2012-12-261-4/+25
|
* Require only virtualenv rather than buildbotDaniel Narvaez2012-12-261-11/+5
|
* Switch to aclocal 1.11Daniel Narvaez2012-12-261-12/+9
| | | | 1.12 requires autoconf 2.59
* Not necessary to ensure aclocal anymoreDaniel Narvaez2012-12-251-3/+0
|
* Allow the config to require a full buildDaniel Narvaez2012-12-251-1/+8
|
* Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-251-14/+0
|
* Add a distribute commandDaniel Narvaez2012-12-161-1/+13
| | | | It builds and uploads releases.
* Factor out part of xdg home setup to sugar-runnerDaniel Narvaez2012-12-151-15/+2
| | | | | This is because sugar-runner should work also outside sugar-build.
* Fix unit testsDaniel Narvaez2012-12-151-3/+6
|
* Use index.json for packages and deps tooDaniel Narvaez2012-12-151-21/+20
|
* No point in passing commands dir to devbotDaniel Narvaez2012-12-151-4/+0
|
* No point in passing devbot dir to devbotDaniel Narvaez2012-12-151-4/+0
|
* Support multiple profiles in home dirDaniel Narvaez2012-12-151-2/+7
|
* Separate build and runtime stateDaniel Narvaez2012-12-151-7/+15
| | | | Otherwise it becomes problematic to support multiple profiles
* Put real_prefix_path in the homeDaniel Narvaez2012-12-151-1/+1
| | | | | So that it doesn't get deleted when we clean. Otherwise every time the prefix is different and ccache is useless.
* Use a single setup method with keywordsDaniel Narvaez2012-12-151-37/+37
| | | | This avoids weird dependency issues
* Rework and complete xdg directories managementDaniel Narvaez2012-12-151-5/+16
| | | | | Create all of them, never delete them, move stuff that make sense in there.
* Fix lib_dir fallbackDaniel Narvaez2012-12-111-1/+1
|
* Improve multilib supportDaniel Narvaez2012-12-101-7/+13
|
* Add per module tests to the check targetDaniel Narvaez2012-12-081-0/+1
|
* Use progressive logs numberingDaniel Narvaez2012-12-031-0/+15
|
* Build gnome-keyring with XDG_HOME_DATA supportDaniel Narvaez2012-12-011-0/+1
|
* 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
|