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 |
|
Matt Clay
|
cd47cb2a15
|
Remove remnants of obsolete fireball mode.
|
2016-12-09 16:56:34 -07:00 |
|
Michael DeHaan
|
d07a3b5e9b
|
AnsibleWorks -> Ansible
|
2014-01-28 20:29:42 -05:00 |
|
Michael DeHaan
|
f67c13f8f1
|
Update packaging dates in preparation for release.
|
2013-06-10 15:24:09 -04:00 |
|
Jimmy Tang
|
2dce6089c4
|
Fix reinplace in macports package to work on both 10.7 and 10.8
reinplace on OSX 10.8 seems to behave differently, this change has been tested
on a few 10.8 and 10.7 machines.
|
2013-03-25 17:08:40 +00:00 |
|
Jimmy Tang
|
8a561d6cd7
|
Adopt best practices with distributing portfiles
Reorganised packaging and added some notes for less experienced users
on how to get the development version of ansible installed using macports.
|
2013-02-26 21:13:04 +00:00 |
|