Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
execo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMBERT Matthieu
execo
Commits
991ce0a7
Commit
991ce0a7
authored
2 years ago
by
IMBERT Matthieu
Browse files
Options
Downloads
Patches
Plain Diff
version 2.7
parent
7e9c72fb
No related branches found
No related tags found
No related merge requests found
Pipeline
#744409
passed
2 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
debian/changelog
+16
-0
16 additions, 0 deletions
debian/changelog
doc/userguide.rst
+4
-4
4 additions, 4 deletions
doc/userguide.rst
with
21 additions
and
5 deletions
README.md
+
1
−
1
View file @
991ce0a7
...
...
@@ -35,7 +35,7 @@ along with Execo. If not, see <http://www.gnu.org/licenses/>
Versions
========
latest stable version: v2.
6.8
(202
1-11-17
)
latest stable version: v2.
7
(202
3-01-25
)
Installation instructions
=========================
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
16
−
0
View file @
991ce0a7
python-execo (2.7) unstable; urgency=low
* new upstream release:
- [execo] bugfixes of ProcessOutputHandlers, with a slight API change, hence the switch to 2.7 serie
- [documentation] update doc and examples to python3
- [execo_g5k] no more allow_classic_ssh in examples (grid5000 doesn't have this job type anymore)
- [documentation] various minor improvements and updates to examples
- [execo_g5k] fix g5k API cache validity check
-- Matthieu Imbert <matthieu.imbert@inria.fr> Wed, 25 Jan 2023 10:58:00 +0100
python-execo (2.6.8) unstable; urgency=low
* new upstream release:
...
...
This diff is collapsed.
Click to expand it.
doc/userguide.rst
+
4
−
4
View file @
991ce0a7
...
...
@@ -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.8
.tar.gz
$ tar xzf execo-2.
6.8
.tar.gz
$ cd execo-2.
6.8
/
$ wget https://gitlab.inria.fr/mimbert/execo/-/package_files/[...]/download -O execo-2.
7
.tar.gz
$ tar xzf execo-2.
7
.tar.gz
$ cd execo-2.
7
/
$ 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.8
_all.deb
$ dpkg -i python-execo_2.
7
_all.deb
Configuration
=============
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment