Skip to content
Snippets Groups Projects
Commit 1cf50944 authored by Kevin Daudt's avatar Kevin Daudt 💻
Browse files

community/openjdk-mandrel: provide git user and email in prepare

Build fails when they are not set.
parent ce7e62b0
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ prepare() {
cd "$srcdir/$dir"
git init --quiet
git add .
git commit --quiet --message Import
git -c user.name=mandrel -c user.email=mandrel@example.com commit --quiet --message Import
git tag "mandrel-$pkgver-Final"
done
......
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