index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Levente Polyak <anthraxx@archlinux.org> | 2022-11-04 02:44:22 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-19 22:27:13 +0200 |
commit | 8b5bcd01b47845e6459a0ceef2f0eaf898482382 (patch) | |
tree | bd329ff41b53a39b6df8d0308dca017508b18f44 /src | |
parent | 2a59c32bf4ff117bd02d58a4e3f322b709259f1e (diff) |
-rw-r--r-- | src/commitpkg.in | 2 |
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 |