From fb2baa19dc6aaa7947d3fc20ff6dc4042f71f635 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Thu, 18 Jan 2024 15:23:52 +0100 Subject: [PATCH] fix: remove unicode from used files No considering license, copyright notices kept outside of the installed directories, but excluding keys that have unicode in their comment section. --- salt/dom0/files/bin/qvm-pci-regain | 2 +- salt/qubes-builder/README.md | 2 +- salt/sys-cacher/files/server/conf/acng.conf | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/salt/dom0/files/bin/qvm-pci-regain b/salt/dom0/files/bin/qvm-pci-regain index 86a7536..5cb48d6 100755 --- a/salt/dom0/files/bin/qvm-pci-regain +++ b/salt/dom0/files/bin/qvm-pci-regain @@ -20,7 +20,7 @@ set -eu usage(){ echo "Usage: ${0##*/} --i-like-danger " echo "Example: ${0##*/} --i-like-danger 0000:00:1b.0" - echo "Warning: It is strongly discouraged to reattach PCI devices to dom0, especially if they don’t support resetting!" + echo "Warning: It is strongly discouraged to reattach PCI devices to dom0, especially if they don't support resetting!" exit 1 } diff --git a/salt/qubes-builder/README.md b/salt/qubes-builder/README.md index 592e37e..d484453 100644 --- a/salt/qubes-builder/README.md +++ b/salt/qubes-builder/README.md @@ -80,7 +80,7 @@ If you need to pull new commits, set `GNUPGHOME` to verification on git merges: ```sh GNUPGHOME="$HOME/.gnupg/qubes-builder" git pull -Commit 7c37bb7 has a good GPG signature by Frédéric Pierret (fepitre) +Commit 7c37bb7 has a good GPG signature by Frederic Pierret (fepitre) ... ``` diff --git a/salt/sys-cacher/files/server/conf/acng.conf b/salt/sys-cacher/files/server/conf/acng.conf index cec44ac..509721d 100644 --- a/salt/sys-cacher/files/server/conf/acng.conf +++ b/salt/sys-cacher/files/server/conf/acng.conf @@ -246,16 +246,16 @@ FollowIndexFileRemoval: 1 # # The following patterns are available for the purposes detailed, where # the latter takes precedence over the former: -# - «PFilePattern» for static data that doesn't change silently on the server. -# - «VFilePattern» for volatile data that may change like every hour. Files +# - for static data that doesn't change silently on the server. +# - for volatile data that may change like every hour. Files # that match both PFilePattern and VfilePattern will be treated as volatile. # - Static data with file names that match VFilePattern may be overriden being # treated as volatile by making it match the special static data pattern, -# «SPfilePattern». -# - «SVfilePattern» or the "special volatile data" pattern is for the +# . +# - or the "special volatile data" pattern is for the # convenience of specifying any exceptions to matches with SPfilePattern, # for cases where data must still be treated as volatile. -# - «WfilePattern» specifies a "whitelist pattern" for the regular expiration +# - specifies a "whitelist pattern" for the regular expiration # job, telling it to keep the files even if they are not referenced by # others, like crypto signatures with which clients begin their downloads. #