Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add makeinfo dependencyDaniel Narvaez2012-12-252-0/+16
|
* 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-253-3/+9
| | | | | | 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-2514-105/+158
|\
| * Add --full to the build commandDaniel Narvaez2012-12-253-4/+5
| |
| * Allow the config to require a full buildDaniel Narvaez2012-12-256-6/+36
| |
| * 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-254-8/+16
| |
| * Remove unused optionDaniel Narvaez2012-12-251-4/+1
| |
| * Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-257-48/+61
| |
| * 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
| |
* | Fix typoDaniel Narvaez2012-12-241-1/+1
| |
* | 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-167-9/+210
| | | | 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-153-9/+34
|
* Use index.json for packages and deps tooDaniel Narvaez2012-12-154-41/+36
|
* Minor refactoringsDaniel Narvaez2012-12-151-8/+4
|
* No point in passing commands dir to devbotDaniel Narvaez2012-12-155-38/+36
|
* Drop automatic PROFILEDaniel Narvaez2012-12-151-10/+0
| | | | It's bitrotten, might readd it later.
* No point in passing devbot dir to devbotDaniel Narvaez2012-12-154-7/+3
|
* Support multiple profiles in home dirDaniel Narvaez2012-12-152-6/+8
|
* Separate build and runtime stateDaniel Narvaez2012-12-154-10/+18
| | | | 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-152-48/+47
| | | | This avoids weird dependency issues
* Rework and complete xdg directories managementDaniel Narvaez2012-12-154-21/+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-133-0/+17
|
* Revert "Adapt to executable name change"Daniel Narvaez2012-12-131-3/+3
| | | | This reverts commit aa9c52db0ca5b91a87925c315876a28c8cdc2efd.
* Build activities in source until support landsDaniel Narvaez2012-12-131-0/+8
|
* Switch back to the upstream repositoriesDaniel Narvaez2012-12-121-4/+2
| | | | Before merging back to master
* Fix lib_dir fallbackDaniel Narvaez2012-12-111-1/+1
|
* Adapt to executable name changeDaniel Narvaez2012-12-111-3/+3
|
* Improve multilib supportDaniel Narvaez2012-12-109-29/+51
|
* Set XDG_CONFIG_HOMEDaniel Narvaez2012-12-101-0/+1
|
* Build activities out-of-sourceDaniel Narvaez2012-12-092-9/+2
|
* Use branch for gnome-keyring, it's a forkDaniel Narvaez2012-12-091-2/+2
|
* System modules mass updateDaniel Narvaez2012-12-092-13/+13
|
* 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
|
* Correct check nameDaniel Narvaez2012-12-081-1/+1
|
* Use xdpyinfo to find a free displayDaniel Narvaez2012-12-083-3/+26
| | | | We cannot use SugarRunner in check-sytem, too early.