index
:
ansible
devel
ansible
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hacking
/
env-setup
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ansible-test - Remove generation of egg-info (#83786)
Matt Clay
2024-08-14
1
-18
/
+0
*
Make "~/.ansible" path configurable (#76114)
htol
2022-04-11
1
-8
/
+8
*
Fix unsafe handling of variable PYTHON_BIN (#76767)
Pascal Höhnel
2022-01-18
1
-2
/
+2
*
Modernize install (#76021)
Matt Martz
2021-10-19
1
-0
/
+2
*
Update hacking `env_setup` to prefer Python 3 (#75213)
Sam Doran
2021-07-08
1
-2
/
+2
*
hacking: replace use of "which" with "command -v" (#71278)
Vincent Bernat
2020-08-18
1
-1
/
+2
*
Fix references to old egg-info directory.
Matt Clay
2020-03-30
1
-2
/
+5
*
Make ansible-test available in the bin directory. (#45876)
Matt Clay
2018-09-20
1
-1
/
+1
*
Add a default man path (#45689)
Michael Scherer
2018-09-18
1
-1
/
+1
*
Fix path handling in hacking/env-setup.
Matt Clay
2018-08-11
1
-3
/
+19
*
change OS X to macOS (#41294)
Troy Murray
2018-06-26
1
-6
/
+6
*
Speed up env-setup (#24133)
Matt Martz
2017-05-01
1
-1
/
+1
*
Add `test/runner` to $PATH in `hacking/env-setup`. (#22387)
Matt Clay
2017-03-08
1
-1
/
+1
*
Add detection of python3 to hacking/env-setup (#17357)
Michael Scherer
2016-09-02
1
-2
/
+5
*
force deletion of .pyc files (#17109)
Josh Smift
2016-08-17
1
-2
/
+2
*
tweak hacking/env-setup to work under ash (#17054)
Matt Davis
2016-08-12
1
-2
/
+2
*
Replace -delete with portable -exec rm {} \;
Patrik Lundin
2015-12-02
1
-2
/
+2
*
force egg deletion
Brian Coca
2015-11-02
1
-1
/
+1
*
Tweak to hacking path fix to go back to subshell use
James Cammarata
2015-09-17
1
-1
/
+1
*
Allow env-setup to use spaces in full path
EC
2015-09-17
1
-1
/
+1
*
Use find ... -delete instead of non-portable globbing
Luke Rohde
2015-09-02
1
-2
/
+2
*
Delete all compiled python files when running hacking/env-setup
Luke Rohde
2015-09-02
1
-0
/
+2
*
Fix rm call in hacking/env-setup. Since it is sourced from a user shell,
Jody Frankowski
2015-08-15
1
-1
/
+1
*
Add missing $
Abhijit Menon-Sen
2015-08-07
1
-1
/
+1
*
merged
bryan hunt
2015-07-27
1
-26
/
+64
|
\
|
*
Preserve OLDPWD
Sheldon Hearn
2015-07-23
1
-7
/
+9
|
*
egg_info is now written directly to lib
Matt Martz
2015-03-27
1
-2
/
+1
|
*
Merge pdksh fix to v2
Toshio Kuratomi
2015-03-15
1
-0
/
+1
|
*
env-setup: Don't use ${.sh.file} if shell is pdksh
Patrik Lundin
2015-03-15
1
-1
/
+1
|
*
Add KSH compat
Toshio Kuratomi
2015-02-10
1
-0
/
+2
|
*
Use basename -- $0 in case $0 starts with a dash.
rpe-github
2015-01-25
1
-1
/
+1
|
*
Redundant file descriptor specifier
Marco Ippolito
2015-01-19
1
-1
/
+1
|
*
BUG! Incorrect order of redirection AND incorrect redirection syntax
Marco Ippolito
2015-01-19
1
-1
/
+1
|
*
More elegant output using here-document syntax
Marco Ippolito
2015-01-19
1
-17
/
+13
|
*
Identified two verbosity levels: info, silent
Marco Ippolito
2015-01-19
1
-3
/
+7
|
*
Reserve capitalised identifiers for system variables
Marco Ippolito
2015-01-19
1
-3
/
+3
|
*
No need to prepend `.' to a relative path
Marco Ippolito
2015-01-19
1
-1
/
+1
|
*
Fix issue with mixing quoting and glo9bbing.
Toshio Kuratomi
2015-01-18
1
-3
/
+3
|
*
More quotes and reimplement without pushd/popd
Toshio Kuratomi
2015-01-18
1
-17
/
+14
|
*
Set default values for shell variables that we use
Toshio Kuratomi
2015-01-15
1
-3
/
+17
|
*
Get rid of bash compound command to make more portable
Toshio Kuratomi
2015-01-13
1
-3
/
+3
|
*
Remove shebang and execute perms for env-setup since it must be sourced
Toshio Kuratomi
2015-01-12
1
-1
/
+0
|
*
Corrected quoting of parameter expansions in hacking/env-setup
Marco Ippolito
2015-01-11
1
-3
/
+3
|
*
Prefer modern-style Bash command substitution in hacking/env-setup
Marco Ippolito
2015-01-11
1
-4
/
+4
|
*
Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
Marco Ippolito
2015-01-11
1
-1
/
+1
|
*
Merge pull request #7306 from abadger/feature/egg-info
Brian Coca
2014-12-15
1
-1
/
+25
|
|
\
|
|
*
Teach env-setup how to create egg-info for ansible so that pkg_resources works
Toshio Kuratomi
2014-05-06
1
-1
/
+25
*
|
|
export ANSIBLE_HOME so it can be used in scripts
Bryan Hunt
2014-10-28
1
-1
/
+1
|
/
/
*
/
hacking/env-setup no longer needs to set library since modules appear as git ...
Michael DeHaan
2014-09-26
1
-3
/
+0
|
/
*
Allow hacking/env-setup module path to use config file library path
willthames
2014-02-12
1
-1
/
+2
[next]