aboutsummaryrefslogtreecommitdiff
path: root/archive-primordial-jdk7-amd64.yaml
AgeCommit message (Collapse)Author
2016-12-05archive-primordial-jdk7-amd64: move to jessieRiku Voipio
Jessie openjdk should be rather close to utopic one. Change-Id: Ib4422260b656bd1a33db4b4b399502d0ce544538 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2016-08-18jdk7: primordial: Include headers in package too.Daniel Díaz
Change-Id: I707fa005b33ae5b755d581d0606b0aaddde6e682 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-08-17jdk7: primordial: Add complete JRE package.Daniel Díaz
The openjdk-7-jre package does not include the java binary and many libraries, as it relies instead on pulling openjdk-7-jre-headless as a dependency. We need those binaries on the primordial archive so that the whole JRE can be used in other jobs. Change-Id: I4dddfbecd7965862e828c118bfbb62e13c6c82da Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-08-10jdk7: primordial: Ensure APT sources are correct.Daniel Díaz
Packages for Ubuntu Utopic are available at old-archives.ubuntu.com, so the APT sources, as they are distributed, need to be updated accordingly. A source list for ARM64 ports is removed, as it unnecessarily errors out the build. Change-Id: I41924b14e269a60033a502cddaa71b9f3ff7b1cf Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-08-08jdk7: primordial: Make super user take over special tasks.Daniel Díaz
Header is circumlocution or periphrasis that can be translated into colloquial English as: "I forgot sudo." Change-Id: I39d79dcabf481c968d6a2da657e91352f5ee06ce Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-08-08jdk7: Update APT cache before trying to fetch.Daniel Díaz
The slave might have a very APT database, which might end up with errors like these: Err http://archive.ubuntu.com/ubuntu/ utopic-updates/main openjdk-7-jdk amd64 7u75-2.5.4-1~utopic1 404 Not Found Certainly, 7u75 is old compared to release 7u101, which is the latest available today. Change-Id: I9dec865f5b81a5d8b49e1a0cfd64eb0974f4dfe4 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-08-08jdk7: Build OpenJDK 7 for AMD64 as well.Daniel Díaz
The existing setup relies on an initial ARM64 JDK which is then used in subsequent jobs. With this new set of jobs, the same is achieved for AMD64 using the very same source code. Change-Id: I6e74a44b7906ed6634f2e3b916af64e5d2a330a2 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>