I flagged it out of date due to @quicoten's comment. Using the updated pkgver gives me 'ansible-git 1.9.0.13514.d1641f2-1' as of today.
Search Criteria
Package Details: ansible-core-git r54368.802e95f5808-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ansible-core-git.git (read-only, click to copy) |
---|---|
Package Base: | ansible-core-git |
Description: | Radically simple IT automation platform |
Upstream URL: | https://github.com/ansible/ansible |
Licenses: | GPL3 |
Conflicts: | ansible-core, python-ansible |
Provides: | ansible-core, python-ansible |
Replaces: | ansible-core, python-ansible |
Submitter: | aminvakil |
Maintainer: | aminvakil |
Last Packager: | aminvakil |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-14 17:48 (UTC) |
Last Updated: | 2024-04-28 09:59 (UTC) |
Dependencies (21)
- python (python37AUR, python311AUR, python310AUR)
- python-jinja
- python-paramiko (python-paramiko-ngAUR)
- python-pyyaml (python-yaml)
- python-resolvelib (python-resolvelib-gitAUR)
- python-typing_extensions
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-docutils (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-dnspython (python-dnspython-gitAUR) (optional) – for dig lookup
- python-jmespath (optional) – json_query support
- python-netaddr (optional) – for the ipaddr filter
- python-passlib (optional) – crypt values for vars_prompt
- python-pip (optional) – for module to manage Python libarary dependencies
- python-pywinrm (optional) – connect to Windows machines
- python-setuptools (optional) – for module to manage Python libarary dependencies
- python-systemd (optional) – log to journal
- Show 1 more dependencies...
Required by (16)
- ansible-aur-git (requires ansible-core)
- ansible-collection-community-general (requires ansible-core)
- ansible-collection-kewlfft-aur (requires ansible-core)
- ansible-creator (requires ansible-core)
- ansible-creator-git (requires ansible-core)
- ansible-dev-environment (requires ansible-core)
- ansible-dev-environment-git (requires ansible-core)
- ansible-gopass (requires ansible-core)
- ansible-lint-git (requires ansible-core)
- ansible-navigator (requires ansible-core)
- ansible-navigator-git (requires ansible-core)
- kalliope (requires python-ansible)
- python-ansibug (requires ansible-core)
- scap-security-guide (requires ansible-core) (make)
- scap-security-guide-git (requires ansible-core) (make)
- semaphore-bin (requires ansible-core)
Sources (1)
duckunix commented on 2015-03-20 00:54 (UTC)
quixoten commented on 2014-10-20 20:43 (UTC)
Would you be opposed to updating the pkgver function to the one listed below? It uses data from the VERSION file in the git repository to create a more accurate version string. Using the below method, a version of '1.8.0.12410.e8f6750' is generated. The current method generates a version of '1.6.0.1989.ge8f6750', which doesn't make a lot of sense considering the package in the community repo is already at 1.7.2.
pkgver() {
cd "$pkgname"
printf "%s.%s.%s" "$(cat VERSION | sed -r 's/^[0-9]+\.[0-9]+$/&.0/')" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
firecat53 commented on 2014-10-10 01:40 (UTC)
Looks like the problem is that the __init__.py file was missing for those two modules. It's fixed now, but the submodule pointer for modules-extras hasn't been updated yet.
firecat53 commented on 2014-10-09 23:48 (UTC)
Ok, this is driving me nuts. When I install this now, there are two sections from ansible-modules-extras that are missing every time: packaging and source_control. Ironically enough, the 'packaging' module contains 'pacman'.
Try installing this and check
/usr/lib/python2.7/site-packages/ansible/modules/extras
versus the contents of https://github.com/ansible/ansible-modules-extras
All the other modules in core and extras are installed and installing ansible manually works just fine.
Any ideas? Anyone else seeing this?
Thanks,
Scott
l3u commented on 2014-10-08 08:40 (UTC)
Updated (sorry for delay).
Thank you firecat53 !
firecat53 commented on 2014-09-29 22:08 (UTC)
Build fails with new Ansible submodule setup for core and extras modules. Here's a PKGBUILD diff that works:
http://sprunge.us/POPe
Scott
quixoten commented on 2014-09-29 22:03 (UTC)
Here's an updated package with the latest source code from the devel branch.
https://www.dropbox.com/s/rj5vu1wemrjbudm/ansible-git-1.8.0.12256.a1809a3-1.src.tar.gz?dl=0
senorsmile commented on 2013-11-21 05:20 (UTC)
current git version= 1.1.912.gedb6a68
Pinned Comments
aminvakil commented on 2021-08-28 15:06 (UTC)
This repository is maintained at https://github.com/aminvakil/aur.
In case anyone had any suggestions about anything, feel free to raise a PR there.