[upstream_utils] Document how to update thirdparty libraries (#4253)

Also, add a CI job to ensure the sources in the repo are consistent with
the update scripts.
This commit is contained in:
Tyler Veness
2022-05-26 09:02:32 -07:00
committed by GitHub
parent 96ebdcaf16
commit db2e1d170e
3 changed files with 120 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ def setup_upstream_repo(url, treeish, shallow=True):
Keyword arguments:
url -- The URL of the git repo
treeish -- The tree-ish to check out (branch or tag)
shallow -- Whether to do a shallow clone
Returns:
root -- root directory of destination Git repository