Package alterator-module-executor: Information

  • Default inline alert: Version in the repository: 0.1.11-alt2

Source package: alterator-module-executor
Version: 0.1.7-alt1
Latest version according to Repology
Build time:  Oct 31, 2023, 06:37 PM in the task #333260
Report package bug
Home page: 

License: GPL-2
Summary: Alterator-manager module for running executable files and scripts
Description: 
Alterator-manager module for running executable files and scripts.

List of rpms provided by this srpm:
alterator-module-executor (x86_64, ppc64le, i586, armh, aarch64)
alterator-module-executor-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Ivan Savin

List of contributors:
Ivan Savin
Evgeny Sinelnikov

ACL:
Evgeny Sinelnikov
@everybody

    1. alterator-manager-devel >= 0.1.10
    2. cmake
    3. libpolkit-devel
    4. gcc
    5. libgio-devel
    6. libsystemd-devel

Last changed


Oct. 31, 2023 Ivan Savin 0.1.7-alt1
- Add the ability to add environment variables from the alterator-manager
  database.
- Add memory freeing for the structure with data for launching processes in case
  of a process startup error and in case of a command line parsing error.
- Add reduction of thread counters in case of command line parsing error and in
  case of process startup error.
July 11, 2023 Ivan Savin 0.1.6-alt1
- Add validation of interfaces by template.
June 23, 2023 Ivan Savin 0.1.5-alt1
- Add the ability to work in user mode (systemctl --user).
- Add the ability to output data from stdout and stderr when condition is
  G_IO_HUP. Continues to read from channel until error or EOF.