Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins
Commit message (Collapse)AuthorAgeFilesLines
* PEP8HEADmasterErik Price2013-04-191-0/+2
|
* Encode string before hashing to work with Python 3.Erik Price2013-04-181-4/+0
|
* Initial Gentoo supportErik Price2013-04-181-0/+125
|
* Drop support for Fedora 17Daniel Narvaez2013-01-261-5/+1
|
* Python 3 compatibilityDaniel Narvaez2013-01-222-3/+3
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-142-4/+8
|
* Don't traceback if os_info doesnt existDaniel Narvaez2013-01-061-1/+1
|
* Define os_info outside the try blockDaniel Narvaez2013-01-061-1/+2
| | | | | Otherwise if an exception israised it will be undefined.
* Remove unused importsDaniel Narvaez2012-12-284-13/+0
|
* Update debian versionDaniel Narvaez2012-12-261-3/+3
|
* pep8izeDaniel Narvaez2012-12-265-12/+23
|
* Improve multilib supportDaniel Narvaez2012-12-105-6/+21
|
* Do not install recommendsDaniel Narvaez2012-11-301-1/+1
|
* Mock and check architecture in the testsDaniel Narvaez2012-11-303-3/+12
|
* Add more tests and fix bugsDaniel Narvaez2012-11-303-17/+16
|
* Add tests for debian modulesDaniel Narvaez2012-11-301-1/+2
|
* Test the list of modulesDaniel Narvaez2012-11-301-1/+3
|
* Merge system-3.4 and 3.6Daniel Narvaez2012-11-295-10/+8
|
* Make json configs a bit smarterDaniel Narvaez2012-11-295-0/+8
| | | | To get rid of the duplication in deps
* Don't die when debian_version doesn't exitDaniel Narvaez2012-11-291-1/+1
|
* 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
* 12.10 should use 3.6Daniel Narvaez2012-11-281-1/+1
|
* Always initialize releaseDaniel Narvaez2012-11-281-0/+1
|
* Improve feedback for non supported distributionsDaniel Narvaez2012-11-284-38/+46
| | | | | | 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 running on an unsupported distroDaniel Narvaez2012-11-271-0/+37
|
* Register ubuntu DistroInfoDaniel Narvaez2012-11-261-1/+4
|
* Improve the documentationDaniel Narvaez2012-11-261-13/+18
|
* Catch the right exceptionDaniel Narvaez2012-11-261-1/+1
|
* Add documentation for the distro specific classesDaniel Narvaez2012-11-263-4/+58
|
* Add a DistroInfo classDaniel Narvaez2012-11-262-0/+55
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-263-0/+163