Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* Setup the environment after cleaningDaniel Narvaez2012-12-251-4/+4
| | | | | Otherwise we miss directories which are created in environ.
* Switch to forked version of automakeDaniel Narvaez2012-12-251-2/+3
| | | | | | This speedups make install a lot by not compiling python code. It's not necessary in our case because user has access to the installation path.
* Always autogen clean buildsDaniel Narvaez2012-12-251-3/+1
| | | | Slower but safer
* Clean build state when doing a full buildDaniel Narvaez2012-12-252-2/+11
|
* Merge branch 'testing'Daniel Narvaez2012-12-256-91/+132
|\
| * Add --full to the build commandDaniel Narvaez2012-12-251-2/+2
| |
| * Allow the config to require a full buildDaniel Narvaez2012-12-253-2/+27
| |
| * Remove skipping of modulesDaniel Narvaez2012-12-252-25/+3
| | | | | | | | | | This logic is too aggressive and too fragile at the same time.
| * Check system before buildingDaniel Narvaez2012-12-251-3/+5
| |
| * Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-256-48/+58
| |
| * Rebuild if the source tree changedDaniel Narvaez2012-12-252-3/+23
| |
| * Store built module commit in a dictDaniel Narvaez2012-12-252-13/+10
| | | | | | | | So that we can store more info
| * Separate build and check statesDaniel Narvaez2012-12-251-27/+36
| |
* | Remove the announce file from remote hostDaniel Narvaez2012-12-241-2/+6
|/
* Back out testing urlsDaniel Narvaez2012-12-241-4/+2
|
* Add a distribute commandDaniel Narvaez2012-12-164-8/+193
| | | | It builds and uploads releases.
* Factor out part of xdg home setup to sugar-runnerDaniel Narvaez2012-12-153-20/+3
| | | | | 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-152-34/+29
|
* No point in passing devbot dir to devbotDaniel Narvaez2012-12-152-5/+1
|
* Support multiple profiles in home dirDaniel Narvaez2012-12-152-6/+8
|
* Separate build and runtime stateDaniel Narvaez2012-12-152-8/+16
| | | | 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-153-20/+20
| | | | | Create all of them, never delete them, move stuff that make sense in there.
* Print ccache statisticsDaniel Narvaez2012-12-141-0/+11
|
* Remove cache configure optionDaniel Narvaez2012-12-131-1/+0
| | | | Committed by mistake.
* Just run configure if it existsDaniel Narvaez2012-12-131-2/+5
|
* Use ccache to speed up rebuildsDaniel Narvaez2012-12-131-0/+1
|
* Fix lib_dir fallbackDaniel Narvaez2012-12-111-1/+1
|
* Improve multilib supportDaniel Narvaez2012-12-109-29/+51
|
* Set XDG_CONFIG_HOMEDaniel Narvaez2012-12-101-0/+1
|
* Build activities out-of-sourceDaniel Narvaez2012-12-091-1/+2
|
* Avoid duplicate pathsDaniel Narvaez2012-12-091-1/+5
|
* Remove debug printDaniel Narvaez2012-12-091-1/+0
|
* orig_display might be None if runnning outside XDaniel Narvaez2012-12-091-1/+3
|
* Use xdpyinfo to find a free displayDaniel Narvaez2012-12-081-3/+10
| | | | We cannot use SugarRunner in check-sytem, too early.
* Add per module tests to the check targetDaniel Narvaez2012-12-082-0/+45
|
* Fix display handlingDaniel Narvaez2012-12-081-7/+4
|
* Slightly nicer logsDaniel Narvaez2012-12-051-1/+1
|
* Rename env to displayDaniel Narvaez2012-12-031-8/+6
|
* Use progressive logs numberingDaniel Narvaez2012-12-033-7/+30
|
* Read env from a fileDaniel Narvaez2012-12-031-6/+18
|
* Fix setting XDG_DATA_HOMEDaniel Narvaez2012-12-031-2/+1
|
* Refactor a bit to keep devbot somewhat genericDaniel Narvaez2012-12-031-28/+11
|
* Use sugar-runner for ui testsDaniel Narvaez2012-12-031-5/+50
|
* Use the new sugar-runner argumentsDaniel Narvaez2012-12-031-3/+5
|
* Build gnome-keyring with XDG_HOME_DATA supportDaniel Narvaez2012-12-013-1/+9
|
* Print out some informations about the distributionDaniel Narvaez2012-12-012-0/+11
|