☠☠ backed out by 7bcb335a9bc5 ☠ ☠ | |
author | Jonathan Griffin <jgriffin@mozilla.com> |
Mon, 27 Jun 2016 14:51:41 -0700 | |
changeset 302798 | 912ea9267130fc68a56b7010217403071b88ffb0 |
parent 302797 | 71f2ee2cd2197e09830c64ed591faef39d0545a8 |
child 302799 | 2416ac97f70c68fc6f4afe07484ed6f54da398eb |
push id | 30376 |
push user | cbook@mozilla.com |
push date | Tue, 28 Jun 2016 14:09:36 +0000 |
treeherder | mozilla-central@e45890951ce7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dustin |
bugs | 1277957 |
milestone | 50.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/taskcluster/ci/legacy/tasks/build.yml +++ b/taskcluster/ci/legacy/tasks/build.yml @@ -21,17 +21,17 @@ task: maxRunTime: 7200 env: # Common environment variables for checking out gecko GECKO_BASE_REPOSITORY: '{{base_repository}}' GECKO_HEAD_REPOSITORY: '{{head_repository}}' GECKO_HEAD_REV: '{{head_rev}}' GECKO_HEAD_REF: '{{head_ref}}' - TOOLTOOL_REPO: 'https://git.mozilla.org/build/tooltool.git' + TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool.git' TOOLTOOL_REV: 'master' MOZ_BUILD_DATE: '{{pushdate}}' MOZ_SCM_LEVEL: '{{level}}' extra: build_product: '{{build_product}}' build_name: '{{build_name}}' build_type: '{{build_type}}'
--- a/taskcluster/ci/legacy/tasks/harness_test.yml +++ b/taskcluster/ci/legacy/tasks/harness_test.yml @@ -45,17 +45,17 @@ task: - bash - /home/worker/bin/build.sh env: # Common environment variables for checking out gecko GECKO_BASE_REPOSITORY: '{{base_repository}}' GECKO_HEAD_REPOSITORY: '{{head_repository}}' GECKO_HEAD_REV: '{{head_rev}}' GECKO_HEAD_REF: '{{head_ref}}' - TOOLTOOL_REPO: 'https://git.mozilla.org/build/tooltool.git' + TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool.git' TOOLTOOL_REV: 'master' TOOLS_DISABLE: true MOZ_BUILD_DATE: '{{pushdate}}' MOZ_SCM_LEVEL: '{{level}}' extra: # These definitions are expected of build tasks but not used in our case build_product: '{{build_product}}'
--- a/taskcluster/ci/legacy/tasks/l10n.yml +++ b/taskcluster/ci/legacy/tasks/l10n.yml @@ -38,17 +38,17 @@ task: env: # Common environment variables for checking out gecko GECKO_BASE_REPOSITORY: '{{base_repository}}' GECKO_HEAD_REPOSITORY: '{{head_repository}}' GECKO_HEAD_REV: '{{head_rev}}' GECKO_HEAD_REF: '{{head_ref}}' - TOOLTOOL_REPO: 'https://git.mozilla.org/build/tooltool.git' + TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool.git' TOOLTOOL_REV: 'master' MOZ_BUILD_DATE: '{{pushdate}}' MOZ_SCM_LEVEL: '{{level}}' extra: # Don't set locations yet locations: build: null
--- a/taskcluster/scripts/builder/build-haz-linux.sh +++ b/taskcluster/scripts/builder/build-haz-linux.sh @@ -17,17 +17,17 @@ shift SCRIPT_FLAGS="$*" # Use GECKO_BASE_REPOSITORY as a signal for whether we are running in automation. export AUTOMATION=${GECKO_BASE_REPOSITORY:+1} : ${GECKO_DIR:=$WORKSPACE/gecko} : ${TOOLTOOL_MANIFEST:=browser/config/tooltool-manifests/linux64/hazard.manifest} : ${TOOLTOOL_CACHE:=$WORKSPACE/tt-cache} -: ${TOOLTOOL_REPO:=https://git.mozilla.org/build/tooltool.git} +: ${TOOLTOOL_REPO:=https://github.com/mozilla/build-tooltool.git} if ! [ -d $GECKO_DIR ]; then echo "GECKO_DIR must be set to a directory containing a gecko source checkout" >&2 exit 1 fi GECKO_DIR=$( cd "$GECKO_DIR" && pwd ) # Directory to populate with tooltool-installed tools
--- a/taskcluster/scripts/builder/sm-tooltool-config.sh +++ b/taskcluster/scripts/builder/sm-tooltool-config.sh @@ -1,14 +1,14 @@ #!/bin/bash set -xe : ${TOOLTOOL_SERVER:=https://api.pub.build.mozilla.org/tooltool/} -: ${TOOLTOOL_REPO:=https://git.mozilla.org/build/tooltool.git} +: ${TOOLTOOL_REPO:=https://github.com/mozilla/build-tooltool.git} : ${TOOLTOOL_REV:=master} : ${SPIDERMONKEY_VARIANT:=plain} : ${UPLOAD_DIR:=$HOME/artifacts/} : ${WORK:=$HOME/workspace} : ${SRCDIR:=$WORK/build/src} mkdir -p $WORK cd $WORK