Mercurial > evolve
changeset 6141:30ca8eb17b21 stable
ci: pull hg-committed from m-s.o, because mirror has an issue with @ bookmark
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 21 Feb 2022 18:18:10 +0300 |
parents | 213711ca7653 |
children | 74665d83fb3b 900f9346978f |
files | .gitlab-ci.yml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitlab-ci.yml Mon Feb 21 17:48:47 2022 +0300 +++ b/.gitlab-ci.yml Mon Feb 21 18:18:10 2022 +0300 @@ -1,6 +1,6 @@ .prepare_hg: &prepare_hg - hg pull -R /ci/repos/mercurial/ - - hg pull -R /ci/repos/mercurial/ https://mirror.octobus.net/hg-committed + - hg pull -R /ci/repos/mercurial/ https://www.mercurial-scm.org/repo/hg-committed - hg_branch=$(tests/testlib/map-hg-rev.sh "$(hg identify --branch)") - hg -R /ci/repos/mercurial/ update "$hg_branch" - hg_rev=$(hg log -R /ci/repos/mercurial/ -r . -T '{node}')