From: Stephen Rothwell Date: Fri, 28 Aug 2009 05:06:38 +0000 (+1000) Subject: sign the next- tag X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=318602c36d7d889622d7b1597f14ad075642f162;p=next-scripts sign the next- tag --- diff --git a/make_tree_file b/make_tree_file index fed4fd8..7dc21f5 100755 --- a/make_tree_file +++ b/make_tree_file @@ -40,7 +40,7 @@ printf -- "-next-%s\n" $d >localversion-next git add Next localversion-next git commit -s -v -a -m "Add linux-next specific files for $d" -git tag "next-$d" +git tag -u 058D8206 -m "next-$d" "next-$d" git update-ref refs/heads/stable refs/remotes/origin/master # Stitch the new tree into the history branch