Skip to content
Snippets Groups Projects
Commit 567a393a authored by Michael Vines's avatar Michael Vines Committed by B2G User
Browse files

Use an invalid committer name/email for build-time patches

Change-Id: Iee0b3006d1b7f3a559e05f6ad16bd0cf50957736
parent e000be5f
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@ __abandon_tree()
__patch_tree()
{
(
export GIT_COMMITTER_NAME=nobody
export GIT_COMMITTER_EMAIL=nobody
cd $(gettop)
local TREE_ID=${B2G_TREE_ID:-$(${B2G_TREEID_SH})}
......
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