Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/system.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3 compatibilityDaniel Narvaez2013-01-221-7/+7
|
* Check system before setting up the environDaniel Narvaez2013-01-031-1/+1
|
* Move system checking to the build moduleDaniel Narvaez2012-12-281-2/+2
|
* Remove unused importsDaniel Narvaez2012-12-281-4/+0
|
* Fix gstreamer checksDaniel Narvaez2012-12-261-2/+2
|
* Move public function at the topDaniel Narvaez2012-12-261-37/+37
|
* Cleanup checkers registrationDaniel Narvaez2012-12-261-20/+30
|
* Mark a few private methodsDaniel Narvaez2012-12-261-5/+5
|
* pep8izeDaniel Narvaez2012-12-261-14/+30
|
* Check system before buildingDaniel Narvaez2012-12-251-3/+5
|
* Refactor to put get_commit_id in the git moduleDaniel Narvaez2012-12-251-2/+3
|
* Improve multilib supportDaniel Narvaez2012-12-101-9/+4
|
* Print out some informations about the distributionDaniel Narvaez2012-12-011-0/+1
|
* If no package in json always mark as not foundDaniel Narvaez2012-12-011-7/+8
| | | | Rather than tracebacking.
* TyposDaniel Narvaez2012-11-301-2/+2
|
* Make json configs a bit smarterDaniel Narvaez2012-11-291-0/+15
| | | | To get rid of the duplication in deps
* Install packages only if the list is not emptywqDaniel Narvaez2012-11-281-1/+2
|
* Actually install packagesDaniel Narvaez2012-11-281-0/+2
| | | | Not sure how this went lost!
* Don't print message if there are not packages to installDaniel Narvaez2012-11-281-2/+3
|
* Improve feedback for non supported distributionsDaniel Narvaez2012-11-281-15/+25
| | | | | | 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.
* Split out xvfbDaniel Narvaez2012-11-281-21/+3
|
* Return an error when there are failed checksDaniel Narvaez2012-11-281-1/+2
|
* Fix the unsupported distro warningDaniel Narvaez2012-11-271-12/+0
|
* Fix running on an unsupported distroDaniel Narvaez2012-11-271-1/+1
|
* 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.