Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nltk
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
nltk
Commits
09c8455d
Commit
09c8455d
authored
Jan 12, 2012
by
xim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed missing link and slight formatting changes in Jenkins doc
parent
e9e0f7dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
web/dev/jenkins.rst
+6
-5
No files found.
web/dev/jenkins.rst
View file @
09c8455d
...
@@ -39,8 +39,8 @@ VCS setup/integration
...
@@ -39,8 +39,8 @@ VCS setup/integration
All operations are done against the `NLTK repos on Github`_. The Jenkins
All operations are done against the `NLTK repos on Github`_. The Jenkins
instance on ShiningPanda has a limit to the build time it can use each day.
instance on ShiningPanda has a limit to the build time it can use each day.
Because of this, it only polls the main NLTK repo once a day, using the `
`
Poll
Because of this, it only polls the main NLTK repo once a day, using the `Poll
SCM`
`
option in Jenkins. Against the main code repo it uses public access only,
SCM` option in Jenkins. Against the main code repo it uses public access only,
and for pushing to the nltk.github.com repo it uses the key of the user
and for pushing to the nltk.github.com repo it uses the key of the user
nltk-webdeploy.
nltk-webdeploy.
...
@@ -54,9 +54,9 @@ To build the project, the following tasks are run:
...
@@ -54,9 +54,9 @@ To build the project, the following tasks are run:
1. Create a VERSION file
1. Create a VERSION file
A VERSION file is created using
A VERSION file is created using
`
git describe --tags --match '*.*.*' > nltk/VERSION
`.
`
`git describe --tags --match '*.*.*' > nltk/VERSION`
`.
This makes the most recent VCS tag available in nltk.__version__ etc.
This makes the most recent VCS tag available in nltk.__version__ etc.
2. `
python setup.py build
`
2. `
`python setup.py build`
`
This essentially copies the files that are required to run NLTK into build/
This essentially copies the files that are required to run NLTK into build/
...
@@ -95,7 +95,7 @@ The builds
...
@@ -95,7 +95,7 @@ The builds
The packages are built using ``make dist``. The outputted builds are all placed
The packages are built using ``make dist``. The outputted builds are all placed
`in our jenkins workspace`_ and should be safe to distribute. Builds
`in our jenkins workspace`_ and should be safe to distribute. Builds
specifically for mac are not available. File names are made based on the
specifically for mac are not available. File names are made based on the
__version__
string, so they change every build.
``__version__``
string, so they change every build.
.. _`in our jenkins workspace`: http://example.com/
.. _`in our jenkins workspace`: http://example.com/
...
@@ -110,3 +110,4 @@ to the repo – because this cannot be done using a deploy key, it has the ssh
...
@@ -110,3 +110,4 @@ to the repo – because this cannot be done using a deploy key, it has the ssh
key of the ``nltk-webdeploy`` user.
key of the ``nltk-webdeploy`` user.
.. _Sphinx: http://sphinx.pocoo.org
.. _Sphinx: http://sphinx.pocoo.org
.. _`nltk.github.com repo on github`: https://github.com/nltk/nltk.github.com
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