зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1277957: fix tooltool URLs to not include .git; r=garndt a=bustage
MozReview-Commit-ID: 8F3zW2pKfyb
This commit is contained in:
Родитель
6f34b3e58f
Коммит
52f7225820
|
@ -26,7 +26,7 @@ task:
|
|||
GECKO_HEAD_REPOSITORY: '{{head_repository}}'
|
||||
GECKO_HEAD_REV: '{{head_rev}}'
|
||||
GECKO_HEAD_REF: '{{head_ref}}'
|
||||
TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool.git'
|
||||
TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool'
|
||||
TOOLTOOL_REV: 'master'
|
||||
MOZ_BUILD_DATE: '{{pushdate}}'
|
||||
MOZ_SCM_LEVEL: '{{level}}'
|
||||
|
|
|
@ -50,7 +50,7 @@ task:
|
|||
GECKO_HEAD_REPOSITORY: '{{head_repository}}'
|
||||
GECKO_HEAD_REV: '{{head_rev}}'
|
||||
GECKO_HEAD_REF: '{{head_ref}}'
|
||||
TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool.git'
|
||||
TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool'
|
||||
TOOLTOOL_REV: 'master'
|
||||
TOOLS_DISABLE: true
|
||||
MOZ_BUILD_DATE: '{{pushdate}}'
|
||||
|
|
|
@ -43,7 +43,7 @@ task:
|
|||
GECKO_HEAD_REPOSITORY: '{{head_repository}}'
|
||||
GECKO_HEAD_REV: '{{head_rev}}'
|
||||
GECKO_HEAD_REF: '{{head_ref}}'
|
||||
TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool.git'
|
||||
TOOLTOOL_REPO: 'https://github.com/mozilla/build-tooltool'
|
||||
TOOLTOOL_REV: 'master'
|
||||
MOZ_BUILD_DATE: '{{pushdate}}'
|
||||
MOZ_SCM_LEVEL: '{{level}}'
|
||||
|
|
|
@ -22,7 +22,7 @@ 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://github.com/mozilla/build-tooltool.git}
|
||||
: ${TOOLTOOL_REPO:=https://github.com/mozilla/build-tooltool}
|
||||
|
||||
if ! [ -d $GECKO_DIR ]; then
|
||||
echo "GECKO_DIR must be set to a directory containing a gecko source checkout" >&2
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
set -xe
|
||||
|
||||
: ${TOOLTOOL_SERVER:=https://api.pub.build.mozilla.org/tooltool/}
|
||||
: ${TOOLTOOL_REPO:=https://github.com/mozilla/build-tooltool.git}
|
||||
: ${TOOLTOOL_REPO:=https://github.com/mozilla/build-tooltool}
|
||||
: ${TOOLTOOL_REV:=master}
|
||||
: ${SPIDERMONKEY_VARIANT:=plain}
|
||||
: ${UPLOAD_DIR:=$HOME/artifacts/}
|
||||
|
|
Загрузка…
Ссылка в новой задаче