Lines Matching refs:is
3 external updater is a tool to automatically updates libraries in external/ .
7 Check updates for a library, or verify METADATA is valid:
35 The most important part in the file is a list of urls.
41 If type of a URL is set to GIT, the URL must be a git upstream
48 IMPORTANT: It is suggested to set up a `upstream-master` branch to
55 If the version is a SHA, the tool will always try to upgrade to the
56 top of upstream. As long as there is any new change upstream, local
61 If the version is not a SHA, the tool will try to parse the version
62 to get a numbered version. Currently the supported version format is:
74 It is suggested to verify all local changes when upgrading. This can
80 If the url type is ARCHIVE, and the url is from GitHub, `external_updater`
92 If the tag of latest release is not equal to version in METADATA file, a
93 new version is found. The tool will download the tarball and overwrite the
113 There is some support to automatically check updates for all external
114 libraries every hour, send email and change. Currently this is done by