Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2022-10-12 13:12:29 +0300
committernl6720 <nl6720@gmail.com>2022-10-13 13:37:14 +0300
commit11971619a671c778b027ce823e1c1a7d9ad48482 (patch)
tree7e0d07d8543b9a19deb4f45b8c456de15faae9b6 /CHANGELOG.rst
parentf4f0a3a5ecbb13dd76e7fef09642e7f15808d347 (diff)
mkarchiso: do not sign .sig files
Make sure existing sig files are deleted before creating new ones and make sure to not sign any sig files. This allows retrying failed mkarchiso runs without ending up with files such as vmlinuz.ipxe.sig.ipxe.sig. Fixes #198
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 73fa2d9..4c18fd2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -12,6 +12,8 @@ Changed
-------
- Do not explicitly enable ``qemu-guest-agent.service`` as it will be started by a udev rule.
+- Remove existing signature (``.sig``) files and do not sign them when signing netboot artifacts. This is mostly
+ applicable when re-running ``mkarchiso`` after a failure.
Removed
-------