* Updated all ansible.cc references in the documentation to point

to ansibleworks.com
* Fixed a few misspelled words
This commit is contained in:
Joshua Lund 2013-06-19 19:34:02 -06:00
commit 0f81d1630f
13 changed files with 24 additions and 24 deletions

View file

@ -8,7 +8,7 @@ pkgver(){
pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework"
arch=('any')
url="http://ansible.cc"
url="http://www.ansibleworks.com"
license=('GPL3')
depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot')

View file

@ -4,7 +4,7 @@ PORTNAME= ansible
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= python net-mgmt
MASTER_SITES= http://ansible.cc/releases/
MASTER_SITES= http://ansibleworks.com/releases/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= briancoca+ansible@gmail.com

View file

@ -10,8 +10,8 @@ Version: 1.3
Group: Development/Libraries
License: GPLv3
Source0: http://ansible.cc/releases/%{name}-%{version}.tar.gz
Url: http://ansible.cc
Source0: http://www.ansibleworks.com/releases/%{name}-%{version}.tar.gz
Url: http://www.ansibleworks.com
BuildArch: noarch
%if 0%{?rhel} && 0%{?rhel} <= 5