Skip to content
Snippets Groups Projects
Commit 6b9683b0 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Use octobus mirrors instead of the upstream repos

parent 4f022b1d
No related branches found
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@
// The name of the project being benchmarked
"project": "mercurial",
"project_url": "https://www.mercurial-scm.org/repo/hg/",
"project_url": "https://mirror.octobus.net/hg/",
......@@ -10,5 +10,5 @@
"show_commit_url": "https://www.mercurial-scm.org/repo/hg/rev/",
"show_commit_url": "https://mirror.octobus.net/hg/rev/",
// The URL or local path of the source code repository for the
// project being benchmarked
......@@ -12,7 +12,7 @@
// The URL or local path of the source code repository for the
// project being benchmarked
"repo": "hg+https://www.mercurial-scm.org/repo/hg/",
"repo": "hg+https://mirror.octobus.net/hg/",
// List of branches to benchmark. If not provided, defaults to "master"
// (for git) or "default" (for mercurial).
......
......@@ -22,7 +22,7 @@
echo "Ensuring we have a mercurial clone handy"
if [ ! -d mercurial ]; then
echo " no Mercurial clone found, making a fresh clone"
hg clone https://www.mercurial-scm.org/repo/hg mercurial --config format.sparse-revlog=no --config format.usegeneraldelta=no --config experimental.evolution.exchange=no
hg clone https://mirror.octobus.net/hg/ mercurial --config format.sparse-revlog=no --config format.usegeneraldelta=no --config experimental.evolution.exchange=no
fi
if [ "$SCMPERF_WARMCACHE" != "skip" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment