Skip to content
Snippets Groups Projects
Commit 65ebe99f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 846628e4 7ada1560
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