fix(vm): devuan-keyring in rootfs + qemu 0.2.0 #16

Open
hclaude wants to merge 0 commits from fix/vm-keyring-020 into master
Owner

Fixes NO_PUBKEY on devuan mirror (build + deployed VM). qemu 0.2.0 built+published. Refs #45.

Fixes NO_PUBKEY on devuan mirror (build + deployed VM). qemu 0.2.0 built+published. Refs #45.
The VM builder passed --keyring to mmdebstrap for the BOOTSTRAP but never
installed devuan-keyring into the rootfs, so the in-hook `apt-get update` — and
every apt on the DEPLOYED Devuan VM — failed "NO_PUBKEY B3982868D104092C ...
excalibur InRelease" and fell back to stale/unverified indexes. The LXC builder
already lists devuan-keyring (0 NO_PUBKEY there); the VM builder did not (3).
devuan-keyring drops the excalibur archive key into /etc/apt/trusted.gpg.d.

Add devuan-keyring to the devuan pkgset. Bump 0.1.1 -> 0.2.0.
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/vm-keyring-020:fix/vm-keyring-020
git switch fix/vm-keyring-020

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff fix/vm-keyring-020
git switch fix/vm-keyring-020
git rebase master
git switch master
git merge --ff-only fix/vm-keyring-020
git switch fix/vm-keyring-020
git rebase master
git switch master
git merge --no-ff fix/vm-keyring-020
git switch master
git merge --squash fix/vm-keyring-020
git switch master
git merge --ff-only fix/vm-keyring-020
git switch master
git merge fix/vm-keyring-020
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ECS-Public-Infra/Create-Templates!16
No description provided.