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
6bb9814b
Commit
6bb9814b
authored
Oct 10, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update branch so 0.7.2 is buildable
parent
1dcd905b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/rpm/ansible.spec
+4
-1
No files found.
VERSION
View file @
6bb9814b
0.7.
1
0.7.
2
lib/ansible/__init__.py
View file @
6bb9814b
...
...
@@ -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__
=
'0.7.
1
'
__version__
=
'0.7.
2
'
__author__
=
'Michael DeHaan'
packaging/rpm/ansible.spec
View file @
6bb9814b
...
...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and task execution system
Version: 0.7.
1
Version: 0.7.
2
Group: Development/Libraries
License: GPLv3
...
...
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%doc examples/playbooks
%changelog
* Wed Oct 10 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7.2-0
- Release of 0.7.2 (unicode fix)
* Thu Sep 11 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7.1-0
- Release of 0.7.1 (2.4 compat fix)
...
...
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