aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2018-09-10 14:48:28 -0700
committerHaibo Huang <hhb@google.com>2018-09-10 14:48:28 -0700
commit1e38b09f0bf5bcd092a31cdf3d27f9208fa1368b (patch)
tree5ef6eb5b004616c8e9899847cfb9f4a593403b03
parent9a6777b973f78370a8aeed5d2953320fc887732f (diff)
downloadcaliper-1e38b09f0bf5bcd092a31cdf3d27f9208fa1368b.tar.gz
Correct METADATA
caliper is not updated by 'git merge'. With git upstream set, updater tool will try to run `git merge-base` and get an error. This changes the url to a github archive. So that the tool will get latest SHA from github and compare. Test: NA Change-Id: I090818668b954046833c36b40b84caef49929bae
-rw-r--r--METADATA4
1 files changed, 2 insertions, 2 deletions
diff --git a/METADATA b/METADATA
index e9f1fe6..0e79ebf 100644
--- a/METADATA
+++ b/METADATA
@@ -7,8 +7,8 @@ third_party {
value: "https://github.com/google/caliper"
}
url {
- type: GIT
- value: "https://github.com/google/caliper.git"
+ type: ARCHIVE
+ value: "https://github.com/google/caliper/archive/73efbe138dafba57d6a890257961ba83f41b89f2.zip"
}
version: "73efbe138dafba57d6a890257961ba83f41b89f2"
last_upgrade_date {