[openstack-nova] maint: exclude the changeable git version from patches

Pádraig Brady pbrady at fedoraproject.org
Thu Jan 26 12:33:51 UTC 2012


commit f7ad0d821decaa26041385d2077b31788896420f
Author: Pádraig Brady <P at draigBrady.com>
Date:   Thu Jan 26 12:22:49 2012 +0000

    maint: exclude the changeable git version from patches

 update-patches.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/update-patches.sh b/update-patches.sh
index 1cec265..617221f 100755
--- a/update-patches.sh
+++ b/update-patches.sh
@@ -39,7 +39,7 @@ git commit -m "Updated patches from ${patches_branch}" ${orig_patches}
 # Check out the ${branch}-patches branch and format the patches
 #
 git checkout "${patches_branch}"
-new_patches=$(git format-patch -N "${patches_base}")
+new_patches=$(git format-patch --no-signature -N "${patches_base}")
 
 #
 # Switch back to the original branch and add the patches


More information about the scm-commits mailing list