Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
Commit message (Collapse)AuthorAgeFilesLines
* Normalize packages jsonDaniel Narvaez2012-11-261-10/+2
| | | | Sort, always use a list, json.dump it
* Normalize deps jsonDaniel Narvaez2012-11-261-3/+2
| | | | Sort the list, always specify the name, json.dump them.
* Add a DistroInfo classDaniel Narvaez2012-11-261-3/+3
|
* On run check the system only if something changedDaniel Narvaez2012-11-261-6/+15
|
* Check system directly in the commandsDaniel Narvaez2012-11-251-0/+2
|
* Differentiate gst plugins versionDaniel Narvaez2012-11-211-3/+11
|
* Remove unused funcDaniel Narvaez2012-11-171-4/+0
|
* Move files lists out of devbotDaniel Narvaez2012-11-171-1/+1
|
* 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.