From d092c63301a29d9d9ac8993d666ca2d465b20a83 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 22 Nov 2019 19:31:03 -0800 Subject: [PATCH] docs(devops): drop outdated browesr_patches/README.md --- browser_patches/README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 browser_patches/README.md diff --git a/browser_patches/README.md b/browser_patches/README.md deleted file mode 100644 index 51c7554d68..0000000000 --- a/browser_patches/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# Compiling and Uploading Builds - -### 1. Getting code - -```sh -$ ./checkout.sh firefox/ # or ./checkout.sh webkit/ -``` - -This command will create a `./firefox/checkout` folder that contains firefox GIT checkout. -Checkout current branch will be set to `pwdev` and it will have all additional changes -applied to the browser atop of the `./firefox/BASE_REVISION` version. - -### 2. Compiling - -> **NOTE** You might need to prepare your host environment according to browser build instructions: -> - [firefox](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions) -> - [webkit](https://webkit.org/building-webkit/) - -```sh -$ ./firefox/build.sh # or ./webkit/build.sh -``` - -### 3. Uploading builds to Azure CDN - -> **NOTE** You should have `$AZ_ACCOUNT_KEY` and `$AZ_ACCOUNT_NAME` variables set in your environment. - -```sh -$ ./upload.sh firefox/ # or ./upload.sh webkit/ -``` - -This will package archives and upload builds to Azure CDN.