summaryrefslogtreecommitdiff
path: root/hacking/env-setup
Commit message (Expand)AuthorAgeFilesLines
* Make "~/.ansible" path configurable (#76114)htol2022-04-111-8/+8
* Fix unsafe handling of variable PYTHON_BIN (#76767)Pascal Höhnel2022-01-181-2/+2
* Modernize install (#76021)Matt Martz2021-10-191-0/+2
* Update hacking `env_setup` to prefer Python 3 (#75213)Sam Doran2021-07-081-2/+2
* hacking: replace use of "which" with "command -v" (#71278)Vincent Bernat2020-08-181-1/+2
* Fix references to old egg-info directory.Matt Clay2020-03-301-2/+5
* Make ansible-test available in the bin directory. (#45876)Matt Clay2018-09-191-1/+1
* Add a default man path (#45689)Michael Scherer2018-09-171-1/+1
* Fix path handling in hacking/env-setup.Matt Clay2018-08-101-3/+19
* change OS X to macOS (#41294)Troy Murray2018-06-261-6/+6
* Speed up env-setup (#24133)Matt Martz2017-05-011-1/+1
* Add `test/runner` to $PATH in `hacking/env-setup`. (#22387)Matt Clay2017-03-071-1/+1
* Add detection of python3 to hacking/env-setup (#17357)Michael Scherer2016-09-021-2/+5
* force deletion of .pyc files (#17109)Josh Smift2016-08-171-2/+2
* tweak hacking/env-setup to work under ash (#17054)Matt Davis2016-08-111-2/+2
* Replace -delete with portable -exec rm {} \;Patrik Lundin2015-12-021-2/+2
* force egg deletionBrian Coca2015-11-021-1/+1
* Tweak to hacking path fix to go back to subshell useJames Cammarata2015-09-171-1/+1
* Allow env-setup to use spaces in full pathEC2015-09-171-1/+1
* Use find ... -delete instead of non-portable globbingLuke Rohde2015-09-021-2/+2
* Delete all compiled python files when running hacking/env-setupLuke Rohde2015-09-021-0/+2
* Fix rm call in hacking/env-setup. Since it is sourced from a user shell,Jody Frankowski2015-08-151-1/+1
* Add missing $Abhijit Menon-Sen2015-08-071-1/+1
* mergedbryan hunt2015-07-271-26/+64
|\
| * Preserve OLDPWDSheldon Hearn2015-07-231-7/+9
| * egg_info is now written directly to libMatt Martz2015-03-271-2/+1
| * Merge pdksh fix to v2Toshio Kuratomi2015-03-151-0/+1
| * env-setup: Don't use ${.sh.file} if shell is pdkshPatrik Lundin2015-03-151-1/+1
| * Add KSH compatToshio Kuratomi2015-02-091-0/+2
| * Use basename -- $0 in case $0 starts with a dash.rpe-github2015-01-251-1/+1
| * Redundant file descriptor specifierMarco Ippolito2015-01-191-1/+1
| * BUG! Incorrect order of redirection AND incorrect redirection syntaxMarco Ippolito2015-01-191-1/+1
| * More elegant output using here-document syntaxMarco Ippolito2015-01-191-17/+13
| * Identified two verbosity levels: info, silentMarco Ippolito2015-01-191-3/+7
| * Reserve capitalised identifiers for system variablesMarco Ippolito2015-01-191-3/+3
| * No need to prepend `.' to a relative pathMarco Ippolito2015-01-191-1/+1
| * Fix issue with mixing quoting and glo9bbing.Toshio Kuratomi2015-01-181-3/+3
| * More quotes and reimplement without pushd/popdToshio Kuratomi2015-01-181-17/+14
| * Set default values for shell variables that we useToshio Kuratomi2015-01-151-3/+17
| * Get rid of bash compound command to make more portableToshio Kuratomi2015-01-131-3/+3
| * Remove shebang and execute perms for env-setup since it must be sourcedToshio Kuratomi2015-01-121-1/+0
| * Corrected quoting of parameter expansions in hacking/env-setupMarco Ippolito2015-01-101-3/+3
| * Prefer modern-style Bash command substitution in hacking/env-setupMarco Ippolito2015-01-101-4/+4
| * Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)Marco Ippolito2015-01-101-1/+1
| * Merge pull request #7306 from abadger/feature/egg-infoBrian Coca2014-12-151-1/+25
| |\
| | * Teach env-setup how to create egg-info for ansible so that pkg_resources worksToshio Kuratomi2014-05-061-1/+25
* | | export ANSIBLE_HOME so it can be used in scriptsBryan Hunt2014-10-281-1/+1
|/ /
* | hacking/env-setup no longer needs to set library since modules appear as git ...Michael DeHaan2014-09-261-3/+0
|/
* Allow hacking/env-setup module path to use config file library pathwillthames2014-02-121-1/+2
* `env-setup` fix for zsh <= 4.3.10Jens Rantil2013-12-041-1/+1