Merge "Change sha1s to change ids in commit msg from migration tool"

This commit is contained in:
Jenkins 2015-09-28 03:34:07 +00:00 committed by Gerrit Code Review
commit 6757c130b9
1 changed files with 1 additions and 1 deletions

View File

@ -101,5 +101,5 @@ rm -rf $tmpdir
# Generate a migration commit
commit_message="Migrated $file_list from tempest"
pre_list=$"This migrates the above files from tempest. This includes tempest commits:"
post_list=$"to see the commit history for these files refer to the above sha1s in the tempest repository"
post_list=$"to see the commit history for these files refer to the above Change-Ids in the tempest repository"
git commit -m "$commit_message" -m "$pre_list" -m "$CHANGE_LIST" -m "$post_list"