From bc584f810a8468c52cb90a3d4b9041d3bbc5cff5 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Wed, 13 Apr 2016 17:06:27 +0200 Subject: [PATCH] Remove references to python --- README.md | 4 +--- RELEASE.md | 11 ++++------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cec3000..32805f9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/RELEASE.md b/RELEASE.md index f13a660..7e4086d 100644 --- a/RELEASE.md +++ b/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. ```