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
1270e235
Commit
1270e235
authored
Jan 03, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove man3 stuff since this is available via ansible-doc, rpm target should
build manpages.
parent
0882eefd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile
+1
-1
packaging/rpm/ansible.spec
+1
-3
No files found.
Makefile
View file @
1270e235
...
...
@@ -124,7 +124,7 @@ install:
sdist
:
clean docs
$(PYTHON)
setup.py sdist
-t
MANIFEST.in
rpmcommon
:
sdist
rpmcommon
:
$(MANPAGES)
sdist
@
mkdir
-p
rpm-build
@
cp dist/
*
.gz rpm-build/
@
sed
-e
's#^Version:.*#Version:
$(VERSION)
#'
-e
's#^Release:.*#Release:
$(RPMRELEASE)
%{?dist}#'
$(RPMSPEC)
>
rpm-build/
$(NAME)
.spec
...
...
packaging/rpm/ansible.spec
View file @
1270e235
...
...
@@ -79,9 +79,8 @@ are transferred to managed machines automatically.
mkdir -p %{buildroot}/etc/ansible/
cp examples/hosts %{buildroot}/etc/ansible/
cp examples/ansible.cfg %{buildroot}/etc/ansible/
mkdir -p %{buildroot}/%{_mandir}/
{man1,man3}
/
mkdir -p %{buildroot}/%{_mandir}/
man1
/
cp -v docs/man/man1/*.1 %{buildroot}/%{_mandir}/man1/
cp -v docs/man/man3/*.3 %{buildroot}/%{_mandir}/man3/
mkdir -p %{buildroot}/%{_datadir}/ansible
cp -rv library/* %{buildroot}/%{_datadir}/ansible/
...
...
@@ -98,7 +97,6 @@ rm -rf %{buildroot}
%config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO COPYING
%doc %{_mandir}/man1/ansible*
%doc %{_mandir}/man3/ansible.*
%doc examples/playbooks
...
...
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