From c9e754a65f401ce3bb7e3f4ea0bbac3afafccc85 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Mon, 27 Apr 2020 08:20:47 +0200 Subject: docs: UPDATING: pipe curl calls to "head" Signed-off-by: Richard Leitner --- docs/UPDATING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UPDATING.md b/docs/UPDATING.md index 87d4bf1..9e02cd1 100644 --- a/docs/UPDATING.md +++ b/docs/UPDATING.md @@ -4,9 +4,9 @@ curl -s "https://hg.openjdk.java.net/jdk8u/jdk8u/tags" | grep -m 1 "jdk8u.*ga" | sed 's/-ga$//g' 2. Rename OpenJDK/OpenJRE bb files to the matching release version 3. Adapt the CHANGESET_ID for aarch32 based on: - curl -s https://hg.openjdk.java.net/aarch32-port/jdk8u/tags | grep "jdk8u.*ga-aarch32-" + curl -s https://hg.openjdk.java.net/aarch32-port/jdk8u/tags | grep "jdk8u.*ga-aarch32-" | head 4. Adapt the CHANGESET_ID for aarch64 based on: - curl -s https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/tags | grep "aarch64-shenandoah-jdk8u.*-" + curl -s https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/tags | grep "aarch64-shenandoah-jdk8u.*-" | head 5. Adapt source archive checksums by executing the script ./docs/update8checksums.sh 6. Check if any patch got upstreamed (and remove if so) -- cgit v1.2.3-54-g00ecf