Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
Commit message (Collapse)AuthorAgeFilesLines
* More autoremove fixesDaniel Narvaez2012-11-141-2/+2
|
* Get distro_nameDaniel Narvaez2012-11-141-0/+1
|
* Initial work on autoupdate and autoremoveDaniel Narvaez2012-11-141-1/+32
|
* Factor out installing packagesDaniel Narvaez2012-11-141-16/+2
|
* Factor out executing commandsDaniel Narvaez2012-11-141-9/+3
|
* Fix loading packages configDaniel Narvaez2012-11-141-1/+1
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-0/+187
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.