Compare commits

...

2 Commits

Author SHA1 Message Date
Natalia Serrano ab5544203d Merge pull request 'refs #2060 make dbus envvar available to the agent' (#43) from export-dbus-address into main
ogclient/pipeline/head There was a failure building this commit Details
ogclient/pipeline/tag There was a failure building this commit Details
Reviewed-on: #43
2025-05-21 15:56:14 +02:00
Natalia Serrano 50716302dd refs #2060 make dbus envvar available to the agent 2025-05-21 15:55:55 +02:00
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.13.1] - 2025-05-21
### Changed
- Make dbus envvar available to the agent
## [0.13.0] - 2025-05-19
### Added

View File

@ -6,7 +6,7 @@ source /opt/opengnsys/etc/preinit/loadenviron.sh
# Scripts de inicio.
for f in fileslinks loadmodules metadevs mountrepo poweroff otherservices; do
$OGETC/preinit/$f.sh
source $OGETC/preinit/$f.sh
done
unset f