Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/fedora.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilityDaniel Narvaez2013-01-221-1/+1
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-141-2/+4
|
* Remove unused importsDaniel Narvaez2012-12-281-1/+0
|
* pep8izeDaniel Narvaez2012-12-261-1/+3
|
* Improve multilib supportDaniel Narvaez2012-12-101-1/+4
|
* Mock and check architecture in the testsDaniel Narvaez2012-11-301-1/+4
|
* Add more tests and fix bugsDaniel Narvaez2012-11-301-2/+2
|
* Test the list of modulesDaniel Narvaez2012-11-301-1/+3
|
* Merge system-3.4 and 3.6Daniel Narvaez2012-11-291-2/+2
|
* Make json configs a bit smarterDaniel Narvaez2012-11-291-0/+2
| | | | To get rid of the duplication in deps
* Always initialize releaseDaniel Narvaez2012-11-281-0/+1
|
* Improve feedback for non supported distributionsDaniel Narvaez2012-11-281-20/+16
| | | | | | 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.
* Catch the right exceptionDaniel Narvaez2012-11-261-1/+1
|
* Add documentation for the distro specific classesDaniel Narvaez2012-11-261-2/+3
|
* Add a DistroInfo classDaniel Narvaez2012-11-261-0/+30
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-0/+81