Rene van Aerle
95e1d91d5d
Mention Ansible in package descriptions
...
These values are used by software updaters to show which applications
are being updates to the user. In the case of Ubuntu, it will now show
clearly that it is updating Ansible instead of a radically simple IT
automation platform.
2017-10-05 08:41:15 -07:00
Andreas Olsson
ba0b91b51b
Remove git:// urls from docsite and from packaging ( #30459 )
...
It's almost always preferable to clone by way of https:// rather than
using the bare git:// protocol. Not only does https:// provide
stronger guarantees it also plays nicer with corporate proxies, etc.
2017-10-03 12:16:25 -07:00
Robin Schneider
3700bcb6dd
Use HTTPS instead of legacy HTTP for ansible.com ( #16870 )
...
Mechanical edit done by this "one-liner":
```Shell
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g ;'
```
Related to: https://github.com/ansible/ansible/issues/16869
2017-02-15 16:09:33 -08:00
Ryan Brown
a2b4ad9da0
(docs) Remove/update mentions of git submodule
in docs and error me… ( #19941 )
...
* (docs) Remove/update mentions of `git submodule` in docs and error messages.
* Remove parenthetical per @dharmabumstead
2017-01-09 12:11:39 -05:00
Michel Blanc
ce58706dd0
Fixes Arch PKGBUILD
...
Build was failing with new Ansible submodule setup for core and extras
modules.
Integrated fix from @firecat53
Added @firecat53 to contributors.
2014-10-08 10:41:29 +02:00
Michel Blanc
8b9daf5a35
Removes man3 section and adds contributor list
...
Seems that there are no man for section 3 anymore. Removed install
snippet from PKGBUILD.
Added list of PKGBUILD contributors in header.
2014-04-28 10:34:56 +02:00
Michael DeHaan
a8cb0d610e
Merge pull request #6053 from cgtx/devel
...
corrections for Arch PKGBUILD
2014-03-16 10:45:46 -05:00
Michael DeHaan
5443ddec75
Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release.
2014-02-28 13:50:39 -05:00
cgtx
f1aee1cfaf
remove optional vars folders
2014-02-18 15:56:11 -06:00
cgtx
a5434a987a
use correct permission mode when installing
2014-02-18 08:54:13 -06:00
Bartłomiej Piotrowski
2b06de5664
Include all man pages in Arch Linux package.
...
While we're on it, change $pkgdesc to follow its counterpart from
official repositories. Additionally don't install RELEASES.txt and
CONTRIBUTING.md; there is little use for them from the user's perspective.
2014-02-09 13:53:40 +01:00
Bartłomiej Piotrowski
24ae4f014f
Make PKGBUILD packaging standards compliant.
...
* replace pointless patch with PYTHON=python2
* simplify git describe command
* move pkgver() function lower, so build chroots can make use of it
* align packages in optdepends using spaces
* use double quotation marks only where it's needed
* unify usage of brackets sorrounding variables
* shorten pkgdesc (kudos to Fedora)
* update README
2014-02-05 23:40:02 +01:00
Michael DeHaan
d07a3b5e9b
AnsibleWorks -> Ansible
2014-01-28 20:29:42 -05:00
Matthew Jones
1eb8b4a49d
Fix bad links on Arch aur package readme.
...
These were totally wrong and somehow pointing to completely unrelated projects.
2013-11-07 20:32:58 -05:00
Joshua Lund
0f81d1630f
* Updated all ansible.cc references in the documentation to point
...
to ansibleworks.com
* Fixed a few misspelled words
2013-06-19 19:34:02 -06:00
Buce
e04ee519ef
Fix typo in PKGBUILD
...
ansbile.cfg -> ansible.cfg
2013-06-18 17:31:34 -04:00
Buce
dfb3fe2d28
Include docs, config in Arch package
2013-06-09 17:36:24 -04:00
Buce
64610c585a
Add provides=('ansible') to PKGBUILD
...
This lets packages use ansible-git as a dependency in place of ansible.
2013-06-09 17:36:12 -04:00
Buce
af54efa56a
Let makepkg control compression of man pages
...
makepkg will automatically compress man pages in MAN_DIRS if 'zipman'
is in the OPTIONS array of makepkg.conf.
2013-06-09 17:19:02 -04:00
John Gosset
424109d8de
Added optional dependencies for fireball mode to PKGBUILD.
2013-05-31 12:53:52 -04:00
Daniel Wallace
e954c41705
update archlinux PKGBUILD for pacman 4.1
2013-05-15 12:57:42 -05:00
Michel Blanc
cd852309ea
Updates Arch PKGBUILD
...
Recurse in subdirectories to handle the new libs layout.
Updated on AUR.
2013-04-30 10:18:44 +03:00
Michel Blanc
04b19062d3
Fixes arch building file
...
Arch python binary patch was broken since improvement in 785068d
. This
change fixes patch, removing most of the lines thanks to the new PYTHON
variable.
New source file already uploaded on AUR.
2013-03-11 23:19:27 +01:00
Michel Blanc
bd5f699291
Update packaging/arch/PKGBUILD
...
Removes python2-json dependancy which is not required on Arch (python 2.7)
2013-01-31 18:19:32 +01:00
Michel Blanc
3ce0c04b71
Update packaging/arch/PKGBUILD
...
Uploaded new version to AUR and bumped version.
2013-01-23 21:06:00 +01:00
Michel Blanc
0526d08b85
Updates Arch PKGBUILD to include other man pages
...
Man pages for ansible-pull and ansible-docs are now installed properly
2013-01-09 17:28:55 +01:00
Michel Blanc
d9c76dab57
Changes URL to ansible.cc
...
Removed github URL in favor of ansible.cc
2013-01-05 16:46:50 +01:00
Michel Blanc
f72317d71e
Arch PKGBUILD fixes
...
Adds examples in package
Changes json dependency to python2-simplejson, reflecting the new
package name
Removed duplicate python2-yaml
2013-01-03 20:54:13 +01:00
Michel Blanc
d5f4e033b9
Updates Arch linux packaging files
...
Added a README.md to explain the purpose of the directory
Fixed dependencies in PKGBUILD
Added patch to change python binary name for arch users, so they
don't end up using python 3 (python links to python3 by default on arch
linux).
2012-11-16 10:07:42 +01:00
Matt Klich
21e23b34d2
distribution packaging should install all manpages
...
closes #1069
2012-09-21 11:15:40 -06:00
Michel Blanc
3fae2ea8a4
Fixes Arch PKGBUILD dependencies
...
Adds missing depends (python2-yaml helps...)
Adds missing build deps (fakeroot)
2012-04-19 19:26:41 +02:00
Michel Blanc
a672a5549a
Adds ArchLinux build file
...
Adds PKGBUILD file required to build Arch Linux packages
2012-04-19 15:30:26 +02:00