From 84eb0f6723cb985d98d41e32e0c0688d1c8560f6 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 3 Oct 2023 12:13:44 -0700 Subject: [PATCH 1/3] syncing --- scripts/ubuntu/2-machine-cofiguration.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ubuntu/2-machine-cofiguration.sh b/scripts/ubuntu/2-machine-cofiguration.sh index 27cfb10..db09c79 100644 --- a/scripts/ubuntu/2-machine-cofiguration.sh +++ b/scripts/ubuntu/2-machine-cofiguration.sh @@ -108,3 +108,7 @@ EOF sudo systemctl daemon-reload sudo systemctl enable matter-th +printf "\n\n**********" +printf "\n*** Enable systemd-timesyncd ***\n" +sudo systemctl enable systemd-timesyncd +sudo systemctl start systemd-timesyncd \ No newline at end of file From 94e7518284bd0d88c147e74cd73a8779e7a0ea0e Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 3 Oct 2023 12:20:15 -0700 Subject: [PATCH 2/3] Updating submodules --- .gitmodules | 15 ++++++--------- backend | 2 +- frontend | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6f30506..6cad4e8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,9 @@ [submodule "cli"] - path = cli - branch = main - url = https://github.com/project-chip/certification-tool-cli +path = cli +url = https://github.com/project-chip/certification-tool-cli [submodule "backend"] - path = backend - branch = main - url = https://github.com/project-chip/certification-tool-backend +path = backend +url = https://github.com/project-chip/certification-tool-backend [submodule "frontend"] - path = frontend - branch = main - url = https://github.com/project-chip/certification-tool-frontend +path = frontend +url = https://github.com/project-chip/certification-tool-frontend diff --git a/backend b/backend index a92079a..9451d49 160000 --- a/backend +++ b/backend @@ -1 +1 @@ -Subproject commit a92079a8f00fdf2de66241bc647cb1eb7f7a59da +Subproject commit 9451d4916d6a330c5974fadbbf5dbe1873d9c426 diff --git a/frontend b/frontend index d87f893..549547d 160000 --- a/frontend +++ b/frontend @@ -1 +1 @@ -Subproject commit d87f8935355f978bd80b5c53705702928f73b3aa +Subproject commit 549547d91c2e886511e1364bcb7be1606e14c710 From d714a8e58df57e57f3acb86dd874ef7b21326721 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Tue, 3 Oct 2023 12:20:52 -0700 Subject: [PATCH 3/3] Updating submodules --- .gitmodules | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6cad4e8..6f30506 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,12 @@ [submodule "cli"] -path = cli -url = https://github.com/project-chip/certification-tool-cli + path = cli + branch = main + url = https://github.com/project-chip/certification-tool-cli [submodule "backend"] -path = backend -url = https://github.com/project-chip/certification-tool-backend + path = backend + branch = main + url = https://github.com/project-chip/certification-tool-backend [submodule "frontend"] -path = frontend -url = https://github.com/project-chip/certification-tool-frontend + path = frontend + branch = main + url = https://github.com/project-chip/certification-tool-frontend