Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for debian wheezyDaniel Narvaez2012-11-292-96/+15
|
* Use pkgconfig-2.7Daniel Narvaez2012-11-281-0/+116
| | | | 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-281-6/+16
|
* Always initialize releaseDaniel Narvaez2012-11-281-0/+1
|
* 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-281-5/+0
|
* Fix building one moduleDaniel Narvaez2012-11-281-1/+1
|
* More generic logging approachDaniel Narvaez2012-11-282-15/+28
|
* Revert "Don't hardcode xvfb display"Daniel Narvaez2012-11-281-8/+2
| | | | This reverts commit 0b506befd616219621a968e2a51bab9b254299d8.
* Don't hardcode xvfb displayDaniel Narvaez2012-11-281-2/+8
|
* Split out xvfbDaniel Narvaez2012-11-282-21/+26
|
* Generalize a bit how the test command is runDaniel Narvaez2012-11-281-0/+3
| | | | We should be able to use the same logic for other services.
* Refactor to use sugar-runnerDaniel Narvaez2012-11-283-4/+45
|
* 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
|
* Cleanup and extend build commandsDaniel Narvaez2012-11-261-33/+60
|
* Register ubuntu DistroInfoDaniel Narvaez2012-11-261-1/+4
|
* Normalize packages jsonDaniel Narvaez2012-11-261-10/+2
| | | | Sort, always use a list, json.dump it
* Normalize deps jsonDaniel Narvaez2012-11-261-3/+2
| | | | Sort the list, always specify the name, json.dump them.
* Add devbot to python pathDaniel Narvaez2012-11-262-0/+8
| | | | 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-265-56/+76
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-265-155/+176
|
* On run check the system only if something changedDaniel Narvaez2012-11-265-27/+62
|
* Create the logs dir rather than keeping it in gitDaniel Narvaez2012-11-251-0/+2
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-254-38/+70
|
* Check system directly in the commandsDaniel Narvaez2012-11-251-0/+2
|
* Replace devbot dir with homeDaniel Narvaez2012-11-254-7/+8
| | | | It was weird to store that stuff in the install dir.
* Delete libtool files also in subdirectoriesDaniel Narvaez2012-11-251-7/+5
|
* Create build and source dir on demandDaniel Narvaez2012-11-242-14/+21
| | | | Otherwise they are created in the snapshot
* Properly distinguish between prefix and install dirDaniel Narvaez2012-11-244-24/+28
|
* Make ssh and xz normal depsDaniel Narvaez2012-11-241-1/+1
|
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-242-13/+43
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-232-4/+4
| | | | It was getting overwritten by ~/.bashrc
* Add metacityDaniel Narvaez2012-11-232-3/+7
| | | | We need a patch in the latest version for journal
* Observe only the source directoriesDaniel Narvaez2012-11-231-11/+14
|
* Prepend sugar-build paths rather than appendingDaniel Narvaez2012-11-231-4/+4
| | | | | So that if you have sugar installed in the system it doesn't get used.