Skip to content
Snippets Groups Projects
Commit 71cc4e2a authored by George Hartzell's avatar George Hartzell Committed by Adam J. Stewart
Browse files

Add info for jdk@7u80 (not downloadable) (#4363)

* Add info for jdk@7u80 (not downloadable)

Add version info for jdk@7u80.  Oracle does't seem to be
distributing it any longer so there's no reasonable URL to
provide, but for those of us who already have the tarball
this is useful.

* Flake8 cleanup
parent e5f5e98f
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@ class Jdk(Package):
version('8u66', '88f31f3d642c3287134297b8c10e61bf',
url="http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-linux-x64.tar.gz",
curl_options=curl_options)
# The 7u80 tarball is not readily available from Oracle. If you have
# the tarball, add it to your mirror as mirror/jdk/jdk-7u80.tar.gz and
# away you go.
version('7u80', '6152f8a7561acf795ca4701daa10a965')
def install(self, spec, prefix):
distutils.dir_util.copy_tree(".", prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment