Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
a5c9d0b1
Commit
a5c9d0b1
authored
Sep 19, 2013
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.3.2
parent
96bd1071
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
25 additions
and
16 deletions
+25
-16
VERSION
+1
-1
docs/man/man1/ansible-doc.1
+3
-3
docs/man/man1/ansible-playbook.1
+3
-3
docs/man/man1/ansible-pull.1
+3
-3
docs/man/man1/ansible.1
+3
-3
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+7
-1
packaging/rpm/ansible.spec
+4
-1
No files found.
VERSION
View file @
a5c9d0b1
1.3.
1
1.3.
2
docs/man/man1/ansible-doc.1
View file @
a5c9d0b1
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-doc
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/1
6
/2013
.\" Date: 09/1
9
/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.
1
.\" Source: Ansible 1.3.
2
.\" Language: English
.\"
.TH "ANSIBLE\-DOC" "1" "09/1
6/2013" "Ansible 1\&.3\&.1
" "System administration commands"
.TH "ANSIBLE\-DOC" "1" "09/1
9/2013" "Ansible 1\&.3\&.2
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible-playbook.1
View file @
a5c9d0b1
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/1
6
/2013
.\" Date: 09/1
9
/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.
1
.\" Source: Ansible 1.3.
2
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "09/1
6/2013" "Ansible 1\&.3\&.1
" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "09/1
9/2013" "Ansible 1\&.3\&.2
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible-pull.1
View file @
a5c9d0b1
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/1
6
/2013
.\" Date: 09/1
9
/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.
1
.\" Source: Ansible 1.3.
2
.\" Language: English
.\"
.TH "ANSIBLE" "1" "09/1
6/2013" "Ansible 1\&.3\&.1
" "System administration commands"
.TH "ANSIBLE" "1" "09/1
9/2013" "Ansible 1\&.3\&.2
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
docs/man/man1/ansible.1
View file @
a5c9d0b1
...
...
@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/1
6
/2013
.\" Date: 09/1
9
/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.
1
.\" Source: Ansible 1.3.
2
.\" Language: English
.\"
.TH "ANSIBLE" "1" "09/1
6/2013" "Ansible 1\&.3\&.1
" "System administration commands"
.TH "ANSIBLE" "1" "09/1
9/2013" "Ansible 1\&.3\&.2
" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
lib/ansible/__init__.py
View file @
a5c9d0b1
...
...
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'1.3.
1
'
__version__
=
'1.3.
2
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
a5c9d0b1
ansible (1.3.2) unstable; urgency=low
* 1.3.2 release
-- James Cammarata <jcammarata@ansibleworks.com> Thu, 19 September 2013 12:00:00 -0500
ansible (1.3.1) unstable; urgency=low
* 1.3.1 release
-- James Cammarata <jcammarata@ansibleworks.com>
Fri
, 16 September 2013 16:00:00 -0500
-- James Cammarata <jcammarata@ansibleworks.com>
Mon
, 16 September 2013 16:00:00 -0500
ansible (1.3.0) unstable; urgency=low
...
...
packaging/rpm/ansible.spec
View file @
a5c9d0b1
...
...
@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and orchestration engine
Version: 1.3.
1
Version: 1.3.
2
Group: Development/Libraries
License: GPLv3
...
...
@@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Sep 19 2013 James Cammarata <jcammarata@ansibleworks.com> - 1.3-2
- Release 1.3.2
* Mon Sep 16 2013 James Cammarata <jcammarata@ansibleworks.com> - 1.3-1
- Release 1.3.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment