Remove references to python
This commit is contained in:
parent
fba43cf3b5
commit
bc584f810a
@ -44,9 +44,7 @@ shall always be done in a topic branch created from the `develop` branch.
|
||||
Tests, documentation and peer code reviews are required for all
|
||||
modifications.
|
||||
|
||||
The tests (both for SQL and Python) are executed by running,
|
||||
from the top directory:
|
||||
|
||||
The tests are executed by running this from the top directory:
|
||||
```
|
||||
sudo make install
|
||||
make test
|
||||
|
11
RELEASE.md
11
RELEASE.md
@ -15,9 +15,7 @@ To do so [Semantic Versioning 2.0](http://semver.org/) is in order.
|
||||
Thew `NEWS.md` will be updated.
|
||||
|
||||
The next command must be executed to produce the main installation
|
||||
script for the new release, `release/observatory--X.Y.Z.sql` and
|
||||
also to copy the python package to `release/python/X.Y.Z/observatory`.
|
||||
|
||||
script for the new release, `release/observatory--X.Y.Z.sql`:
|
||||
```
|
||||
make release
|
||||
```
|
||||
@ -58,12 +56,11 @@ sudo make deploy RELEASE_VERSION=X.Y.Z
|
||||
Intended for use by the release manager.
|
||||
|
||||
* `sudo make deploy` will install the current release X.Y.Z from the
|
||||
`release/` files into PostgreSQL and a Python virtual environment
|
||||
`envs/X.Y.Z`.
|
||||
`release/` files into PostgreSQL.
|
||||
Intended for use by the release manager and deployment jobs.
|
||||
|
||||
* `sudo make deploy RELEASE_VERSION=X.Y.Z` will install specified version
|
||||
previously generated in `release/`
|
||||
into PostgreSQL and a Python virtual environment `envs/X.Y.Z`.
|
||||
Intended for use by the release manager and deployment jobs.
|
||||
into PostgreSQL.
|
||||
Intended to be used by the release manager and deployment jobs.
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user