src-d / rovers

Rovers is a service to retrieve repository URLs from multiple repository hosting providers.
GNU General Public License v3.0
14 stars 13 forks source link

providers/bitbucket: skip mercurial repositories #198

Closed erizocosmico closed 6 years ago

erizocosmico commented 6 years ago

Closes https://github.com/src-d/borges/issues/326

erizocosmico commented 6 years ago

fixed

mcarmonaa commented 6 years ago

CI AppVeyor fails

erizocosmico commented 6 years ago

Yeah, but the error is on their side:

git clone --quiet --branch v1 --depth 1 https://github.com/src-d/ci.git .ci;
cd .ci && \
pwsh -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/smola/ci-tricks/master/get.ps1'))"
Exception calling "DownloadString" with "1" argument(s): "The remote server returned an error: (503) backend read error."
At line:1 char:1
+ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.gi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException

mingw32-make: *** [.ci/Makefile.main:215: prepare-services] Error 1
Command exited with code 2
jfontan commented 6 years ago

We should have access to restart appveyor tests. It may be a temporary problem.

ajnavarro commented 6 years ago

I tried, but I cannot either. appveyor is executed on @mcuadros namespace, maybe he will be able to restart it?

erizocosmico commented 6 years ago

I just amended so appveyor is triggered

erizocosmico commented 6 years ago

Now it has passed