WIP: Generic activation program #9
Loading…
Reference in a new issue
No description provided.
Delete branch "ecoppens/colmena:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -56,2 +56,4 @@
ActiveProfileUnexpected { profile: Profile },
#[snafu(display("Invalid JSON from activation program: {}", error))]
InvalidActivationProgramJson { error: serde_json::Error },
UnexpectedActivationProgramReply
IMHOabbf53c35b
to71200e5c17
@ -291,3 +277,1 @@
let target = TargetNode::new(node.clone(), host, config);
if !ssh_only || ssh_host {
if let Some(system_type) = config.system_type.as_ref() {
Note: do not forget to check also if there's an activationProgram in the registry and if not, fallback to the legacy SSH mode.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.