Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Conversation

@guerinoni
Copy link
Contributor

This fix #234, in this way the path for service is /usr/bin and during
script of installation will be moved in that path.

Signed-off-by: Federico Guerinoni guerra@develer.com

@guerinoni guerinoni requested review from pippolo84 and rsora August 28, 2020 13:52
Federico Guerinoni added 2 commits September 16, 2020 18:53
This fix #234, in this way the path for service is /usr/bin and during
script of installation will be moved in that path.

Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
Copy link

@pippolo84 pippolo84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The WorkingDirectory is wrong. We need to address that issue before merging.

install.go Outdated
Description: "Cloud connector and launcher for IoT devices.",
Arguments: []string{"-config", configFile},
WorkingDirectory: workingDirectory,
WorkingDirectory: "/usr/bin",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The WorkingDirectory must be the path where the certificates and arduino-connector.cfg are. Probably we should create a dedicated folder where to move those files (in the installation script) and save that path here.

Signed-off-by: Fabio Falzoi <fabio@develer.com>
Fabio Falzoi and others added 3 commits September 17, 2020 16:19
Signed-off-by: Fabio Falzoi <fabio@develer.com>
This because GHCR are still buggy, maybe the images is moved under
the hood and every pulls fail because unknowk blob.

Signed-off-by: Federico Guerinoni <guerra@develer.com>
@guerinoni guerinoni merged commit 8ac130b into master Sep 17, 2020
@guerinoni guerinoni deleted the feature/234 branch September 17, 2020 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Moving arduino-connector to /usr/bin during installation

3 participants