Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/plugins/ubuntu.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* pep8izeDaniel Narvaez2012-12-261-5/+7
|
* Improve multilib supportDaniel Narvaez2012-12-101-1/+6
|
* Mock and check architecture in the testsDaniel Narvaez2012-11-301-1/+4
|
* Add more tests and fix bugsDaniel Narvaez2012-11-301-14/+13
|
* Merge system-3.4 and 3.6Daniel Narvaez2012-11-291-2/+2
|
* Make json configs a bit smarterDaniel Narvaez2012-11-291-0/+1
| | | | To get rid of the duplication in deps
* Initial support for debian wheezyDaniel Narvaez2012-11-291-78/+2
|
* 12.10 should use 3.6Daniel Narvaez2012-11-281-1/+1
|
* Improve feedback for non supported distributionsDaniel Narvaez2012-11-281-18/+26
| | | | | | 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.
* Register ubuntu DistroInfoDaniel Narvaez2012-11-261-1/+4
|
* Add documentation for the distro specific classesDaniel Narvaez2012-11-261-2/+3
|
* Add a DistroInfo classDaniel Narvaez2012-11-261-0/+25
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-0/+82