Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* Drop RESOLUTION support when running from a test consoleDaniel Narvaez2012-11-211-4/+0
|
* Run python unbufferedDaniel Narvaez2012-11-211-1/+1
| | | | Otherwise output order is messed up.
* Run xephyr in a custom windowDaniel Narvaez2012-11-192-6/+68
| | | | | Xephyr doesn't work very well with multiple outputs. This should allow us to customize our behavior in that case.
* Rename run to run_commandDaniel Narvaez2012-11-191-1/+1
|
* Don't save keyboard config if we are not inside XDaniel Narvaez2012-11-191-1/+1
|
* Allow to choose any resolution in XephyrDaniel Narvaez2012-11-191-0/+4
|
* Rename config to prefsDaniel Narvaez2012-11-191-4/+4
|
* Split out base system depsDaniel Narvaez2012-11-171-1/+2
|
* Move packages json to a separate dirDaniel Narvaez2012-11-171-4/+4
|
* Split buildslave deps to a separate fileDaniel Narvaez2012-11-171-0/+3
| | | | And make it conditional
* Move files lists out of devbotDaniel Narvaez2012-11-172-0/+21
|
* 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
|
* Rework the autoinstall commandDaniel Narvaez2012-11-161-39/+2
| | | | It now automatically listen on all the sugar trees
* Cleanup makefilesDaniel Narvaez2012-11-162-0/+22
|
* Fix rootdirDaniel Narvaez2012-11-161-1/+1
|
* Move the remaining scripts to commandsDaniel Narvaez2012-11-169-8/+229
|
* Revert "Drop run command"Daniel Narvaez2012-11-161-0/+9
| | | | This reverts commit 2622f59658c42594f1efb0d767b89393de75ba0f.
* Drop run commandDaniel Narvaez2012-11-161-9/+0
|
* Move ubuntu-tweaks into helpersDaniel Narvaez2012-11-161-0/+6
|
* Port auto-install and send-patches to the new commands schemeDaniel Narvaez2012-11-162-0/+156
|
* Move bug-report inside commandsDaniel Narvaez2012-11-161-0/+26
|
* Actually allow to run commands in the shellDaniel Narvaez2012-11-161-0/+1
|
* Move logging out of the makefileDaniel Narvaez2012-11-162-5/+17
| | | | So that it's possible to run the same scripts from the shell.
* Move configuration files to their own dirDaniel Narvaez2012-11-151-1/+1
|
* 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 dnbuild into devbotDaniel Narvaez2012-11-145-1/+37
|
* Refactor check-system to use a devbot moduleDaniel Narvaez2012-11-142-0/+20
This is necessary to be able to share code, all the commands will be gradually refactored to follow this pattern.