Don't sign commits from patches in sysroot
This is really annoying when commit.gpgSign is enabled globally.
This commit is contained in:
parent
bab8113954
commit
13c20fc803
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ git commit -m "Initial commit" -q
|
|||
for file in $(ls ../../patches/ | grep -v patcha); do
|
||||
echo "[GIT] apply" $file
|
||||
git apply ../../patches/$file
|
||||
git commit -am "Patch $file"
|
||||
git commit --no-gpg-sign -am "Patch $file"
|
||||
done
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue