Skip to content
Snippets Groups Projects
Commit 1c6e52c9 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Allow running `make update` without git identity configuration

parent e144c7fa
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ for module in $GLUON_MODULES; do
git checkout -B patching base
if [ "$(echo "$GLUONDIR"/patches/$module/*.patch)" ]; then
git am --whitespace=nowarn "$GLUONDIR"/patches/$module/*.patch || (
git -c user.name='Gluon Patch Manager' -c user.email='gluon@void.example.com' am --whitespace=nowarn "$GLUONDIR"/patches/$module/*.patch || (
git am --abort
git checkout patched
git branch -D patching
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment