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
de3cff8c
Commit
de3cff8c
authored
Mar 05, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing vim swap files and MANIFEST from rpmbuild on 'make clean'
parent
e835cd6f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Makefile
+3
-0
No files found.
Makefile
View file @
de3cff8c
...
@@ -40,10 +40,13 @@ clean:
...
@@ -40,10 +40,13 @@ clean:
find
.
-regex
".*
\.
py[co]
$$
"
-delete
find
.
-regex
".*
\.
py[co]
$$
"
-delete
@
echo
"Cleaning up editor backup files"
@
echo
"Cleaning up editor backup files"
find
.
-type
f
\(
-name
"*~"
-or
-name
"#*"
\)
-delete
find
.
-type
f
\(
-name
"*~"
-or
-name
"#*"
\)
-delete
find
.
-type
f
\(
-name
"*.swp"
\)
-delete
@
echo
"Cleaning up asciidoc to man transformations and results"
@
echo
"Cleaning up asciidoc to man transformations and results"
find ./docs/man
-type
f
\(
-name
"*.xml"
-or
-regex
".*
\.
[0-9]
$$
"
\)
-delete
find ./docs/man
-type
f
\(
-name
"*.xml"
-or
-regex
".*
\.
[0-9]
$$
"
\)
-delete
@
echo
"Cleaning up output from test runs"
@
echo
"Cleaning up output from test runs"
-
rm
-rf
test
/test_data
-
rm
-rf
test
/test_data
@
echo
"Cleaning up RPM stuff"
-
rm MANIFEST
python
:
docs
python
:
docs
python setup.py build
python setup.py build
...
...
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