Merge branch 'master' into website website
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 2 Jun 2016 15:23:41 +0000 (17:23 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 2 Jun 2016 15:23:41 +0000 (17:23 +0200)
commit12725aa3f218df819120197098c02cf2140fb3d0
tree6f5c1cc8c5eb7d76f1d3de44ebad1c1a18014e9c
parentd41903e7e1e9b494f484294c70b5da5ab187e52d
parent6c329d00ae606cfd98a076bd54013ab5b9ad687a
Merge branch 'master' into website

* master: (30 commits)
  6.1.2
  bugfixes
  6.1.1
  critical change one of the hacks I had done for python3 turns out to severely break dealing with binary files revert that change for now; it's probably safer to use py2 only with this version, and a deeper fix will be needed later on
  nothing wrong with a stderr being not empty
  various cosmetic
  miscell cleanup and prettyfication in collector and application
  cosmetic
  6.1.0
  linux application receives a new attribute splitStderr defaults to False stdout and stderr are now merged by default in a single trace previous behaviour can be achieved by setting this new attribute to True
  cosmetic
  prettyfied execfuncs : mostly format vs %
  nicer output for the ssh command: show quotes only when needed
  prettyfied sshfuncs - no change
  6.0.9
  typo
  add a ${CODE} shorthand for linux applications, that refer to the full path of the (uploaded) code that was specified with code=
  linux/{node,application} only cosmetic and formatting use .format() instead of % should be harmless
  node.upload knows how to optionnally create executable files application.upload_code takes advantage of that -- this way we can upload a shell script usable as ${APP_HOME}/code
  revisited declaration of attributes for node and application
  ...

# Conflicts:
# CHANGELOG.md
# VERSION