diff --git a/repos.make b/repos.make index 03be57399f651f8bb9ed305491c3752a0ab2160d_cmVwb3MubWFrZQ==..f9839a0079c761218120e273aba13dc731dc47bf_cmVwb3MubWFrZQ== 100644 --- a/repos.make +++ b/repos.make @@ -1,8 +1,10 @@ SOURCE=https://static.octobus.net/asv/ +all: repos/mercurial-2018-08-01.benchrepo repos/mozilla-central-2018-08-01.benchrepo + repos/mercurial-2018-08-01.benchrepo: (cd repos/; curl $(SOURCE)/mercurial-2018-08-01-reference.tar | tar x; hg -R mercurial-2018-08-01-reference update tip) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-hundred.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-ten.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-thousand.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-same.tar | tar x) @@ -3,6 +5,13 @@ repos/mercurial-2018-08-01.benchrepo: (cd repos/; curl $(SOURCE)/mercurial-2018-08-01-reference.tar | tar x; hg -R mercurial-2018-08-01-reference update tip) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-hundred.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-ten.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-last-thousand.tar | tar x) (cd repos/.cache/; curl $(SOURCE)/mercurial-2018-08-01-partial-same.tar | tar x) + +repos/mozilla-central-2018-08-01.benchrepo: + (cd repos/; curl $(SOURCE)/mozilla-central-2018-08-01-reference.tar | tar x; hg -R mozilla-central-2018-08-01-reference update tip) + (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-last-hundred.tar | tar x) + (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-last-ten.tar | tar x) + (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-last-thousand.tar | tar x) + (cd repos/.cache/; curl $(SOURCE)/mozilla-central-2018-08-01-partial-same.tar | tar x)