Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* Fix display handlingDaniel Narvaez2012-12-081-7/+4
|
* Slightly nicer logsDaniel Narvaez2012-12-051-1/+1
|
* Rename env to displayDaniel Narvaez2012-12-031-8/+6
|
* Use progressive logs numberingDaniel Narvaez2012-12-033-7/+30
|
* Read env from a fileDaniel Narvaez2012-12-031-6/+18
|
* Fix setting XDG_DATA_HOMEDaniel Narvaez2012-12-031-2/+1
|
* Refactor a bit to keep devbot somewhat genericDaniel Narvaez2012-12-031-28/+11
|
* Use sugar-runner for ui testsDaniel Narvaez2012-12-031-5/+50
|
* Use the new sugar-runner argumentsDaniel Narvaez2012-12-031-3/+5
|
* Build gnome-keyring with XDG_HOME_DATA supportDaniel Narvaez2012-12-013-1/+9
|
* Print out some informations about the distributionDaniel Narvaez2012-12-012-0/+11
|
* If no package in json always mark as not foundDaniel Narvaez2012-12-011-7/+8
| | | | Rather than tracebacking.
* Do not install recommendsDaniel Narvaez2012-11-301-1/+1
|
* TyposDaniel Narvaez2012-11-301-2/+2
|
* Mock and check architecture in the testsDaniel Narvaez2012-11-303-3/+12
|
* Handle tag on a clone tooDaniel Narvaez2012-11-301-1/+4
|
* Add more tests and fix bugsDaniel Narvaez2012-11-304-22/+21
|
* Add tests for debian modulesDaniel Narvaez2012-11-301-1/+2
|
* Test the list of modulesDaniel Narvaez2012-11-302-15/+15
|
* Merge is local doesn't make sense to retryDaniel Narvaez2012-11-301-2/+1
|
* Fix merge commandDaniel Narvaez2012-11-301-1/+2
|
* Cleanup retryingDaniel Narvaez2012-11-302-8/+14
|
* Fast forward onlyDaniel Narvaez2012-11-301-1/+1
|
* Pass branch to git.ModuleDaniel Narvaez2012-11-301-1/+2
|
* Git clean not out-of-source modules instead of removingDaniel Narvaez2012-11-293-5/+17
|
* Use the new git module in buildDaniel Narvaez2012-11-292-29/+5
|
* Add a devbot.git module with unit testDaniel Narvaez2012-11-291-0/+38
|
* Pass output and resolution prefs to sugar-runnerDaniel Narvaez2012-11-291-0/+8
|
* Merge system-3.4 and 3.6Daniel Narvaez2012-11-296-17/+9
|
* Make json configs a bit smarterDaniel Narvaez2012-11-297-1/+33
| | | | To get rid of the duplication in deps
* 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-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.