summaryrefslogtreecommitdiffstats
path: root/hacking/env-setup (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* `env-setup` fix for zsh <= 4.3.10Jens Rantil2013-12-041-1/+1
* Add zsh support for working dir independant sourcingphy17292013-11-191-0/+2
* Fixes #3294Michael DeHaan2013-07-011-27/+13
* Add some whitespace to scriptMichael DeHaan2013-07-011-4/+7
* Remove extra $ charactermartin f. krafft2013-06-231-3/+3
* Remove bashisms, replace with POSIX constructsmartin f. krafft2013-06-201-4/+13
* Quote variables in shell scriptmartin f. krafft2013-06-201-8/+8
* Replace external command with shell constructmartin f. krafft2013-06-201-1/+1
* Remove shebang linemartin f. krafft2013-06-201-1/+0
* Expand usage synopsismartin f. krafft2013-06-141-1/+4
* Generalise determination of hacking directory pathmartin f. krafft2013-06-141-5/+6
* Slightly more self-explanatory output for ./hacking/env-setupMichael DeHaan2013-03-181-2/+8
* Prevents PATH, PYTHONPATH etc... to be re-added.Yves Dorfsman2013-02-201-3/+3
* whitespaces in FULL_PATH cause an error to get ANSIBLE_PATHjunyoung2013-01-281-1/+1
* Make env-setup work on Python 3Daniel Hokka Zakrisson2013-01-231-1/+1
* hacking/env-setup: remove unused sys import.Blair Zajac2013-01-131-1/+1
* readlink -f does not work on OS X. Replaced with a python solutionWill Thames2012-07-301-1/+3
* env-setup no longer needs to be run from the ansible directory, it can be run...willthames2012-07-301-11/+24
* Update hacking with MANPATH. Correct hacking README details.Tim Bielawa2012-04-171-2/+5
* Update env-setup script to make it work betterMichael DeHaan2012-03-181-13/+12
* Move print statements out of playbook.py and back into CLI so we can simplify...Michael DeHaan2012-03-071-1/+2
* Don't set ANSIBLE_HOSTS inside the env-setup scriptTim Bielawa2012-03-051-4/+0
* Update constants.py to pull module path and the hosts file from theTim Bielawa2012-03-051-0/+10
* Add environment updating script 'env-setup' to facilitate running ansible fro...Tim Bielawa2012-03-051-0/+11