Backed out changeset d8122277e9fd (bug 1341214) for causing on m-c problems in vp tc tasks

This commit is contained in:
Carsten "Tomcat" Book
2017-02-22 15:33:42 +01:00
parent 711501d98d
commit 20a26945dc
9 changed files with 14 additions and 13 deletions

View File

@@ -18,8 +18,8 @@ from subprocess import Popen, PIPE
from io import BytesIO
from taskgraph.util import docker
from . import GECKO
GECKO = os.path.realpath(os.path.join(__file__, '..', '..', '..'))
INDEX_URL = 'https://index.taskcluster.net/v1/task/' + docker.INDEX_PREFIX + '.{}.{}.hash.{}'
ARTIFACT_URL = 'https://queue.taskcluster.net/v1/task/{}/artifacts/{}'