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
5890a2a9
Commit
5890a2a9
authored
Nov 30, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release stuff
parent
9afb7c1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lib/ansible/__init__.py
+1
-1
packaging/rpm/ansible.spec
+4
-1
No files found.
lib/ansible/__init__.py
View file @
5890a2a9
...
@@ -14,5 +14,5 @@
...
@@ -14,5 +14,5 @@
#
#
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__
=
'
1.0
'
__version__
=
'
0.9
'
__author__
=
'Michael DeHaan'
__author__
=
'Michael DeHaan'
packaging/rpm/ansible.spec
View file @
5890a2a9
...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Name: ansible
Release: 1%{?dist}
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and task execution system
Summary: SSH-based configuration management, deployment, and task execution system
Version:
0.9
Version:
1.0
Group: Development/Libraries
Group: Development/Libraries
License: GPLv3
License: GPLv3
...
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%doc README.md PKG-INFO COPYING
%doc README.md PKG-INFO COPYING
%changelog
%changelog
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
- Release pending
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
- Release 0.9
- Release 0.9
...
...
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