tianocore / edk2-edkrepo

Repository for the edkrepo utility
Other
21 stars 24 forks source link

Message informing user that the sync -o flag is required is missing unless -v is given #166

Closed nate-desimone closed 1 year ago

nate-desimone commented 1 year ago

when running edkrepo sync -u and there is a change in the cloned repository list, the most recent version of EdkRepo prints:

Failed to update manifest.

Without any additional information. When running edkrepo sync -uv you get the following additional message:

The latest manifest for project, <project_name>, requires a change in currently cloned repositories.
To complete this operation please rerun the command with the --override flag
Exiting without performing sync operations.
Failed to update manifest.

This message should not be gated by --verbose