Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
Commit message (Collapse)AuthorAgeFilesLines
* On run check the system only if something changedDaniel Narvaez2012-11-265-27/+62
|
* Create the logs dir rather than keeping it in gitDaniel Narvaez2012-11-251-0/+2
|
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-254-38/+70
|
* Check system directly in the commandsDaniel Narvaez2012-11-251-0/+2
|
* Replace devbot dir with homeDaniel Narvaez2012-11-254-7/+8
| | | | It was weird to store that stuff in the install dir.
* Delete libtool files also in subdirectoriesDaniel Narvaez2012-11-251-7/+5
|
* Create build and source dir on demandDaniel Narvaez2012-11-242-14/+21
| | | | Otherwise they are created in the snapshot
* Properly distinguish between prefix and install dirDaniel Narvaez2012-11-244-24/+28
|
* Make ssh and xz normal depsDaniel Narvaez2012-11-241-1/+1
|
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-242-13/+43
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-232-4/+4
| | | | It was getting overwritten by ~/.bashrc
* Add metacityDaniel Narvaez2012-11-232-3/+7
| | | | We need a patch in the latest version for journal
* Observe only the source directoriesDaniel Narvaez2012-11-231-11/+14
|
* Prepend sugar-build paths rather than appendingDaniel Narvaez2012-11-231-4/+4
| | | | | So that if you have sugar installed in the system it doesn't get used.
* Make sure global system_lib_dir is setDaniel Narvaez2012-11-231-0/+1
|
* Don't use lib64 on ubuntuDaniel Narvaez2012-11-232-7/+6
|
* Add BUILD_IN_SOURCE prefDaniel Narvaez2012-11-231-9/+13
| | | | To build everything in the source directory
* Refactoring leftoversDaniel Narvaez2012-11-232-2/+3
|
* Refactor to use a Module classDaniel Narvaez2012-11-233-32/+34
|
* Add config.get_prefDaniel Narvaez2012-11-231-0/+19
|
* Setup XCURSOR_PATHDaniel Narvaez2012-11-231-0/+2
|
* Differentiate gst plugins versionDaniel Narvaez2012-11-211-3/+11
|
* TypoDaniel Narvaez2012-11-201-1/+1
|
* Retry git commands that requires the networkDaniel Narvaez2012-11-202-7/+22
|
* Rename run to run_commandDaniel Narvaez2012-11-191-1/+1
|
* Respect the interactive flag for updateDaniel Narvaez2012-11-191-1/+1
|
* Revert "Pass around interactive"Daniel Narvaez2012-11-191-1/+1
| | | | This reverts commit f31a3285552287cdaf5b66ea41851d1c11424c67.
* Pass around interactiveDaniel Narvaez2012-11-191-1/+1
|
* Respect the interactive flag in ubuntuDaniel Narvaez2012-11-171-2/+15
|
* Pass around interactiveDaniel Narvaez2012-11-171-2/+2
|
* Add sugar-docs to the buildDaniel Narvaez2012-11-171-0/+5
|
* Move packages json to a separate dirDaniel Narvaez2012-11-171-13/+10
|
* Remove unused funcDaniel Narvaez2012-11-171-4/+0
|
* Fix refactoring regressionsDaniel Narvaez2012-11-171-3/+7
|
* Move files lists out of devbotDaniel Narvaez2012-11-172-8/+20
|
* Refactor to use a listDaniel Narvaez2012-11-171-4/+7
|
* Don't use SUGAR_BUILDBOT in devbotDaniel Narvaez2012-11-172-10/+14
| | | | To keep it generic
* Move ubuntu tweaks out of devbotDaniel Narvaez2012-11-171-22/+0
|
* Print the modules we are observingDaniel Narvaez2012-11-161-0/+2
|
* Rework the autoinstall commandDaniel Narvaez2012-11-163-6/+64
| | | | It now automatically listen on all the sugar trees
* Fix and enable package removal on ubuntuDaniel Narvaez2012-11-161-2/+2
|
* Cleanup makefilesDaniel Narvaez2012-11-162-0/+6
|
* 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-1/+3
|
* Actually allow to run commands in the shellDaniel Narvaez2012-11-162-0/+6
|
* Make apt-get upgrade non interactiveDaniel Narvaez2012-11-151-1/+1
|
* Revert unintended changeDaniel Narvaez2012-11-151-1/+1
|
* Missing run_command renameDaniel Narvaez2012-11-151-1/+1
| | | | Maybe we need unit tests
* Use the command moduleDaniel Narvaez2012-11-152-14/+11
|