<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/parallel/paexec, branch pkgsrc-2014Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-08-14T06:15:54Z</updated>
<entry>
<title>Update to version 1.0.1</title>
<updated>2014-08-14T06:15:54Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2014-08-14T06:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=69a02d58225cd21becc2afcef91a9f3b2ecf5d27'/>
<id>urn:sha1:69a02d58225cd21becc2afcef91a9f3b2ecf5d27</id>
<content type='text'>
  Unflushed (broken) stdout seen on Darwin was fixes.</content>
</entry>
<entry>
<title>Update to version 1.0.0</title>
<updated>2014-07-13T16:25:28Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2014-07-13T16:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a70e7f50e32e4ad1f518faf7da43c13be7daedb9'/>
<id>urn:sha1:a70e7f50e32e4ad1f518faf7da43c13be7daedb9</id>
<content type='text'>
  mk-configure&gt;=0.27.0 is required for build.

  Option -X was introduced to paexec(1) for ignoring
  calculator's stdout.

  PAEXEC_ENV environment variable sets a list of variables passed to
  the calculator.

  PAEXEC_TRANSPORT environment variable sets the transport unless
  option -t was applied.

  PAEXEC_NODES environment variable sets the nodes unless
  option -n was applied.

  pareorder(1) is a synonym for paexec_reorder(1)</content>
</entry>
<entry>
<title>Update to version 0.19.1</title>
<updated>2013-08-26T16:20:03Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2013-08-26T16:20:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=61f210c317851688da9537bfe3aedef31fd62173'/>
<id>urn:sha1:61f210c317851688da9537bfe3aedef31fd62173</id>
<content type='text'>
  paexec: Fix for segfault seen on Linux</content>
</entry>
<entry>
<title>Update to 0.19.0</title>
<updated>2013-08-25T14:59:17Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2013-08-25T14:59:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6f95636f433ee9a1fa85086027f15c777ebdb4f0'/>
<id>urn:sha1:6f95636f433ee9a1fa85086027f15c777ebdb4f0</id>
<content type='text'>
  This release of paexec was successfully tested on the following
  platforms: NetBSD-6.1/amd64, OpenBSD-5.3/i386, FreeBSD-8.3/i386,
  Solaris-10/sparc, Solaris-11/amd64 and diverse Linux/{i386,amd64}.

  paexec is now selfcontained, libmaa is not needed anymore.

  Presentation paexec.pdf was added to presentation/. I hope it will
  help easier understand how "paexec" works. It is installed to
  ${DOCDIR}.

  paexec:
    - POSIX-2008 getline(3) is used for reading lines
      instead of home-made function.
    - t '' is equivalent to "no transport", spaces are trimmed.
    - "-n +NNN" has higher priority than -t, i.e. if they both are
      specified, transport is ignored.
    - Fix for -W1.
    - Environment variable PAEXEC_EOT was introduced.
    - Option -y was added to paexec(1) and paexec_reorder(1).
    - Option -C was added to paexec(1).

  paexec_reorder:
    - Option -x was added to paexec_reorder(1).

  A number of fixes and improvements in regression tests.</content>
</entry>
<entry>
<title>"paexec -t ''" is equivalent to "paexec" with no transport; ++pkgrevision</title>
<updated>2013-03-08T14:06:30Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2013-03-08T14:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8b2fede9e3f52f5b9077f1cfdf92cbeaecd5385f'/>
<id>urn:sha1:8b2fede9e3f52f5b9077f1cfdf92cbeaecd5385f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Version 0.18.0, by Aleksey Cheusov, Thu,  7 Mar 2013 15:17:33 +0300</title>
<updated>2013-03-07T13:02:26Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2013-03-07T13:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=97a13d87ea66e106bb13916150f7664bd12dc0ad'/>
<id>urn:sha1:97a13d87ea66e106bb13916150f7664bd12dc0ad</id>
<content type='text'>
  paexec:
    - fixed: NULL dereference when the first line given on input is
      empty.  Thanks to Sergey Revyako for bug report!
    - fixed: entire command passed tp ssh-like transport should be
      shquoted. In particular this fixes -x that didn't work with -t.
      Thanks to Sergey Revyako for bug report!
    - 'paexec -g' accepts empty strings as tasks.
    - More regression tests were added

  paexec_reorder.1:
    - Mistype fix</content>
</entry>
<entry>
<title>Remove MANDIR= from MAKE_ENV which is already there (mk-c.mk)</title>
<updated>2013-01-08T16:36:53Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2013-01-08T16:36:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2f8a06bfbf65cd7cbd7ac98bfcbdfee5878cd640'/>
<id>urn:sha1:2f8a06bfbf65cd7cbd7ac98bfcbdfee5878cd640</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T20:32:10Z</updated>
<author>
<name>asau</name>
<email>asau@pkgsrc.org</email>
</author>
<published>2012-09-11T20:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21221c5d51147213883f10671673587ee6bc913e'/>
<id>urn:sha1:21221c5d51147213883f10671673587ee6bc913e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.17.0</title>
<updated>2012-09-09T23:30:26Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2012-09-09T23:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=48074f5b82a201613f01f972157b173a3557835a'/>
<id>urn:sha1:48074f5b82a201613f01f972157b173a3557835a</id>
<content type='text'>
  paexec:
    - Option -x was added. With its help paexec can run one command
      per task.  If -g is also specified, command's exit status is
      analysed. Appropriate task and dependants are marked as "failed"
      if it is non-zero.
    - First character of -n argument must be alphanumeric, `+', `_',
      `:' or `/'.  Other symbols are reserved for future extentions.
    - With '-n :filename' paexec reads a list of nodes from the
      specified file.
    - With a help of new option '-m t=&lt;eot&gt;' end of task string
      may be specified, which is an empty line by default.
    - Option -md=&lt;delim&gt; was added that overrides the default
      delimiter (space character) between tasks in graph mode (-g).
    - Output line that contains failed dependants no longer ends with
      unnecessary space.
    - Long options were completely removed.

  paexec_reorder:
    - Fix. "paexec_reorder -g" now handles correctly failed tasks'
      output.  One extra line after "fatal" is expected.
    - Options -m was added. It does the same things as paexec's -m.

  More examples of use and regression tests.

  Documentation update, clean-ups and improvements.

  Regression tests:
    - Signals handling was fixed in.
    - LC_ALL is always set to C in regression tests, this fixes some
      problems in internationalized environment.

  mk-configure&gt;=0.23.0 is required at build time</content>
</entry>
<entry>
<title>clean-ups (adapted for recent mk-configure)</title>
<updated>2012-03-09T18:58:19Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2012-03-09T18:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07e7526e38150307e068bd03a62ca0c9eda30c97'/>
<id>urn:sha1:07e7526e38150307e068bd03a62ca0c9eda30c97</id>
<content type='text'>
</content>
</entry>
</feed>
