Hello everyone,
First, thanks for Google repo tool development, I use it for a long time now :)
Second, I have a concern about repo auto update. I run some Jenkins jobs (with Docker) to build Yocto images and we use Repo to handle multiple Git repositories.
So at every job beginning, I run repo init <args> and repo sync in existing folder, and sometimes repo sync fails with following error:
info: A new version of repo is available
warning: repo is not tracking a remote branch, so it will not receive updates
=======================================================================
Repo command failed: RepoUnhandledExceptionError
repo: Updating release signing keys to keyset ver 2.3
info: Restarting repo with latest version
My job then fails to continue. I tried several options but I can't figure out if there is a Repo way to fix this?
I couldn't find if it's possible to disable repo update or proceed anyway?
Thanks by advance for any help,
Vincent