- 12 Feb, 2014 1 commit
-
-
hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950.
willthames committed
-
- 04 Dec, 2013 1 commit
-
-
This fixes issue #5026. It used to work. The regression was introduced in 2b3381de.
Jens Rantil committed
-
- 19 Nov, 2013 1 commit
-
-
phy1729 committed
-
- 30 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 23 Jun, 2013 2 commits
-
-
Stoned Elipot committed
-
Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 20 Jun, 2013 4 commits
-
-
This replaces double conditional brackets with single ones and gets ris of bashisms, so that the tool should be sourcable from any POSIX shell. Constructs like [ $foo = "$bar"* ] yield filesystem-globbing behaviour according to POSIX. A compliant way is to use case statements. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
In case paths contain spaces, it's better to consistently quote variables, and to use $() instead of `` for external invocations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
dirname/basename do not need an external process, shell variable expansion can be made to do the same a bit faster. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
The env-setup script is not intended to be run directly, so it does not need a shebang line, which might even create the wrong expectations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 14 Jun, 2013 2 commits
-
-
'source' is actually a "bashism" and the POSIX-way of sourcing a file uses the single dot (which is arguably less readable). Both yield the same result, and since the script may now also be sourced from within the hacking directory, this commit expands the usage synopsis accordingly. Signed-off-by: martin f. krafft <madduck@madduck.net> Conflicts: hacking/env-setup
martin f. krafft committed -
Bash needs a special case to determine the dirname of the sourced path (the hacking dir), but in all other cases, using $0 allows the script to be sourced also from within the hacking directory, not only from its parent. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 18 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Feb, 2013 1 commit
-
-
Yves Dorfsman committed
-
- 28 Jan, 2013 1 commit
-
-
junyoung committed
-
- 23 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 13 Jan, 2013 1 commit
-
-
Blair Zajac committed
-
- 30 Jul, 2012 2 commits
-
-
Will Thames committed
-
env-setup now takes a -q argument to run in quiet mode
willthames committed
-
- 17 Apr, 2012 1 commit
-
-
Tim Bielawa committed
-
- 18 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 07 Mar, 2012 1 commit
-
-
independent of output, and can also see all the output nicely grouped together if we want to reformat it or make summaries of statistics.
Michael DeHaan committed
-
- 05 Mar, 2012 3 commits
-
-
Tim Bielawa committed
-
environment (ANSIBLE_{LIBRARY,HOSTS}) if defined. Update manpages to represent this. Also update the env-setup script to set ANSIBLE_{LIBRARY,HOSTS}.
Tim Bielawa committed -
Tim Bielawa committed
-