Updated to use altest updstream sources containing CPU4

This commit is contained in:
Jiri 2017-10-27 11:53:26 +02:00
parent 766f917972
commit beeff90847
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/jdk9-jdk9-jdk-9+181-CPU2.tar.xz
/jdk9-jdk9-jdk-9+181-CPU3.tar.xz
/jdk9-jdk9-jdk-9+181-CPU4.tar.xz
/jdk-updates-jdk9u-jdk-9.0.1+11.tar.xz

View File

@ -1,2 +1,2 @@
SHA512 (jdk9-jdk9-jdk-9+181-CPU4.tar.xz) = a38beb4c0ec0d8e0a70a9c53d92fe79137cf2ae80ed08dec93ce977bebcf2876ef32d83ef2a1a987b266d6799cc5ddee11c81459ea4e2e5bdfe8056685e28304
SHA512 (jdk-updates-jdk9u-jdk-9.0.1+11.tar.xz) = 561efb301f67a118018df57b312209cbe5d9a6088221a7a0a1d343e29af2437b81c4c22ae6cc2ebd22c2c569937e1df0ced4d46c8387b2f5b0d5f558e64be618
SHA512 (systemtap-tapset-3.6.0pre02.tar.xz) = 848f42ef7ca751e723fd50e3a6da14c0965ad4da37ea3331568658e27497b7a7e4b9aad3dedd264ad0bb5566c37a92302b905f10258a4e2c89dc4ba609e55481

View File

@ -25,13 +25,13 @@ fi
set -e
if [ "x$PROJECT_NAME" = "x" ] ; then
PROJECT_NAME="jdk9"
PROJECT_NAME="jdk-updates"
fi
if [ "x$REPO_NAME" = "x" ] ; then
REPO_NAME="jdk9"
REPO_NAME="jdk9u"
fi
if [ "x$VERSION" = "x" ] ; then
VERSION="jdk-9+181"
VERSION="jdk-9.0.1+11"
fi
if [ "x$COMPRESSION" = "x" ] ; then