Commit Graph

63 Commits (2995439fbfa2bb0f260adced9baca064dcce9eb0)

Author SHA1 Message Date
Matt Martz 8e523089ef Speed up env-setup (#24133)
9 years ago
Matt Clay 48e82b4ca8 Add `test/runner` to $PATH in `hacking/env-setup`. (#22387)
9 years ago
Michael Scherer 619f3d13ef Add detection of python3 to hacking/env-setup (#17357)
10 years ago
Josh Smift 81d7e132f9 force deletion of .pyc files (#17109)
10 years ago
Matt Davis 525c0469d2 tweak hacking/env-setup to work under ash (#17054)
10 years ago
Patrik Lundin 9f9944e355 Replace -delete with portable -exec rm {} \;
11 years ago
Brian Coca 4a206cdde9 force egg deletion
11 years ago
James Cammarata a431121f9f Tweak to hacking path fix to go back to subshell use
11 years ago
EC bcdb4e78ae Allow env-setup to use spaces in full path
11 years ago
Luke Rohde cba4642d8d Use find ... -delete instead of non-portable globbing
11 years ago
Luke Rohde 647e48f776 Delete all compiled python files when running hacking/env-setup
11 years ago
Jody Frankowski bc1e1d2cdc Fix rm call in hacking/env-setup. Since it is sourced from a user shell,
11 years ago
Abhijit Menon-Sen 114070c226 Add missing $
11 years ago
bryan hunt 7a76fcb159 merged
11 years ago
Sheldon Hearn c800a1c68a Preserve OLDPWD
11 years ago
Matt Martz 104b2036f7 egg_info is now written directly to lib
11 years ago
Toshio Kuratomi caf2a96ef9 Merge pdksh fix to v2
11 years ago
Patrik Lundin 731b268cd6 env-setup: Don't use ${.sh.file} if shell is pdksh
11 years ago
Toshio Kuratomi 7c86db3187 Add KSH compat
11 years ago
rpe-github 0a73067153 Use basename -- $0 in case $0 starts with a dash.
11 years ago
Marco Ippolito 23da2f6415 Redundant file descriptor specifier
11 years ago
Marco Ippolito 4cd5be396d BUG! Incorrect order of redirection AND incorrect redirection syntax
11 years ago
Marco Ippolito bc0f0f838e More elegant output using here-document syntax
11 years ago
Marco Ippolito 7eb278e797 Identified two verbosity levels: info, silent
11 years ago
Marco Ippolito 9bc1e1a4a0 Reserve capitalised identifiers for system variables
11 years ago
Marco Ippolito 53fadd371b No need to prepend `.' to a relative path
11 years ago
Toshio Kuratomi 566a8d1b9d Fix issue with mixing quoting and glo9bbing.
11 years ago
Toshio Kuratomi 365af69c3e More quotes and reimplement without pushd/popd
11 years ago
Toshio Kuratomi dde32a826f Set default values for shell variables that we use
11 years ago
Toshio Kuratomi 09e556e9a4 Get rid of bash compound command to make more portable
11 years ago
Toshio Kuratomi 245f934629 Remove shebang and execute perms for env-setup since it must be sourced
11 years ago
Marco Ippolito b688570380 Corrected quoting of parameter expansions in hacking/env-setup
11 years ago
Marco Ippolito b8921706f8 Prefer modern-style Bash command substitution in hacking/env-setup
11 years ago
Marco Ippolito 31c8523371 Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
11 years ago
Brian Coca 88443d6dcf Merge pull request #7306 from abadger/feature/egg-info
11 years ago
Bryan Hunt e5f651c458 export ANSIBLE_HOME so it can be used in scripts
12 years ago
Michael DeHaan 7f6ab89b5b hacking/env-setup no longer needs to set library since modules appear as git submodules.
12 years ago
Toshio Kuratomi 6a6060ac55 Teach env-setup how to create egg-info for ansible so that pkg_resources works
12 years ago
willthames e2d04f7e96 Allow hacking/env-setup module path to use config file library path
12 years ago
Jens Rantil 2096c669d9 `env-setup` fix for zsh <= 4.3.10
13 years ago
phy1729 2b3381de7c Add zsh support for working dir independant sourcing
13 years ago
Michael DeHaan 955611bda8 Fixes #3294
13 years ago
Michael DeHaan 8b592c9d4b Add some whitespace to script
13 years ago
martin f. krafft 3839dcd56c Remove extra $ character
13 years ago
martin f. krafft bbbc214ffb Remove bashisms, replace with POSIX constructs
13 years ago
martin f. krafft 9f4988dbfd Quote variables in shell script
13 years ago
martin f. krafft 4b9f8fc294 Replace external command with shell construct
13 years ago
martin f. krafft 013cd38929 Remove shebang line
13 years ago
martin f. krafft 3b008d6fa6 Expand usage synopsis
13 years ago
martin f. krafft 581dea70d1 Generalise determination of hacking directory path
13 years ago