Lines Matching refs:a
3 external updater is a tool to automatically updates libraries in external/ .
7 Check updates for a library, or verify METADATA is valid:
19 Update a library:
25 LIBNAME can be the path to a library under external/. E.g. kotlinc, or
30 To use this tool, a METADATA file must present at the root of the
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
43 be either a version tag, or SHA. The tool will find the latest
48 IMPORTANT: It is suggested to set up a `upstream-master` branch to
51 filing a bug to componentid:99104.
55 If the version is a SHA, the tool will always try to upgrade to the
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:
70 If you have project where this isn't working, file a bug so we can take a look.
81 can upgrade a library based on GitHub releases.
92 If the tag of latest release is not equal to version in METADATA file, a
104 If more files need to be reserved, a post_update.sh can be created to copy
115 running the following script on a desktop machine.