Package alterator-module-executor: Information

    Source package: alterator-module-executor
    Version: 0.1.30-alt1
    Latest version according to Repology
    Build time:  Feb 27, 2026, 06:35 PM in the task #409458
    Report package bug
    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 RPM packages built from this SRPM:
    alterator-module-executor (x86_64, i586, aarch64)
    alterator-module-executor-debuginfo (x86_64, i586, aarch64)

    Maintainer: Ivan Savin



      1. alterator-manager-devel >= 0.1.30
      2. cmake
      3. gcc
      4. libgio-devel
      5. libjson-c-devel
      6. libpolkit-devel
      7. libsystemd-devel
      8. libtomlc99-devel
      9. rpm-macros-cmake

    Last changed


    Feb. 27, 2026 Ivan Savin 0.1.30-alt1
    - Update .clang-format and CODESTYLE.md.
    - Bringing the code to the described style.
    - Add .forgejo/workflows/clang-format.yml.
    Jan. 23, 2026 Ivan Savin 0.1.29-alt2
    - Add add secret scanning (alxvmr@).
    - Add .clang-format and CODESTYLE.md.
    Nov. 28, 2025 Ivan Savin 0.1.29-alt1
    - Add a new option - exit_status. Methods no longer return an exit_status by
      default. To add the 'response' return value to a method, you need to add an
      'exit_status = true' to the method definition in configuration file.