diff --git a/taskcluster/ci/fetch/updatebot.yml b/taskcluster/ci/fetch/updatebot.yml index 82b402b8a337..b757a383f8b8 100644 --- a/taskcluster/ci/fetch/updatebot.yml +++ b/taskcluster/ci/fetch/updatebot.yml @@ -23,7 +23,7 @@ arcanist: description: checkout of arcanist for running on Windows fetch: type: git - repo: https://github.com/phacility/arcanist.git + repo: https://github.com/phacility/arcanist revision: a028291f8e5e79b6446ad67ed8b0be9c5ec8f029 depot_tools: description: Google's depot_tools package diff --git a/taskcluster/docker/updatebot/windows-setup.sh b/taskcluster/docker/updatebot/windows-setup.sh index c84ddc8d1d0e..c04d0a6fbf7a 100644 --- a/taskcluster/docker/updatebot/windows-setup.sh +++ b/taskcluster/docker/updatebot/windows-setup.sh @@ -26,7 +26,7 @@ mv depot_tools.git depot_tools # Generating a new version of the preloaded depot_tools download can be done by: -# 1) Running the task, uncommenting the variable assignment below, uncommenting the +# 1) Running the task, uncommenting the variable assignment below, uncommenting the # _GENERATE_DEPOT_TOOLS_BINARIES_ section in taskcluster/ci/updatebot/kind.yml, # and ensuring that an angle update will actually take place (so it downloads the depot_tools) # 2) Downloading and sanity-checking the depot_tools-preloaded-binaries-GIT_HASH-DATE.zip artifact @@ -53,13 +53,13 @@ fi cp "$MOZ_FETCHES_DIR/vcruntime140.dll" "$MOZ_FETCHES_DIR/php-win" cp "$GECKO_PATH/taskcluster/docker/updatebot/windows-php.ini" "$MOZ_FETCHES_DIR/php-win/php.ini" -cd "$MOZ_FETCHES_DIR/arcanist.git" +cd "$MOZ_FETCHES_DIR/arcanist" patch -p1 < "$GECKO_PATH/taskcluster/docker/updatebot/arcanist_windows_stream.patch" patch -p1 < "$GECKO_PATH/taskcluster/docker/updatebot/arcanist_patch_size.patch" cd "$MOZ_FETCHES_DIR" export PATH="$MOZ_FETCHES_PATH/php-win:$PATH" -export PATH="$MOZ_FETCHES_PATH/arcanist.git/bin:$PATH" +export PATH="$MOZ_FETCHES_PATH/arcanist/bin:$PATH" # get Updatebot cd "$MOZ_FETCHES_DIR"