You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.
The improvements that were made to the rpm package in #329 need to be checked in and ported to the apt packaging mechanism if necessary.
Specifically this means:
The package should be installable without an error when /etc/stackable/stackable-agent/secret exists and contains keys
The package should remove /opt/stackable/stackable-agent as well as the binary file in there when it is uninstalled
The package should fully remove /etc/stackable/stackable-agent if only the default config file exists in that directory when it is uninstalled
The package should correctly declare /etc/stackable/stackable-agent/agent.conf as a config file so that config file update mechanisms handle changes to that file in the proper way
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The improvements that were made to the rpm package in #329 need to be checked in and ported to the apt packaging mechanism if necessary.
Specifically this means:
/etc/stackable/stackable-agent/secret
exists and contains keys/opt/stackable/stackable-agent
as well as the binary file in there when it is uninstalled/etc/stackable/stackable-agent
if only the default config file exists in that directory when it is uninstalled/etc/stackable/stackable-agent/agent.conf
as a config file so that config file update mechanisms handle changes to that file in the proper wayThe text was updated successfully, but these errors were encountered: