Update rfc.sh to add change-id to commit message.

If the commit hook is installed, ammend the commit message
so change-id gets added to it.

Change-Id: If5c9b46364ae329b17f0b67ddedf594bad0468f1
Reviewed-on: https://review.openstack.org/283
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair
2011-08-19 11:54:51 -07:00
committed by Jenkins
parent e84e20f569
commit a5e5de00f0

View File

@@ -35,6 +35,8 @@ set_hooks_commit_msg()
curl -o $f $u || wget -O $f $u;
chmod +x $f;
GIT_EDITOR=/bin/true git commit --amend
}
add_remote()