Mentions légales du service

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

version 2.8.2

parent 40b7bb87
No related branches found
No related tags found
No related merge requests found
Pipeline #1138902 passed
...@@ -35,7 +35,7 @@ along with Execo. If not, see <http://www.gnu.org/licenses/> ...@@ -35,7 +35,7 @@ along with Execo. If not, see <http://www.gnu.org/licenses/>
Versions Versions
======== ========
latest stable version: v2.8.1 (2024-10-21) latest stable version: v2.8.2 (2025-03-18)
Installation instructions Installation instructions
========================= =========================
......
python-execo (2.8.2) unstable; urgency=medium
* [execo_g5k] planning: fix exclusion of hosts/cluster additional constraint
* [execo_g5k] api_utils: get_cluster_site() returns None for an unknown cluster instead of raising an exception (to be consistent with the rest of the api eg. get_host_cluster()
* [execo, execo_g5k] fix escape sequences (in regexes or in strings)
* [execo, execo_g5k] use pipes.quote or shlex.quote depending on py version
* [doc] fix bug reporting url
* [execo] utils: singleton_to_collection better None handling -> empty list
* [execo_g5k] oar: add -t origin=execo to all jobs
* [execo_g5k] remove oargridsub (but the examples in the user guide still need to be updated)
-- Matthieu Imbert <matthieu.imbert@inria.fr> Tue, 18 Mar 2025 13:09:22 +0100
python-execo (2.8.1) unstable; urgency=medium python-execo (2.8.1) unstable; urgency=medium
* [execo, execo_g5k, execi_engine] fix regexes thanks to python 3.12 improved handling of invalid escape sequences (https://docs.python.org/3/whatsnew/3.12.html#other-language-changes) * [execo, execo_g5k, execi_engine] fix regexes thanks to python 3.12 improved handling of invalid escape sequences (https://docs.python.org/3/whatsnew/3.12.html#other-language-changes)
......
...@@ -18,9 +18,9 @@ with packages managed by your distribution package manager. ...@@ -18,9 +18,9 @@ with packages managed by your distribution package manager.
- Install from a release tar.gz package:: - Install from a release tar.gz package::
$ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.8.1.tar.gz $ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.8.2.tar.gz
$ tar xzf execo-2.8.1.tar.gz $ tar xzf execo-2.8.2.tar.gz
$ cd execo-2.8.1/ $ cd execo-2.8.2/
$ python setup.py install --user $ python setup.py install --user
- Or install from source repository if you want the very latest - Or install from source repository if you want the very latest
...@@ -40,7 +40,7 @@ with packages managed by your distribution package manager. ...@@ -40,7 +40,7 @@ with packages managed by your distribution package manager.
- Or install from debian package:: - Or install from debian package::
$ dpkg -i python-execo_2.8.1_all.deb $ dpkg -i python-execo_2.8.2_all.deb
Configuration 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