- --repo-sync {always,cached-okay,never}ΒΆ
Mode for repository metadata synchronization. Default is
always.alwaysAlways try to keep the repository metadata up-to-date. If there is a failure to validate/update the repo metadata, the build fails immediately.
cached-okayAttempt to update the repository metadata. If a low-level network error prevents such an update and we have cached metadata for the repository, ignore the error and continue.
neverDo not try to update the repository metadata. This option requires that there be a local cache of the repository metadata before being used.
If any packages need to be pulled for the build and those packages are not already locally cached,
bptwill still attempt to download those packages from the repository.
Regardless of this option, the HTTP
Cache-Controlheaders for the repository data will be respected. If repository data is within the lifetime of themax-ageof the resource,bptwill not try to update the repository data.