Bug 1462444 - Make |mach bootstrap| use the latest version of Oracle's JDK when bootstrapping Fennec on Gentoo; r=nalexander

The previous version was removed from Gentoo's portage repository making it
impossible to bootstrap correctly.

MozReview-Commit-ID: HTao6D3g61L

--HG--
extra : rebase_source : 57be7946b105289e662dc2f687bb1b2b9056a3f2
This commit is contained in:
Gabriele Svelto 2018-05-17 21:44:26 +02:00
Родитель e13e8a8950
Коммит f79b3e0dab
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -49,8 +49,8 @@ class GentooBootstrapper(StyloInstall, BaseBootstrapper):
# Fetch the Oracle JDK since portage can't fetch it on its own
base_url = 'http://download.oracle.com/otn-pub/java/jdk'
jdk_dir = '8u162-b12/0da788060d494f5095bf8624735fa2f1'
jdk_file = 'jdk-8u162-linux-x64.tar.gz'
jdk_dir = '8u172-b11/a58eab1ec242421181065cdc37240b08'
jdk_file = 'jdk-8u172-linux-x64.tar.gz'
cookie = 'Cookie: oraclelicense=accept-securebackup-cookie'
self.run_as_root(['wget', '-c', '-O', distdir + '/' + jdk_file,
'--header', cookie,
@ -61,7 +61,7 @@ class GentooBootstrapper(StyloInstall, BaseBootstrapper):
# configuration files and doing so without user supervision is dangerous
self.run_as_root(['emerge', '--noreplace', '--quiet',
'--autounmask-continue', '--ask',
'=dev-java/oracle-jdk-bin-1.8.0.162-r1'])
'=dev-java/oracle-jdk-bin-1.8.0.172'])
from mozboot import android
android.ensure_android('linux', artifact_mode=artifact_mode,