linux-qubasis

linux oasis port as a qubes template

git clone https://9o.is/git/linux-qubasis.git

commit 280e306d8062509ab1402d09c12b3673c5d57f13
parent 55550c6513e08d0bf6fe8dc551c0dceaea1b9854
Author: Jul <jul@9o.is>
Date:   Tue, 15 Jul 2025 17:13:56 -0400

skip gpg signing for patching submodules

Diffstat:
Mpkg/st/build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/st/build b/pkg/st/build @@ -13,7 +13,7 @@ if [ "$skip_clean" != "true" ]; then git -C "$repodir" reset --hard "$gitref" for patch in $srcdir/patches/*.patch; do - git -C "$repodir" am "$patch" + git -C "$repodir" am --no-gpg-sign "$patch" done fi