Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/check-system
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importDaniel Narvaez2013-01-141-1/+0
|
* Make system check interactive in all commandsDaniel Narvaez2013-01-141-9/+1
|
* Don't use logs for check-system when running out of buildbotDaniel Narvaez2013-01-141-1/+6
| | | | It's interactive so it needs stdin.
* Force system check when running the commandDaniel Narvaez2013-01-131-1/+2
|
* Log check-systemDaniel Narvaez2013-01-131-1/+1
|
* Use env in the shebangsDaniel Narvaez2013-01-061-1/+1
| | | | | Also remove -u, not necessary now that we are using logs.
* Check system before setting up the environDaniel Narvaez2013-01-031-10/+6
|
* Check system before buildingDaniel Narvaez2012-12-251-4/+6
|
* Remove unused optionDaniel Narvaez2012-12-251-4/+1
|
* Remove ubuntu tweaks, now handled by sugar-runnerDaniel Narvaez2012-11-281-15/+0
|
* Add a DistroInfo classDaniel Narvaez2012-11-261-1/+1
|
* 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.