aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-22 17:29:24 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-22 17:30:34 +0000
commitdfd94a51dfb4e4b62996a12ab30ef9c1e35b1b03 (patch)
tree610599314ce16af77a652fcc2d1f7fa75ef29062
parentd1c4428e44f4f7f296e8c388c070b8710501af48 (diff)
jdk: Fix source directory for jdk8-build-release
Source was placed in final destination. Change-Id: Ia9a8bee57de8fa11b99faa0774f65aea98f33248
-rw-r--r--jdk8-build-release.yaml2
-rw-r--r--jdk9-build-release.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jdk8-build-release.yaml b/jdk8-build-release.yaml
index ad05b27ded..7f30523656 100644
--- a/jdk8-build-release.yaml
+++ b/jdk8-build-release.yaml
@@ -90,7 +90,7 @@
# Extract sources from upstream job
tar xf incoming/jdk8u.tar.gz
- mv jdk8u $JDKDIR
+ mv jdk8u $JDK_SRCDIR
# Tar up the source before sullying it with a build.
tar --exclude=.hg\* -acf out/jdk8u-src-${RELEASE}.tar.xz $JDK_SRCDIR
diff --git a/jdk9-build-release.yaml b/jdk9-build-release.yaml
index c4ce9e58c8..c03ac276bd 100644
--- a/jdk9-build-release.yaml
+++ b/jdk9-build-release.yaml
@@ -100,7 +100,7 @@
# Extract sources from upstream job
tar xaf incoming/jdk9.tar.gz
- mv jdk9 $JDKDIR
+ mv jdk9 $JDK_SRCDIR
# Tar up the source before sullying it with a build.
tar --exclude=.hg\* -acf out/jdk9-src-${RELEASE}.tar.xz $JDK_SRCDIR