Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
Commit message (Collapse)AuthorAgeFilesLines
* On run check the system only if something changedDaniel Narvaez2012-11-261-1/+4
|
* Run python unbufferedDaniel Narvaez2012-11-211-1/+1
| | | | Otherwise output order is messed up.
* Move files lists out of devbotDaniel Narvaez2012-11-171-0/+1
|
* Don't use SUGAR_BUILDBOT in devbotDaniel Narvaez2012-11-171-1/+6
| | | | To keep it generic
* Run the ubuntu tweaks only on ubuntuDaniel Narvaez2012-11-171-1/+4
|
* Move ubuntu tweaks out of devbotDaniel Narvaez2012-11-171-0/+12
|
* Add a --test optionDaniel Narvaez2012-11-151-1/+3
|
* Drop the auto prefix, doesn't make much senseDaniel Narvaez2012-11-151-3/+3
|
* Add autoupdate and autoremove options to the scriptDaniel Narvaez2012-11-141-1/+11
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-141-0/+8
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.