Commit Graph

56 Commits (ffeb507761c8fcc9d21d498f16e327b87f331ec8)

Author SHA1 Message Date
Michael Porter 8ccbf13a13 (#5822) Use `mkstemp` to open a temporary file (as NamedTemporaryFile doesn't take a `delete` argument in Python < 2.6)
12 years ago
James Tanner 3ec043ec17 Fixes #5750 Fail on missing ~/.ssh and ignore accept_hostkey if stricthoskeychecking is off
12 years ago
James Tanner 86ba8f4dff Fix git module parameters to conform to code standards
12 years ago
James Tanner 18050d50ec Fixes #4108 Add sshopts and keyfile parameters to the git module
12 years ago
René Moser 0f2bc0dad8 subversion: use LANG=C to prevent regex failures
12 years ago
jctanner 2e1d92c2ec Merge pull request #5141 from kisielk/hg
12 years ago
James Tanner eeee1e1c5a Set accept_hostkey to False by default in the git module and fail
12 years ago
James Tanner 8665b0638a Add an "accept_hostkey" parameter to the git module to help automatically
12 years ago
Kamil Kisiel 2300902784 Don't modify hgrc when running purge
13 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern
13 years ago
James Tanner 5c1fbcc9d2 Addresses #5036 fix typo in git module
13 years ago
James Tanner d950a3d1b5 Fixes 5036 add missing parameter to git module function call
13 years ago
Michael DeHaan 2726b13245 Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
13 years ago
James Tanner dfe6c5d434 Fix copyright section in githooks module
13 years ago
jctanner ad5012f930 Merge pull request #4691 from cg-soft/git-bare-ref-repo-support
13 years ago
James Tanner 303e996035 Quote docstring in githooks module
13 years ago
jctanner ce20cf8488 Merge pull request #4731 from pcgentry/devel
13 years ago
Michael DeHaan 337b6ce642 Fix documentation formatting.
13 years ago
Michael DeHaan 6d16f85b30 Suggest keyscan for github/other SCM hanging.
13 years ago
Christian Goetze f41d4ac390 Add support for bare git reference repos
13 years ago
Phillip 824d5688fc adding the githooks module
13 years ago
Yap Sok Ann 8519d586ba git: Don't add --branch while cloning if the version is a SHA-1 hash.
13 years ago
Yap Sok Ann 9f8cdac0aa git: Handle network problem when running `git ls-remote`.
13 years ago
Yap Sok Ann a53e7045a6 git: Always return the before/after revisions, even in check mode.
13 years ago
Yap Sok Ann b9558828e8 git: Make function get_remote_head usable when cloning.
13 years ago
Yap Sok Ann 2ad4d77c9a git: Remove unnecessary return code checking.
13 years ago
Yap Sok Ann 9af05f4d2f git: Full length SHA-1 in, full length SHA-1 out.
13 years ago
Mads Weitling ce799b9e0e Fix Hg.__init__(...) reading value from self.hg_path
13 years ago
Mads Weitling 740a33bcab Fix 'hg module fails with: AttributeError: 'AnsibleModule' object has no attribute 'parames''
13 years ago
James Tanner b98ab745f1 fix docstring indentation on scc modules
13 years ago
Skylar Saveland b339485da8 add executable option to subversion module
13 years ago
Skylar Saveland d8c61528db add executable option to hg, refactor in doing so
13 years ago
Skylar Saveland c4947ebc7d add executable option to bzr module, refactor in doing so
13 years ago
Skylar Saveland 5243bd5fa3 executable option to git module
13 years ago
Steve Fox bd48251b34 Elaborate on capabilities of subversion module
13 years ago
James Cammarata 7bd8c18fa7 Merge branch 'gitfix' of https://github.com/johanwiren/ansible into johanwiren-gitfix
13 years ago
Johan Wirén dcd556b92f Fixed so that we no longer check with the remote if a checkout already is at the desired sha version.
13 years ago
Stephen Fromm cc58403e48 Apply consistent parameter alises to hg and subversion
13 years ago
Drew Blas 9ede377380 Added git disclaimer about dealing with ssh host checking
13 years ago
Michael DeHaan b31cef48e9 Merge pull request #3744 from jimi1283/issue_3360
13 years ago
James Cammarata 7d521ee22c Allow destination paths in the hg module to include a tilde (~)
13 years ago
Petr Svoboda d9576b3529 Tidy up fix of git module traceback
13 years ago
Petr Svoboda 2d5b942ffe Fix traceback in git module when version checkout fails
13 years ago
Michael DeHaan 32d5038d72 Don't add --version HEAD parameter is already HEAD, some versions of git don't like this.
13 years ago
James Laska 95a22338a2 Resolve incompatability between depth and version
13 years ago
Michael DeHaan 0fd7864482 Merge pull request #3432 from jlund/hg-spelling
13 years ago
Matt Spaulding 871f781ec7 Fix git submodule update when version specified
13 years ago
Joshua Lund caf394c8f6 Fix some minor spelling mistakes in the hg module documentation
13 years ago
Stephen Fromm 76d848331f Add submodule support to git module
13 years ago
Jan-Piet Mens 5c69918d53 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
13 years ago