Skip to content

Commit

Permalink
UnixPB: Update Debian URLs (#3174)
Browse files Browse the repository at this point in the history
* Update Debian URLs

* Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Common/tasks/Debian.yml

Co-authored-by: George Adams <george.adams@microsoft.com>

* Update ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Common/tasks/Debian.yml

Co-authored-by: George Adams <george.adams@microsoft.com>

* Update jdk8 package name.

---------

Co-authored-by: George Adams <george.adams@microsoft.com>
  • Loading branch information
steelhead31 and gdams committed Sep 5, 2023
1 parent 1995775 commit 894eedf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
state: present
tags: patch_update

- name: Add AdoptOpenJDK GPG key
- name: Add Eclipse Temurin GPG key
apt_key:
url: https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public
url: https://packages.adoptium.net/artifactory/api/gpg/key/public
state: present
tags: patch_update

- name: Add the adoptopenjdk repository to apt for JDK8
- name: Add the Eclipse Temurin repository to apt for JDK8
apt_repository:
repo: "deb https://adoptopenjdk.jfrog.io/adoptopenjdk/deb {{ ansible_distribution_release }} main"
repo: "deb https://packages.adoptium.net/artifactory/deb {{ ansible_distribution_release }} main"
update_cache: no
when:
- (ansible_architecture != "riscv64")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Additional_Packages_Debian8:
- libgstreamer0.10-dev # OpenJFX prereq
- libgstreamer-plugins-base0.10-dev # OpenJFX prereq
- openjdk-7-jdk
- adoptopenjdk-8-hotspot
- temurin-8-jdk
- libmpfr4
- libmpfr4-dbg

Expand Down

0 comments on commit 894eedf

Please sign in to comment.