mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
build: set --author when running git init
set it to a generic name: lbmk <lbmk@libreboot.org> Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -106,7 +106,8 @@ git_init()
|
|||||||
|
|
||||||
git init || fail "${PWD}: cannot initialise Git repository"
|
git init || fail "${PWD}: cannot initialise Git repository"
|
||||||
git add -A . || fail "${PWD}: cannot add files to Git repository"
|
git add -A . || fail "${PWD}: cannot add files to Git repository"
|
||||||
git commit -m "${projectname} ${version}" --date "${cdate}" || \
|
git commit -m "${projectname} ${version}" --date "${cdate}" \
|
||||||
|
--author="lbmk <lbmk@libreboot.org>" || \
|
||||||
fail "${PWD}: can't commit ${projectname}/${version}, date ${cdate}"
|
fail "${PWD}: can't commit ${projectname}/${version}, date ${cdate}"
|
||||||
git tag -a "${version}" -m "${projectname} ${version}" || \
|
git tag -a "${version}" -m "${projectname} ${version}" || \
|
||||||
fail "${PWD}: cannot git-tag ${projectname}/${version}"
|
fail "${PWD}: cannot git-tag ${projectname}/${version}"
|
||||||
|
|||||||
Reference in New Issue
Block a user