Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Missing self in __init__Daniel Narvaez2012-11-151-2/+2
|
* TypoDaniel Narvaez2012-11-151-1/+1
|
* Add a --test optionDaniel Narvaez2012-11-154-20/+29
|
* Drop the auto prefix, doesn't make much senseDaniel Narvaez2012-11-152-8/+8
|
* Add more base system packagesDaniel Narvaez2012-11-152-2/+33
|
* Add buildbot to base systemDaniel Narvaez2012-11-152-2/+4
| | | | Not quite but useful for buildbots setup
* Make yum non interactive if running under buildbotDaniel Narvaez2012-11-151-2/+15
|
* Add setserial to base systemDaniel Narvaez2012-11-142-2/+4
|
* Missing selfDaniel Narvaez2012-11-141-1/+1
|
* TypoDaniel Narvaez2012-11-141-1/+1
|
* Don't die with --autoremove on ubuntuDaniel Narvaez2012-11-141-1/+5
|
* Don't die with autoupdate on ubuntuDaniel Narvaez2012-11-141-1/+1
|
* Allow to pass ARGS to make check-systemDaniel Narvaez2012-11-141-9/+1
|
* Handle no packages to removeDaniel Narvaez2012-11-141-1/+2
|
* Return if the package is missingDaniel Narvaez2012-11-141-0/+1
|
* Handle missing packagesDaniel Narvaez2012-11-141-3/+7
|
* Add more base system packagesDaniel Narvaez2012-11-142-0/+29
|
* Remove omap driver which doesn't seem to be in F18Daniel Narvaez2012-11-141-1/+0
|
* More autoremove fixesDaniel Narvaez2012-11-141-2/+2
|
* Fix typoDaniel Narvaez2012-11-141-1/+1
|
* Fix messed up tableDaniel Narvaez2012-11-141-2/+2
|
* Add base packages, used only by autoremoveDaniel Narvaez2012-11-141-0/+26
|
* Add autoupdate and autoremove options to the scriptDaniel Narvaez2012-11-141-1/+11
|
* Get distro_nameDaniel Narvaez2012-11-141-0/+1
|
* Initial work on autoupdate and autoremoveDaniel Narvaez2012-11-142-1/+86
|
* Factor out installing packagesDaniel Narvaez2012-11-142-16/+26
|
* Factor out executing commandsDaniel Narvaez2012-11-142-9/+14
|
* Fix loading packages configDaniel Narvaez2012-11-142-2/+2
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-1413-293/+375
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-147-37/+132
| | | | | | This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.
* Midex up ubuntu and fedoraDaniel Narvaez2012-11-141-2/+2
|
* More package name fixesDaniel Narvaez2012-11-141-2/+2
|
* Fix a couple of package namesDaniel Narvaez2012-11-141-2/+2
|
* Add dependency on xrdbDaniel Narvaez2012-11-134-1/+11
|
* Fix check for SUGAR_XKBCONFIGDaniel Narvaez2012-11-131-1/+1
|
* Fix segfault when running under XvfbDaniel Narvaez2012-11-131-6/+8
|
* Add dependency on gstreamer base plugins develDaniel Narvaez2012-11-132-0/+5
|
* Add gstreamer devel dependency for 3.6Daniel Narvaez2012-11-134-2/+8
|
* Fix ubuntu package nameDaniel Narvaez2012-11-131-1/+1
|
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-133-7/+11
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Revert "Work around missing dependency of gst typelib package"Daniel Narvaez2012-11-132-10/+6
| | | | This reverts commit 18a2b540822f9f02b04cb128dc408384b06c56e6.
* Work around missing dependency of gst typelib packageDaniel Narvaez2012-11-132-6/+10
| | | | https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1078267
* Build gst-plugins-espeakDaniel Narvaez2012-11-131-1/+4
|
* Clean from dn-buildDaniel Narvaez2012-11-132-20/+30
| | | | So that we don't need to hardcode source paths
* Run the test script unbufferedDaniel Narvaez2012-11-121-1/+1
| | | | So that we can see the output immediately.
* Fix gconf setupDaniel Narvaez2012-11-121-4/+4
|
* Make sure to print out the command when we sudoDaniel Narvaez2012-11-122-7/+11
|
* Update TODODaniel Narvaez2012-11-121-3/+0
|
* Remove separation between glucose and activities buildDaniel Narvaez2012-11-122-13/+16
|
* 3.4.2 doesn't build on Ubuntu 12.10Daniel Narvaez2012-11-121-1/+1
| | | | Use the commit id of the patch we need