Lines Matching refs:is
3 external updater is a tool to automatically update libraries in external/.
5 The documentation on this page is for users of `external_updater`. If you're
10 In each of the examples below, `$PROJECT_PATH` is the path to the project to
11 operate on. If more than one path is given, external_updater will operate on
23 Check updates for a library or verify METADATA is valid:
69 The most important part in the file is a list of urls.
75 If type of a URL is set to GIT, the URL must be a git upstream
82 IMPORTANT: It is suggested to set up a `upstream-main` branch to
89 If the version is a SHA, the tool will always try to upgrade to the
90 top of upstream. As long as there is any new change upstream, local
95 If the version is not a SHA, the tool will try to parse the version
96 to get a numbered version. Currently the supported version format is:
108 It is suggested to verify all local changes when upgrading. This can
114 If the url type is ARCHIVE, and the url is from GitHub, `external_updater`
126 If the tag of latest release is not equal to version in METADATA file, a
127 new version is found. The tool will download the tarball and overwrite the
149 There is some support to automatically check updates for all external
150 libraries every hour, send email and change. Currently this is done by