Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Catch the right exceptionDaniel Narvaez2012-11-261-1/+1
|
* Add documentation for the distro specific classesDaniel Narvaez2012-11-263-4/+58
|
* Add a DistroInfo classDaniel Narvaez2012-11-267-58/+78
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-266-155/+178
|
* On run check the system only if something changedDaniel Narvaez2012-11-267-29/+67
|
* Create the logs dir rather than keeping it in gitDaniel Narvaez2012-11-255-9/+12
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-255-38/+76
|
* Check system directly in the commandsDaniel Narvaez2012-11-255-3/+7
|
* Add home to gitignoreDaniel Narvaez2012-11-251-0/+1
|
* Replace devbot dir with homeDaniel Narvaez2012-11-255-7/+9
| | | | It was weird to store that stuff in the install dir.
* Add .xz extensionDaniel Narvaez2012-11-251-1/+1
|
* Pass dir and filename when notifying upload completionDaniel Narvaez2012-11-251-4/+6
|