diff options
Diffstat (limited to 'chromium/third_party/turbine')
-rw-r--r-- | chromium/third_party/turbine/README.chromium | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/chromium/third_party/turbine/README.chromium b/chromium/third_party/turbine/README.chromium index 6bbcab732a7..133a5968e0d 100644 --- a/chromium/third_party/turbine/README.chromium +++ b/chromium/third_party/turbine/README.chromium @@ -2,7 +2,7 @@ Name: Turbine Short Name: turbine URL: https://github.com/google/turbine Version: 0 -Revision: 95f6fb6f1e962e8b6ec672905b0b04233f002dc2 +Revision: 1c98ea68543162a33c89c3629ed29c2c46391b7b License: Apache 2.0 License File: NOT_SHIPPED Security Critical: no @@ -15,12 +15,17 @@ Since we have no working non-android java proto processor, we cannot yet build it in GN. Thus build it manually and upload to cipd for now. Commands to update: +- Log into cipd if necessary: `cipd auth-login` +- Update //DEPS 'src/third_party/turbine/src' commit to latest on github, see + https://github.com/google/turbine/commits/master, and `gclient sync`. + - Also update the revision in this file. - Ensure current working directory is `src/third_party/turbine` -- $ mvn package -DskipTests=true -q -f src/pom.xml -- $ cp -f src/target/turbine-0.1-SNAPSHOT-all-deps.jar turbine.jar -- $ cipd auth-login -- $ cipd create --pkg-def cipd.yaml -- Update `src/DEPS` with the hash id from the cipd create command output. +``` +mvn package -DskipTests=true -q -f src/pom.xml +cp -f src/target/turbine-0.1-SNAPSHOT-all-deps.jar turbine.jar +cipd create --pkg-def cipd.yaml +``` +- Update //DEPS with the hash id from the cipd create command output. Local Modifications: No modifications. |