Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/environ.py
Commit message (Collapse)AuthorAgeFilesLines
* Point XDG_CONFIG_DIRS to the right pathDaniel Narvaez2013-01-241-2/+2
|
* Make sure gconf is setup after cleanDaniel Narvaez2012-12-281-15/+21
|
* pep8izeDaniel Narvaez2012-12-261-6/+10
|
* Switch to forked version of automakeDaniel Narvaez2012-12-251-2/+3
| | | | | | This speedups make install a lot by not compiling python code. It's not necessary in our case because user has access to the installation path.
* Factor out part of xdg home setup to sugar-runnerDaniel Narvaez2012-12-151-4/+0
| | | | | This is because sugar-runner should work also outside sugar-build.
* No point in passing commands dir to devbotDaniel Narvaez2012-12-151-30/+29
|
* No point in passing devbot dir to devbotDaniel Narvaez2012-12-151-1/+1
|
* Support multiple profiles in home dirDaniel Narvaez2012-12-151-4/+1
|
* Rework and complete xdg directories managementDaniel Narvaez2012-12-151-14/+3
| | | | | Create all of them, never delete them, move stuff that make sense in there.
* Use ccache to speed up rebuildsDaniel Narvaez2012-12-131-0/+1
|
* Improve multilib supportDaniel Narvaez2012-12-101-6/+12
|
* Set XDG_CONFIG_HOMEDaniel Narvaez2012-12-101-0/+1
|
* Avoid duplicate pathsDaniel Narvaez2012-12-091-1/+5
|
* Fix setting XDG_DATA_HOMEDaniel Narvaez2012-12-031-2/+1
|
* Build gnome-keyring with XDG_HOME_DATA supportDaniel Narvaez2012-12-011-1/+2
|
* Refactor to use sugar-runnerDaniel Narvaez2012-11-281-0/+4
|
* Set ACLOCAL_PATHDaniel Narvaez2012-11-271-0/+2
| | | | Otherwise macros in the sugar-build prefix are ignored
* Add devbot to python pathDaniel Narvaez2012-11-261-0/+3
| | | | So that we can generate documentation in sugar-docs.
* Split state out of build script so we can reuse itDaniel Narvaez2012-11-251-2/+12
|
* Replace devbot dir with homeDaniel Narvaez2012-11-251-1/+1
| | | | It was weird to store that stuff in the install dir.
* Properly distinguish between prefix and install dirDaniel Narvaez2012-11-241-3/+3
|
* Add a target to generate relocatable snapshotsDaniel Narvaez2012-11-241-11/+0
|
* Fix shell prompt string on ubuntuDaniel Narvaez2012-11-231-1/+0
| | | | It was getting overwritten by ~/.bashrc
* 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.
* Setup XCURSOR_PATHDaniel Narvaez2012-11-231-0/+2
|
* Cleanup makefilesDaniel Narvaez2012-11-161-0/+1
|
* Actually allow to run commands in the shellDaniel Narvaez2012-11-161-0/+1
|
* Refactor dnbuild into devbotDaniel Narvaez2012-11-141-0/+85