Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rework logging and outputDaniel Narvaez2012-12-2610-48/+75
| | | | | | 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.
* Update debian versionDaniel Narvaez2012-12-261-3/+3
|
* Lazily pull the sources when buildingDaniel Narvaez2012-12-262-5/+11
| | | | | If no sources exists pull, otherwise leave it alone.
* Add pep8 dependencyDaniel Narvaez2012-12-262-0/+16
|
* Keep public stuff at the topDaniel Narvaez2012-12-261-114/+114
|
* pep8izeDaniel Narvaez2012-12-2631-78/+220
|
* Require only virtualenv rather than buildbotDaniel Narvaez2012-12-266-26/+21
|
* Add time dependencyDaniel Narvaez2012-12-262-0/+16
|
* Time the build commandDaniel Narvaez2012-12-262-1/+2
|
* Switch to aclocal 1.11Daniel Narvaez2012-12-264-13/+22
| | | | 1.12 requires autoconf 2.59
* Update gitignoreDaniel Narvaez2012-12-261-1/+0
|
* Update gitignoreDaniel Narvaez2012-12-261-1/+0
|
* Drop auto-installDaniel Narvaez2012-12-253-75/+0
| | | | Not useful anymore now that build is fast.
* Ensure the build is up to date when runningDaniel Narvaez2012-12-251-1/+4
|
* Just empty dirs instead of removing themDaniel Narvaez2012-12-251-6/+6
| | | | | Otherwise it becomes complicated to make cleanup work after config.setup.
* Not necessary to ensure aclocal anymoreDaniel Narvaez2012-12-251-3/+0
|
* 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
|