From: Ian Jackson Date: Wed, 12 Apr 2017 15:36:30 +0000 (+0100) Subject: misc/release-checklist.txt: Try to avoid wrong-tag mistakes X-Git-Tag: 4.9.0-rc2~18 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ecb801d629cc07c6d20129b6469825185231f68d;p=xen.git misc/release-checklist.txt: Try to avoid wrong-tag mistakes Add some better checking and make the runes a bit more robust. Signed-off-by: Ian Jackson --- diff --git a/misc/release-checklist.txt b/misc/release-checklist.txt index f9e7e06127..b96964ee32 100644 --- a/misc/release-checklist.txt +++ b/misc/release-checklist.txt @@ -28,18 +28,23 @@ t=RELEASE-$r # QEMU - git-checkout $s - git-tag -u 'Xen.org Xen tree code signing' -m "Xen $v" xen-$v $s + git checkout $s + git show # should show appropriate intended commit + git-tag -u 'Xen.org Xen tree code signing' -m "Xen $v" xen-$v git-push xenbits.xen.org:/home/xen/git/qemu-xen-traditional.git $s:stable-$x xen-$v # consider making tag in minios, and updating xen.git Config.mk + git checkout SOMETHING + git show # should show appropriate intended commit git-tag -u 'xen tree' -s -m "Xen $r$rc" xen-$t git push xen@xenbits.xen.org:/home/xen/git/mini-os.git xen-$t * Also tag upstream qemu tree (Stefano) - git tag -u 'xen tree' -s -m "Xen $r$rc" qemu-xen-$v SOMETHING - git push osstest@xenbits.xen.org:/home/xen/git/qemu-xen.git qemu-xen-$v + git checkout SOMETHING + git show # should show appropriate intended commit + git tag -u 'xen tree' -s -m "Xen $r$rc" qemu-xen-$v + git push osstest@xenbits.xen.org:/home/xen/git/qemu-xen.git qemu-xen-$v * consider bumping sonames of shlibs