You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gclient setdep used to assume that the version of a CIPD package was always
of the form 'version:<something>'.
However, the following are all valid:
* SHA1 hashes that specify a single instance
* tags (tagname:tagvalue)
* References (e.g. 'latest') that are dynamically resolved by the CIPD server.
This change adds support for all of them:
* GetCIPD simply returns whatever the 'version' entry is, without assuming
it begins with 'version:'.
* SetCIPD sets 'version' ta whatever it is passed, without prepending 'version:'
at the beginning.
Bug: 858978
Change-Id: I53669c5df7fb51cde42e0af271139b5719a47622
Reviewed-on: https://chromium-review.googlesource.com/1120943
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
|
7 years ago | |
|---|---|---|
| .. | ||
| gstools | ||
| auth_test.py | 8 years ago | |
| bot_update_coverage_test.py | 7 years ago | |
| checkout_test.py | 8 years ago | |
| download_from_google_storage_unittest.py | 8 years ago | |
| fix_encoding_test.py | ||
| gclient_eval_unittest.py | 7 years ago | |
| gclient_scm_test.py | 8 years ago | |
| gclient_smoketest.py | 7 years ago | |
| gclient_test.py | 7 years ago | |
| gclient_utils_test.py | 8 years ago | |
| git_cache_test.py | 7 years ago | |
| git_cl_creds_check_report.txt | 8 years ago | |
| git_cl_test.py | 8 years ago | |
| git_common_test.py | 8 years ago | |
| git_dates_test.py | 10 years ago | |
| git_drover_test.py | 8 years ago | |
| git_footers_test.py | 8 years ago | |
| git_hyper_blame_test.py | 8 years ago | |
| git_number_test.py | 11 years ago | |
| git_rebase_update_test.py | 10 years ago | |
| gsutil_test.py | 8 years ago | |
| owners_finder_test.py | 8 years ago | |
| owners_unittest.py | 8 years ago | |
| patch_test.py | ||
| presubmit_unittest.py | 7 years ago | |
| recipes_test.py | 9 years ago | |
| roll_dep_test.py | 8 years ago | |
| scm_unittest.py | 9 years ago | |
| subprocess2_test.py | 9 years ago | |
| upload_to_google_storage_unittest.py | 8 years ago | |
| watchlists_unittest.py | 9 years ago | |