Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
494994fe
Commit
494994fe
authored
Jul 30, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor improvements to the instructions in github.txt
parent
70929ffb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
requirements/edx/github.txt
+8
-6
No files found.
requirements/edx/github.txt
View file @
494994fe
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @
mollydb
to check licensing
# * @
nedbat
to check licensing
# * @edx/devops to check system requirements
#
# A correct GitHub reference looks like this:
#
# git+https://github.com/OWNER/REPO-NAME.git@TAG-OR-SHA#egg=
KI
T-NAME==VERSION
# git+https://github.com/OWNER/REPO-NAME.git@TAG-OR-SHA#egg=
DIS
T-NAME==VERSION
#
# For example:
#
...
...
@@ -17,7 +17,7 @@
# OWNER = edx
# REPO-NAME = edx-lint
# TAG-OR-SHA = v0.3.2
#
KI
T-NAME = edx_lint
#
DIS
T-NAME = edx_lint
# VERSION = 0.3.2
#
#
...
...
@@ -27,10 +27,12 @@
#
# * Don't use -e
#
# * TAG-OR-SHA must be a git tag, or a git SHA. Don't use branch names here.
# * TAG-OR-SHA is the specific commit to install. It must be a git tag,
# or a git SHA. Don't use branch names here.
#
# * KIT-NAME might be different than REPO-NAME. KIT-NAME must be the same as
# the `name="KIT-NAME"` value in the repo's setup.py.
# * DIST-NAME is the distribution name, the same name you'd use in a
# "pip install" command. It might be different than REPO-NAME. It must
# be the same as the `name="DIST-NAME"` value in the repo's setup.py.
#
# * VERSION might not be the same as TAG-OR-SHA, but if the tag names the
# version, please make it match the VERSION, but with a "v" prefix.
...
...
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