summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-04-27 08:20:47 +0200
committerRichard Leitner <richard.leitner@skidata.com>2020-04-28 07:59:21 +0200
commitc9e754a65f401ce3bb7e3f4ea0bbac3afafccc85 (patch)
tree310ddda126d0339186a72894df1b8679e6f0712f
parent589995f4521e25d78df94e307527c71920af7757 (diff)
downloadmeta-java-c9e754a65f401ce3bb7e3f4ea0bbac3afafccc85.tar.gz
docs: UPDATING: pipe curl calls to "head"
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--docs/UPDATING.md4
1 files 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 @@
4 curl -s "https://hg.openjdk.java.net/jdk8u/jdk8u/tags" | grep -m 1 "jdk8u.*ga" | sed 's/-ga$//g' 4 curl -s "https://hg.openjdk.java.net/jdk8u/jdk8u/tags" | grep -m 1 "jdk8u.*ga" | sed 's/-ga$//g'
52. Rename OpenJDK/OpenJRE bb files to the matching release version 52. Rename OpenJDK/OpenJRE bb files to the matching release version
63. Adapt the CHANGESET_ID for aarch32 based on: 63. Adapt the CHANGESET_ID for aarch32 based on:
7 curl -s https://hg.openjdk.java.net/aarch32-port/jdk8u/tags | grep "jdk8u.*ga-aarch32-" 7 curl -s https://hg.openjdk.java.net/aarch32-port/jdk8u/tags | grep "jdk8u.*ga-aarch32-" | head
84. Adapt the CHANGESET_ID for aarch64 based on: 84. Adapt the CHANGESET_ID for aarch64 based on:
9 curl -s https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/tags | grep "aarch64-shenandoah-jdk8u.*-" 9 curl -s https://hg.openjdk.java.net/aarch64-port/jdk8u-shenandoah/tags | grep "aarch64-shenandoah-jdk8u.*-" | head
105. Adapt source archive checksums by executing the script 105. Adapt source archive checksums by executing the script
11 ./docs/update8checksums.sh 11 ./docs/update8checksums.sh
126. Check if any patch got upstreamed (and remove if so) 126. Check if any patch got upstreamed (and remove if so)