Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ca10f79c authored by IMBERT Matthieu's avatar IMBERT Matthieu
Browse files

version 2.6.8

parent d8faa48d
No related branches found
No related tags found
No related merge requests found
Pipeline #345291 passed
......@@ -35,7 +35,7 @@ along with Execo. If not, see <http://www.gnu.org/licenses/>
Versions
========
latest stable version: v2.6.7 (2021-09-28)
latest stable version: v2.6.8 (2021-11-17)
Installation instructions
=========================
......
python-execo (2.6.8) unstable; urgency=low
* new upstream release:
- [execo_g5k] get_oar_job_nodes use network_address instead of host (to prepare change in oar)
-- Matthieu Imbert <matthieu.imbert@inria.fr> Tue, 17 Nov 2021 09:53:00 +0100
python-execo (2.6.7) unstable; urgency=low
* new upstream release:
......
......@@ -18,9 +18,9 @@ with packages managed by your distribution package manager.
- Install from a release tar.gz package::
$ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.6.7.tar.gz
$ tar xzf execo-2.6.7.tar.gz
$ cd execo-2.6.7/
$ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.6.8.tar.gz
$ tar xzf execo-2.6.8.tar.gz
$ cd execo-2.6.8/
$ python setup.py install --user
- Or install from source repository if you want the very latest
......@@ -40,7 +40,7 @@ with packages managed by your distribution package manager.
- Or install from debian package::
$ dpkg -i python-execo_2.6.7_all.deb
$ dpkg -i python-execo_2.6.8_all.deb
Configuration
=============
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment