Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and extend build commandsDaniel Narvaez2012-11-263-4/+30
|
* Add a target to normalize jsonDaniel Narvaez2012-11-261-0/+23
| | | | And run it
* Add devbot to python pathDaniel Narvaez2012-11-261-0/+1
| | | | So that we can generate documentation in sugar-docs.
* Add a DistroInfo classDaniel Narvaez2012-11-262-2/+2
|
* Start splitting distro specific code to pluginsDaniel Narvaez2012-11-261-0/+2
|
* On run check the system only if something changedDaniel Narvaez2012-11-262-2/+5
|
* Create the logs dir rather than keeping it in gitDaniel Narvaez2012-11-252-5/+9
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-251-0/+6
|
* Check system directly in the commandsDaniel Narvaez2012-11-253-2/+4
|
* Replace devbot dir with homeDaniel Narvaez2012-11-251-0/+1
| | | | It was weird to store that stuff in the install dir.
* 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
|
* Use readlink so that you can invoke commands/runDaniel Narvaez2012-11-241-1/+1
|
* Split and improve snapshot generationDaniel Narvaez2012-11-241-0/+68
|
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-241-1/+2
|
* Execute the normal bashrc in the homedirDaniel Narvaez2012-11-231-0/+4
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-233-10/+14
| | | | It was getting overwritten by ~/.bashrc
* Add config.get_prefDaniel Narvaez2012-11-231-0/+1
|
* 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.