Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make json configs a bit smarterDaniel Narvaez2012-11-2915-312/+72
| | | | To get rid of the duplication in deps
* NormalizeDaniel Narvaez2012-11-292-10/+10
|
* Don't die when debian_version doesn't exitDaniel Narvaez2012-11-291-1/+1
|
* Rework module updatingDaniel Narvaez2012-11-291-3/+16
|
* Revert "Add a git pull when updating"Daniel Narvaez2012-11-291-1/+0
| | | | This reverts commit ec609e55de4c2105cad0b224b0d5bdc8696025d0.
* Add a git pull when updatingDaniel Narvaez2012-11-291-0/+1
| | | | | This seems necessary, I need to look at this more carefully, but hoping this at least unbreak the buildbot.
* Initial support for debian wheezyDaniel Narvaez2012-11-297-97/+278
|
* Use pkgconfig-2.7Daniel Narvaez2012-11-282-1/+117
| | | | Fedora, Ubuntu and Debian all seems to have it
* Install packages only if the list is not emptywqDaniel Narvaez2012-11-281-1/+2
|
* Actually install packagesDaniel Narvaez2012-11-281-0/+2
| | | | Not sure how this went lost!
* Don't print message if there are not packages to installDaniel Narvaez2012-11-281-2/+3
|
* 12.10 should use 3.6Daniel Narvaez2012-11-281-1/+1
|
* Return error if build/pull failsDaniel Narvaez2012-11-282-8/+22
|
* Update the snapshot scriptDaniel Narvaez2012-11-281-4/+2
|
* Always initialize releaseDaniel Narvaez2012-11-281-0/+1
|
* Switch back to upstream pygobjectDaniel Narvaez2012-11-282-4/+4
| | | | Patches that we needed are landed.
* Improve feedback for non supported distributionsDaniel Narvaez2012-11-286-54/+73
| | | | | | If we are on a distribution which is known, but the version or the architecture is not supported, suggest a list of packages to install.
* Adapt to sugar-docs changesDaniel Narvaez2012-11-282-6/+0
|
* Move bashrc to commandsDaniel Narvaez2012-11-283-2/+2
| | | | Not much sense to keep an helpers dir for one file.
* Use sr-run-testDaniel Narvaez2012-11-283-48/+3
|
* Remove ubuntu tweaks, now handled by sugar-runnerDaniel Narvaez2012-11-282-21/+0
|
* Fix building one moduleDaniel Narvaez2012-11-281-1/+1
|
* More generic logging approachDaniel Narvaez2012-11-286-43/+56
|
* Move buildsnapshot and json-normalize in toolsDaniel Narvaez2012-11-285-2/+3
|
* Remove obsolete targetDaniel Narvaez2012-11-281-1/+1
|
* Update the list of filesDaniel Narvaez2012-11-281-7/+0
|
* Revert "Don't hardcode xvfb display"Daniel Narvaez2012-11-282-18/+2
| | | | This reverts commit 0b506befd616219621a968e2a51bab9b254299d8.
* Normalize configDaniel Narvaez2012-11-281-1/+1
|
* Don't hardcode xvfb displayDaniel Narvaez2012-11-282-2/+18
|
* Split out xvfbDaniel Narvaez2012-11-282-21/+26
|
* Generalize a bit how the test command is runDaniel Narvaez2012-11-284-12/+19
| | | | We should be able to use the same logic for other services.
* Quick fix for the test commandDaniel Narvaez2012-11-282-8/+9
|
* Refactor to use sugar-runnerDaniel Narvaez2012-11-2817-311/+114
|
* Return an error when there are failed checksDaniel Narvaez2012-11-281-1/+2
|
* Set ACLOCAL_PATHDaniel Narvaez2012-11-271-0/+2
| | | | Otherwise macros in the sugar-build prefix are ignored
* Display error messages when the source dir is invalidDaniel Narvaez2012-11-272-13/+28
|
* Fix the unsupported distro warningDaniel Narvaez2012-11-272-20/+24
|
* Make sure the source directory it's a git repositoryDaniel Narvaez2012-11-271-1/+1
| | | | | Otherwise we pull in the sugar-build repo with not so nice consequences.
* Move public functions at the topDaniel Narvaez2012-11-271-55/+55
|
* Mark private methods with _Daniel Narvaez2012-11-271-21/+21
|
* Fix and simplify skipping modulesDaniel Narvaez2012-11-273-14/+22
|
* Fix running on an unsupported distroDaniel Narvaez2012-11-273-2/+46
|
* Make target name a bit more genericDaniel Narvaez2012-11-261-1/+1
|
* Cleanup and extend build commandsDaniel Narvaez2012-11-267-41/+103
|
* Register ubuntu DistroInfoDaniel Narvaez2012-11-261-1/+4
|
* Add a target to normalize jsonDaniel Narvaez2012-11-2618-121/+272
| | | | And run it
* Normalize packages jsonDaniel Narvaez2012-11-265-585/+1401
| | | | Sort, always use a list, json.dump it
* Normalize deps jsonDaniel Narvaez2012-11-268-335/+716
| | | | Sort the list, always specify the name, json.dump them.
* Add devbot to python pathDaniel Narvaez2012-11-263-0/+9
| | | | So that we can generate documentation in sugar-docs.
* Improve the documentationDaniel Narvaez2012-11-261-13/+18
|