Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
edx
course-discovery
Commits
63d36819
Commit
63d36819
authored
Feb 02, 2016
by
Peter Fogg
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22 from edx/peter-fogg/requirements
Clarify Makefile target names for requirements.
parents
fe95cf17
7482d0e4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Makefile
+6
-5
No files found.
Makefile
View file @
63d36819
.DEFAULT_GOAL
:=
test
.DEFAULT_GOAL
:=
test
.PHONY
:
clean compile_translations dummy_translations extract_translations fake_translations help html_coverage
\
.PHONY
:
clean compile_translations dummy_translations extract_translations fake_translations help html_coverage
\
migrate pull_translations push_translations quality requirements test update_translations validate
migrate pull_translations push_translations quality requirements production-requirements test
\
update_translations validate
help
:
help
:
@
echo
"Please use
\`
make <target>' where <target> is one of"
@
echo
"Please use
\`
make <target>' where <target> is one of"
...
@@ -16,8 +17,8 @@ help:
...
@@ -16,8 +17,8 @@ help:
@
echo
" pull_translations pull translations from Transifex"
@
echo
" pull_translations pull translations from Transifex"
@
echo
" push_translations push source translation files (.po) from Transifex"
@
echo
" push_translations push source translation files (.po) from Transifex"
@
echo
" quality run PEP8 and Pylint"
@
echo
" quality run PEP8 and Pylint"
@
echo
"
requirements
install requirements for production"
@
echo
"
production-requirements
install requirements for production"
@
echo
"
local-requirements
install requirements for local development"
@
echo
"
requirements
install requirements for local development"
@
echo
" test run tests and generate coverage report"
@
echo
" test run tests and generate coverage report"
@
echo
" validate run tests and quality checks"
@
echo
" validate run tests and quality checks"
@
echo
" static gather all static assets for production"
@
echo
" static gather all static assets for production"
...
@@ -36,10 +37,10 @@ clean: clean_static
...
@@ -36,10 +37,10 @@ clean: clean_static
find
.
-name
'*.pyc'
-delete
find
.
-name
'*.pyc'
-delete
coverage erase
coverage erase
local-
requirements
:
requirements
:
pip install
-qr
requirements/local.txt
--exists-action
w
pip install
-qr
requirements/local.txt
--exists-action
w
requirements
:
production-
requirements
:
pip install
-qr
requirements.txt
--exists-action
w
pip install
-qr
requirements.txt
--exists-action
w
test
:
clean
test
:
clean
...
...
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