From 4544a4301cdc59492470acfabf3d6814145920f4 Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Fri, 29 Nov 2024 17:48:43 +0000 Subject: [PATCH] chore: use rc branch for network dashboard For a while the network dashboard will also use an intermediate branch. This also fixes a clippy warning in a new version of Rust. --- .../ansible/roles/telegraf-configuration/defaults/main.yml | 2 +- src/lib.rs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/ansible/roles/telegraf-configuration/defaults/main.yml b/resources/ansible/roles/telegraf-configuration/defaults/main.yml index 50a41fe8..22f5aa8d 100644 --- a/resources/ansible/roles/telegraf-configuration/defaults/main.yml +++ b/resources/ansible/roles/telegraf-configuration/defaults/main.yml @@ -1,5 +1,5 @@ --- -network_dashboard_branch: main +network_dashboard_branch: rc-2024.12.1 network_dashboard_github_url: git@github.com:maidsafe/network-dashboard.git network_dashboard_repo_path: /root/network-dashboard network_dashboard_sk_path: /root/.ssh/network-dashboard diff --git a/src/lib.rs b/src/lib.rs index 95ebddd2..f68c72c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1078,9 +1078,9 @@ impl TestnetDeployer { } } -/// -/// Shared Helpers -/// +// +// Shared Helpers +// pub fn get_genesis_multiaddr( ansible_runner: &AnsibleRunner,