summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndreas Sandberg <andreas.sandberg@arm.com>2017-10-03 14:31:58 +0100
committerAndreas Sandberg <andreas.sandberg@arm.com>2017-10-17 08:28:38 +0000
commit5a7ac72aa106a34f12662b3cd2da8dab47b668a0 (patch)
tree277a3b0c337b8414198f228f334e96beb3c7ba19 /util
parent6b41bea7447316cb45dc2063f512dd046e22c598 (diff)
downloadgem5-5a7ac72aa106a34f12662b3cd2da8dab47b668a0.tar.xz
util: Filter out the For-Upstream commit message tag
Some internal review flows, e.g. the flow used by ARM Research, uses the For-Upstream tag to indicate that a change has been approved for upstream. This tag isn't meaningful outside of the internal review system. Remove it automatically when running the maintainer script to prepare patches to be posted upstream. Change-Id: Ie3745d0e8ad7a1bfddc5ec68ff3e6ff3f91ca8d8 Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-by: Curtis Dunham <curtis.dunham@arm.com> Reviewed-on: https://gem5-review.googlesource.com/5141 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'util')
-rwxr-xr-xutil/maint/upstream_msg_filter.sed1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/maint/upstream_msg_filter.sed b/util/maint/upstream_msg_filter.sed
index 5fe01cfcb..5e5a0e75b 100755
--- a/util/maint/upstream_msg_filter.sed
+++ b/util/maint/upstream_msg_filter.sed
@@ -44,3 +44,4 @@
/Tested-by:/d;
/Copyright-Check:/d;
/Style-Check:/d;
+/For-Upstream:/d;