Sun, 05 May 2024 00:19:47 UTC | login

Information for build erlang-setup-2.1.0-9.fc40

ID296546
Package Nameerlang-setup
Version2.1.0
Release9.fc40
Epoch
SummaryGeneric setup utility for Erlang-based systems
DescriptionWhile Erlang/OTP comes with many wonderful applications, including the Mnesia DBMS, there is no standard or convention for installing a system. Erlang/OTP provides tools for building a boot script, and rules for setting environment variables, etc., and Mnesia offers an API for creating and modifying the database schema. However, with no convention for when these tools and API functions are called - and by whom - application developers are left having to invent a lot of code and scripts, not to mention meditate over chapters of Erlang/OTP documentation in order to figure out how things fit together. This utility offers a framework for initializing and configuring a system, with a set of conventions allowing each component to provide callbacks for different steps in the installation procedure. The callbacks are defined through OTP application environment variables, which can easily be overriden at install time.
scm:git:https://github.com/uwiger/setup.git
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 18 Mar 2024 08:32:55 UTC
CompletedMon, 18 Mar 2024 08:32:55 UTC
Tags
f40
RPMs
src
erlang-setup-2.1.0-9.fc40.src.rpm (info) (download)
noarch
erlang-setup-2.1.0-9.fc40.noarch.rpm (info) (download)
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Apr 06 2022 Peter Lemenkov <lemenkov@gmail.com> - 2.1.0-4 - Switch to rebar3