Hi @JeremyL
I didn’t notice your post regarding gerrit earlier. My apologies.
We migrated external repositories from https://gerrit.legato.io to github, new documentation is available on GitHub - Legato Docs . We had sent notifications related to the same in January to all gerrit users regarding this switch.
Add external remote if it not already added.
- “leaf remote add external-stable https://downloads.sierrawireless.com/leaf/legato/stable.json”
Please check to see if the new swi-cloneutils can now be found in the external remote by running:
- “leaf search -a swi-cloneutils_5.0.210118”
If the package is found run the following command to install the tool in the leaf workspace:
- “leaf profile sync”
Additionally, there are additional steps required to access the repositories on github.
- follow instructions on GitHub - Legato Docs
Please let us know if this helps.