Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pep8Daniel Narvaez2013-01-221-6/+6
|
* Python 3 compatibilityDaniel Narvaez2013-01-221-9/+9
|
* Remove unused importsDaniel Narvaez2012-12-281-3/+0
|
* Rework logging and outputDaniel Narvaez2012-12-261-1/+1
| | | | | | Use the logs for all the commands output. Tail the log if there is an error. Create a link to the latest log so that buildbot can find it easily.
* pep8izeDaniel Narvaez2012-12-261-4/+9
|
* Improve multilib supportDaniel Narvaez2012-12-101-1/+1
|
* Print out some informations about the distributionDaniel Narvaez2012-12-011-0/+10
|
* Improve feedback for non supported distributionsDaniel Narvaez2012-11-281-1/+2
| | | | | | 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.
* Fix the unsupported distro warningDaniel Narvaez2012-11-271-8/+24
|
* Fix running on an unsupported distroDaniel Narvaez2012-11-271-1/+8
|
* Add a DistroInfo classDaniel Narvaez2012-11-261-50/+15
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-155/+5
|
* Don't use lib64 on ubuntuDaniel Narvaez2012-11-231-0/+3
|
* 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
|
* Don't use SUGAR_BUILDBOT in devbotDaniel Narvaez2012-11-171-7/+10
| | | | To keep it generic
* 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.