manjaro/release-review

Possible typo in ISO build workflow

bryanjhv opened this issue · 1 comments

I was trying to build an ISO, using as guide the workflow for ISO build you have here.

Then, I noticed the following, which might be a typo:

sudo install -m0644 manjaro.gpg /usr/share/pacman/keyrings/
sudo install -m0644 manjaro-trusted /usr/share/pacman/keyrings/
sudo install -m0644 manjaro-trusted /usr/share/pacman/keyrings/

Shouldn't the last line read manjaro-revoked instead of trusted twice? Similar to the steps for Arch keys:

sudo install -m0644 archlinux.gpg /usr/share/pacman/keyrings/
sudo install -m0644 archlinux-trusted /usr/share/pacman/keyrings/
sudo install -m0644 archlinux-revoked /usr/share/pacman/keyrings/

Thanks in advance for checking this out!

Fixed in 1562bc8 without closing.