perun-slave-base (3.1.16) stable; urgency=low

  * Fixed print of E_LOCK_DIR_NOT_WRITABLE error message

 -- Pavel Zlamal <zlamal@cesnet.cz>  Mon, 01 Aug 2022 13:30:00 +0200

perun-slave-base (3.1.15) stable; urgency=low

  * Suppress unnecessary TAR warnings about timestamps in the future.

 -- Pavel Zlamal <zlamal@cesnet.cz>  Wed, 30 Sep 2020 10:20:00 +0200

perun-slave-base (3.1.14) stable; urgency=medium

  * Changed architecture to all

 -- Martin Kuba <makub@ics.muni.cz>  Fri, 09 Nov 2018 15:32:47 +0100

perun-slave-base (3.1.13) stable; urgency=high

  * Bug fix for processing of $@ in catch_error function.
  * We need to use double quotes around $@ to prevent incorrect processing of
    arguments in $@.

 -- Michal Stava <stavamichal@gmail.com>  Fri, 2 Nov 2018 11:27:00 +0100

perun-slave-base (3.1.12) stable; urgency=low

  * Extend process of loging errors,
    now there is also an error from the command itself not just slave script error.

 -- Peter Balcirak <peter.balcirak@gmail.com>  Wed, 24 Oct 2018 14:30:00 +0200

perun-slave-base (3.1.11) stable; urgency=low

  * Extend log messages so they also contain information about time when they are created.
  * Add log message which informs that service processing started.

 -- Peter Balcirak <peter.balcirak@gmail.com>  Wed, 24 Oct 2018 13:50:00 +0200

perun-slave-base (3.1.10) stable; urgency=low

  * Fixed indendation in perun-slave-base

 -- Peter Balcirak <peter.balcirak@gmail.com>  Wed, 24 Oct 2018 11:00:00 +0200

perun-slave-base (3.1.9) stable; urgency=medium

  * Add add_on_exit function instead of basic trap, this function is a new
    trap management with dynamic content in trap during lifecycle of scripts

 -- Michal Stava <stavamichal@gmail.com>  Fri, 20 Oct 2017 09:50:00 +0200

perun-slave-base (3.1.8) stable; urgency=low

  * Perform write check on default locking folder LOCK_DIR=/var/lock/.
    If not writable, fallback to /tmp location. This ensure compatibility
    across most systems.
  * Locks location can be customized in /etc/perunv3.conf by setting
    LOCK_DIR to custom value. If specified path is not writable, script
    ends with exit code 15.

 -- Pavel Zlamal <zlamal@cesnet.cz>  Tue, 20 Jun 2017 12:02:00 +0200

perun-slave-base (3.1.7) stable; urgency=high

  * Add perl script sync.pl to the base package of perun slave scripts,
    because we need to sync just one file instead of whole filesystem and we
    can use perl core function for this purpose.
  * Reason: command "sync" does synchronization of all mounted file systems on
    machine and if some of them are network fs, it can freeze the server for
    really long time. Synchronization of specific files can prevent this
    situation.

 -- Michal Stava <stavamichal@gmail.com>  Wed, 14 Jun 2017 13:19:00 +0200

perun-slave-base (3.1.6) stable; urgency=low

  * Export perun variables with service name and path to directories (like
    lib, config etc.)

 -- Michal Stava <stavamichal@gmail.com>  Tue, 12 May 2017 14:00:00 +0200

perun-slave-base (3.1.5) stable; urgency=low

  * Add variable with cache directory to perun base

 -- Michal Stava <stavamichal@gmail.com>  Tue, 07 Mar 2017 11:13:00 +0100

perun-slave-base (3.1.4) stable; urgency=low

  * New function diff_mv_sync using sync before and after diff_mv itself, it
    is better to get actual state of data on file system. Use this new
    function where needed.

 -- Michal Stava <stavamichal@gmail.com>  Thu, 31 Mar 2016 14:30:00 +0200

perun-slave-base (3.1.3) stable; urgency=low

  * New custom configuration from '/etc/perunv3.d/' directory, take all files
    in this directory

 -- Michal Stava <stavamichal@gmail.com>  Thu, 04 Feb 2016 15:35:00 +0200

perun-slave-base (3.1.2) stable; urgency=low

  * Use also the old path for {service}.d (pre, mid, post) scripts. Old path
    is /opt/perun/bin/{service}.d/ and the new path is
    /etc/perun/{service}.d/. Same files in both paths has higher priority from
    old path (take these).
  * Info to stderr if old path with scrips is still used (there are some
    scripts)

 -- Michal Stava <stavamichal@gmail.com>  Thu, 07 Jan 2016 13:22:00 +0200

perun-slave-base (3.1.1) stable; urgency=low

  * New package version for perun-slave-base

 -- Michal Stava <stavamichal@gmail.com>  Mon, 16 Nov 2015 13:54:00 +0200
