Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't use SUGAR_BUILDBOT in devbotDaniel Narvaez2012-11-171-3/+4
| | | | To keep it generic
* Move ubuntu tweaks out of devbotDaniel Narvaez2012-11-171-22/+0
|
* Move ubuntu-tweaks into helpersDaniel Narvaez2012-11-161-1/+3
|
* Update a run_checks call I missed beforeDaniel Narvaez2012-11-151-1/+1
|
* Fix packages installationDaniel Narvaez2012-11-151-1/+1
|
* Add a --test optionDaniel Narvaez2012-11-151-8/+8
|
* Drop the auto prefix, doesn't make much senseDaniel Narvaez2012-11-151-5/+5
|
* TypoDaniel Narvaez2012-11-141-1/+1
|
* Don't die with --autoremove on ubuntuDaniel Narvaez2012-11-141-1/+5
|
* Handle no packages to removeDaniel Narvaez2012-11-141-1/+2
|
* 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.