Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Make sure global system_lib_dir is setDaniel Narvaez2012-11-231-0/+1
|
* Don't use lib64 on ubuntuDaniel Narvaez2012-11-232-7/+6
|
* Add BUILD_IN_SOURCE prefDaniel Narvaez2012-11-231-9/+13
| | | | To build everything in the source directory
* Refactoring leftoversDaniel Narvaez2012-11-232-2/+3
|
* Refactor to use a Module classDaniel Narvaez2012-11-233-32/+34
|
* Add config.get_prefDaniel Narvaez2012-11-231-0/+19
|
* Setup XCURSOR_PATHDaniel Narvaez2012-11-231-0/+2
|
* Differentiate gst plugins versionDaniel Narvaez2012-11-211-3/+11
|
* TypoDaniel Narvaez2012-11-201-1/+1
|
* Retry git commands that requires the networkDaniel Narvaez2012-11-202-7/+22
|
* Rename run to run_commandDaniel Narvaez2012-11-191-1/+1
|
* Respect the interactive flag for updateDaniel Narvaez2012-11-191-1/+1
|
* Revert "Pass around interactive"Daniel Narvaez2012-11-191-1/+1
| | | | This reverts commit f31a3285552287cdaf5b66ea41851d1c11424c67.
* Pass around interactiveDaniel Narvaez2012-11-191-1/+1
|
* Respect the interactive flag in ubuntuDaniel Narvaez2012-11-171-2/+15
|
* Pass around interactiveDaniel Narvaez2012-11-171-2/+2
|
* Add sugar-docs to the buildDaniel Narvaez2012-11-171-0/+5
|