Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Generalize a bit how the test command is runDaniel Narvaez2012-11-281-6/+5
| | | | We should be able to use the same logic for other services.
* Quick fix for the test commandDaniel Narvaez2012-11-281-8/+5
|
* Refactor to use sugar-runnerDaniel Narvaez2012-11-287-188/+50
|
* Cleanup and extend build commandsDaniel Narvaez2012-11-261-3/+11
|
* Add a target to normalize jsonDaniel Narvaez2012-11-261-0/+23
| | | | And run it
* Check system directly in the commandsDaniel Narvaez2012-11-252-2/+2
|
* Change the root dir to sugar-snapshotDaniel Narvaez2012-11-251-25/+25
|
* Require a SNAPSHOT_FILENAMEDaniel Narvaez2012-11-251-4/+3
|
* Couple of upload-snapshot fixesDaniel Narvaez2012-11-241-1/+1
|
* Split and improve snapshot generationDaniel Narvaez2012-11-241-0/+68
|
* Execute the normal bashrc in the homedirDaniel Narvaez2012-11-231-0/+4
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-231-0/+1
| | | | It was getting overwritten by ~/.bashrc
* Drop RESOLUTION support when running from a test consoleDaniel Narvaez2012-11-211-4/+0
|
* Run xephyr in a custom windowDaniel Narvaez2012-11-191-0/+58
| | | | | Xephyr doesn't work very well with multiple outputs. This should allow us to customize our behavior in that case.
* Move the remaining scripts to commandsDaniel Narvaez2012-11-165-0/+134
|
* Move ubuntu-tweaks into helpersDaniel Narvaez2012-11-161-0/+6
|
* Move logging out of the makefileDaniel Narvaez2012-11-161-0/+8
So that it's possible to run the same scripts from the shell.