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
8050110b
Commit
8050110b
authored
May 29, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not sure why RPM was trying to avoid certain files starting with f. Change that.
parent
b5ed9267
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
+1
-1
packaging/rpm/ansible.spec
+6
-6
No files found.
Makefile
View file @
8050110b
...
@@ -177,7 +177,7 @@ deb: debian
...
@@ -177,7 +177,7 @@ deb: debian
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
modulepages
:
modulepages
:
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
man
-o
docs/man/man3/
--module-dir
=
library
--template-dir
=
hacking/templates
--verbose
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
man
-o
docs/man/man3/
--module-dir
=
library
--template-dir
=
hacking/templates
#
--verbose
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
...
...
packaging/rpm/ansible.spec
View file @
8050110b
...
@@ -96,15 +96,15 @@ rm -rf $RPM_BUILD_ROOT
...
@@ -96,15 +96,15 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/ansible*
%{python_sitelib}/ansible*
%{_bindir}/ansible*
%{_bindir}/ansible*
%dir %{_datadir}/ansible
%dir %{_datadir}/ansible
%{_datadir}/ansible/*/
[a-eg-z]
*
%{_datadir}/ansible/*/*
%{_datadir}/ansible/*/f[a-hj-z]*
#
%{_datadir}/ansible/*/f[a-hj-z]*
%{_datadir}/ansible/*/file
#
%{_datadir}/ansible/*/file
%config(noreplace) %{_sysconfdir}/ansible
%config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO COPYING
%doc README.md PKG-INFO COPYING
%doc %{_mandir}/man1/ansible*
%doc %{_mandir}/man1/ansible*
%doc %{_mandir}/man3/ansible.
[a-eg-z]
*
%doc %{_mandir}/man3/ansible.*
%doc %{_mandir}/man3/ansible.f[a-hj-z]*
#
%doc %{_mandir}/man3/ansible.f[a-hj-z]*
%doc %{_mandir}/man3/ansible.file*
#
%doc %{_mandir}/man3/ansible.file*
%doc examples/playbooks
%doc examples/playbooks
%files fireball
%files fireball
...
...
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