diff options
author | 2018-03-31 18:32:18 +0200 | |
---|---|---|
committer | 2018-03-31 18:32:18 +0200 | |
commit | 7eaf141a307428fa6031bd9df63093c8a3fdf988 (patch) | |
tree | e4bae95970cb0d8ea38ee6710ae4aea2c3035805 | |
parent | bump .travis.yml (diff) | |
download | maekke-7eaf141a307428fa6031bd9df63093c8a3fdf988.tar.gz maekke-7eaf141a307428fa6031bd9df63093c8a3fdf988.tar.bz2 maekke-7eaf141a307428fa6031bd9df63093c8a3fdf988.zip |
preserve gpg signatures when rebasing
-rwxr-xr-x | scripts/keyword.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/keyword.sh b/scripts/keyword.sh index 165d977..4472899 100755 --- a/scripts/keyword.sh +++ b/scripts/keyword.sh @@ -98,7 +98,7 @@ for pkg in ${pkgs} ; do fi done -git pull --rebase=preserve || die "git pull failed" +git pull --rebase=preserve -S"$(git config --get user.signingkey)" || die "git pull failed" #git push --signed || die "git push failed" if [[ ${arches:0:1} == "~" ]] ; then |