Skip to content

Commit

Permalink
Revert "devops: revision Chromium repackaged builds separately (#3698)…
Browse files Browse the repository at this point in the history
…" (#3763)

This reverts commit fcc1680.
  • Loading branch information
aslushnikov authored Sep 4, 2020
1 parent b6557b9 commit fa8de99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion browser_patches/chromium/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1000
799610
1 change: 0 additions & 1 deletion browser_patches/chromium/UPSTREAM_CONFIG.sh

This file was deleted.

5 changes: 2 additions & 3 deletions browser_patches/chromium/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"

source "./UPSTREAM_CONFIG.sh"

mkdir -p output
cd output

BUILD_NUMBER=$(head -1 ../BUILD_NUMBER)
FOLDER_NAME=""
ZIP_NAME=""
FILES_TO_REMOVE=()
Expand All @@ -33,7 +32,7 @@ else
exit 1
fi

URL="https://storage.googleapis.com/chromium-browser-snapshots/${FOLDER_NAME}/${UPSTREAM_CHROMIUM_REVISION}/${ZIP_NAME}"
URL="https://storage.googleapis.com/chromium-browser-snapshots/${FOLDER_NAME}/${BUILD_NUMBER}/${ZIP_NAME}"
curl --output upstream.zip "${URL}"

unzip upstream.zip
Expand Down

0 comments on commit fa8de99

Please sign in to comment.