Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-11-04 02:44:22 +0100
committerLevente Polyak <anthraxx@archlinux.org>2023-05-19 22:27:13 +0200
commit8b5bcd01b47845e6459a0ceef2f0eaf898482382 (patch)
treebd329ff41b53a39b6df8d0308dca017508b18f44
parent2a59c32bf4ff117bd02d58a4e3f322b709259f1e (diff)
commitpkg: add exported pgp keys with git
-rw-r--r--src/commitpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commitpkg.in b/src/commitpkg.in
index 9158763..f80a6cd 100644
--- a/src/commitpkg.in
+++ b/src/commitpkg.in
@@ -96,7 +96,7 @@ if (( ${#validpgpkeys[@]} != 0 )); then
export-pkgbuild-keys || die 'Failed to export valid PGP keys for source files'
fi
- svn add --parents --force keys/pgp/*
+ git add --force -- keys/pgp/*
fi
# find files which should be under source control