On Mon, Mar 10, 2014 at 03:08:45PM +0100, Jiri Slaby wrote: > On 03/10/2014 02:58 PM, Greg KH wrote: > > On Mon, Mar 10, 2014 at 11:19:31AM +0100, Jiri Slaby wrote: > >> Greg, could you release 3.12.14 for me, please? > > > > How did you create your tag? It looks "odd" to me: > > > > $ git cat-file tag v3.12.14 fatal: git cat-file v3.12.14: bad file > > > > $ git cat-file tag v3.12.13 object > > 1e91ad229456cca04b8b98f1df805ac38a910543 type commit tag v3.12.13 > > tagger Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> 1393104782 > > -0800 > > > > This is the 3.12.13 stable release -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v2.0.22 (GNU/Linux) > > > > iQIcBAABAgAGBQJTCReRAAoJEDjbvchgkmk+eToP/0E1DDnb7cdGJY8TlTLIa4n+ > > GbkBRhmdMAm+PmFEJEmcL9VUYRIidUvUit8yb9w78nk3AjgilstD9hdKk7pQ7f98 > > gjaSEiGB00eiqLU5WVRnVnQzCnznrw5iDeF3KE7/ENVluKF4JI0u6xNY2fpxJGLW > > OvSeywM6bREBo1KdZR6qCDma4pGSsTHFXSROMqry2nxIkVVLEp7bylnYCVNUHFeu > > b54M9EHhLrwFjWs6Y1dIgmrPm0uSny1XeIhnx1OkafEYHygrXjvP2u1UDHyF4S91 > > za0YCwcK2nUOP09iNGglsl8G7KuU7zig2TBtJ0K03eNgBo9337b5f0yA/E+8U6OS > > UVZnLKhJt+mIhRcsGOLkW4RdYhe83pvdG0SftqT5mYo3Cst7sXpGS2/V2XorCHj5 > > H39GwG37pHajnd3vdtOXszA8+cdjBmF3eAIfnif+fuGxjzr1UBsaVSRJXDvtjuhO > > uIT2OoMJKAEsvTsXvaiSthCRKp8Xk+fOhBcBTu+9SUX5L11BgH/2Xyp2Dwf10nV2 > > 0pAPtmDr7gfwcFpt7VaI+vCkNnaT6KVZG5dQiInULpt3sdCqNsmiNURu8GbCoCwO > > L892+78RSl7EBHQqoYAaCrhEza9oAPoVwTvHXPiL5y0oi35GbHi/2fmk+jiYdSCo > > lde5SMLbcKFD9l263D80 =4kxv -----END PGP SIGNATURE----- > > > > Because of that, my scripts don't like to make the release :( > > > > I create the tag with something like: > > > > git tag -u ${SIGNING_KEY} -m "This is the ${RELEASE} stable > > release" v${RELEASE} > > > > how did you create it? > > I created an non-annotated tag. I can remove the tag and create a new > one, signed. But I thought you would create the tag (as I cannot sign > it with your stable key obviously ;)), so just removing my tag from > the tree by 'git tag -d v3.12.14' and creating your own by the line > above should be OK, right? Yes, I'll just delete it from my tree and create it myself, thanks. > Or what is the preferred way? Whatever is easier for you. Ben creates the tag himself, to show that he really did the release, but I can do it if you want me to, whatever you want. I'll pull and push this out in a bit, and generate the tarballs on kernel.org thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html