Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix and enable package removal on ubuntuDaniel Narvaez2012-11-161-2/+2
|
* Make apt-get upgrade non interactiveDaniel Narvaez2012-11-151-1/+1
|
* Various fixes to the ubuntu package managerDaniel Narvaez2012-11-151-11/+17
|
* Initial implementation of ubuntu packages removalDaniel Narvaez2012-11-151-2/+36
|
* Implement update on ubuntuDaniel Narvaez2012-11-151-1/+2
|
* Remove debug leftoverDaniel Narvaez2012-11-151-2/+0
|
* Rework deps resolvingDaniel Narvaez2012-11-151-9/+12
| | | | Speed up and handle empty results without crashing
* Revert "Strip capabilities to avoid empty queries"Daniel Narvaez2012-11-151-4/+1
| | | | This reverts commit 7a566ea56a68cacd9d69343e406a6b3021043264.
* Strip capabilities to avoid empty queriesDaniel Narvaez2012-11-151-1/+4
|
* Missing self in __init__Daniel Narvaez2012-11-151-2/+2
|
* TypoDaniel Narvaez2012-11-151-1/+1
|
* Add a --test optionDaniel Narvaez2012-11-151-7/+13
|
* Make yum non interactive if running under buildbotDaniel Narvaez2012-11-151-2/+15
|
* Missing selfDaniel Narvaez2012-11-141-1/+1
|
* Don't die with autoupdate on ubuntuDaniel Narvaez2012-11-141-1/+1
|
* Return if the package is missingDaniel Narvaez2012-11-141-0/+1
|
* Handle missing packagesDaniel Narvaez2012-11-141-3/+7
|
* Initial work on autoupdate and autoremoveDaniel Narvaez2012-11-141-0/+54
|
* Factor out installing packagesDaniel Narvaez2012-11-141-0/+24
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-0/+47
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.