Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-11Make "~/.ansible" path configurable (#76114)htol
2022-01-18Fix unsafe handling of variable PYTHON_BIN (#76767)Pascal Höhnel
2021-10-19Modernize install (#76021)Matt Martz
2021-07-08Update hacking `env_setup` to prefer Python 3 (#75213)Sam Doran
2020-08-18hacking: replace use of "which" with "command -v" (#71278)Vincent Bernat
2020-03-30Fix references to old egg-info directory.Matt Clay
2018-09-20Make ansible-test available in the bin directory. (#45876)Matt Clay
2018-09-18Add a default man path (#45689)Michael Scherer
2018-08-11Fix path handling in hacking/env-setup.Matt Clay
2018-06-26change OS X to macOS (#41294)Troy Murray
2017-05-01Speed up env-setup (#24133)Matt Martz
2017-03-08Add `test/runner` to $PATH in `hacking/env-setup`. (#22387)Matt Clay
2016-09-02Add detection of python3 to hacking/env-setup (#17357)Michael Scherer
2016-08-17force deletion of .pyc files (#17109)Josh Smift
2016-08-12tweak hacking/env-setup to work under ash (#17054)Matt Davis
2015-12-02Replace -delete with portable -exec rm {} \;Patrik Lundin
2015-11-02force egg deletionBrian Coca
2015-09-17Tweak to hacking path fix to go back to subshell useJames Cammarata
2015-09-17Allow env-setup to use spaces in full pathEC
2015-09-03Use find ... -delete instead of non-portable globbingLuke Rohde
2015-09-02Delete all compiled python files when running hacking/env-setupLuke Rohde
2015-08-15Fix rm call in hacking/env-setup. Since it is sourced from a user shell,Jody Frankowski
2015-08-07Add missing $Abhijit Menon-Sen
2015-07-27mergedbryan hunt
2015-07-23Preserve OLDPWDSheldon Hearn
2015-03-27egg_info is now written directly to libMatt Martz
2015-03-15Merge pdksh fix to v2Toshio Kuratomi
2015-03-15env-setup: Don't use ${.sh.file} if shell is pdkshPatrik Lundin
2015-02-10Add KSH compatToshio Kuratomi
2015-01-26Use basename -- $0 in case $0 starts with a dash.rpe-github
2015-01-19Redundant file descriptor specifierMarco Ippolito
2015-01-19BUG! Incorrect order of redirection AND incorrect redirection syntaxMarco Ippolito
2015-01-19More elegant output using here-document syntaxMarco Ippolito
2015-01-19Identified two verbosity levels: info, silentMarco Ippolito
2015-01-19Reserve capitalised identifiers for system variablesMarco Ippolito
2015-01-19No need to prepend `.' to a relative pathMarco Ippolito
2015-01-18Fix issue with mixing quoting and glo9bbing.Toshio Kuratomi
2015-01-18More quotes and reimplement without pushd/popdToshio Kuratomi
2015-01-15Set default values for shell variables that we useToshio Kuratomi
2015-01-13Get rid of bash compound command to make more portableToshio Kuratomi
2015-01-12Remove shebang and execute perms for env-setup since it must be sourcedToshio Kuratomi
2015-01-11Corrected quoting of parameter expansions in hacking/env-setupMarco Ippolito
2015-01-11Prefer modern-style Bash command substitution in hacking/env-setupMarco Ippolito
2015-01-11Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)Marco Ippolito
2014-12-16Merge pull request #7306 from abadger/feature/egg-infoBrian Coca
2014-10-28export ANSIBLE_HOME so it can be used in scriptsBryan Hunt
2014-09-27hacking/env-setup no longer needs to set library since modules appear as git ...Michael DeHaan
2014-05-06Teach env-setup how to create egg-info for ansible so that pkg_resources worksToshio Kuratomi
2014-02-12Allow hacking/env-setup module path to use config file library pathwillthames
2013-12-04`env-setup` fix for zsh <= 4.3.10Jens Rantil