On 10/01/2013 07:47 AM, Guido Günther wrote:
>
> - quick smoke test to make sure libvirt and virsh are working:
> -- stop system libvirtd
> -- sudo ./daemon/libvirt
> -- sudo ./tools/virsh list --all
> - make check && make rpm && make distcheck
> - cd po/ && make update-po
> - bump configure.ac
> - bump rpm spec
> - git tag v$VER -m "libvirt release $VER"
> - commit
> - git push && git push --tags
Careful - this would push ALL tags, even unsigned tags or tags that are
local-only. Instead, I would do:
git push && git push origin v$VER
which pushes the branch and JUST the newly-created version tag.
> - git clean -xdf && ./autogen.sh --system && make
dist
> - upload tarball
> - update
http://wiki.libvirt.org/page/Maintenance_Releases
> - send out announce mail
This helped a lot. I hope I didn't mess things up, thanks a bunch!
Looks good; except I don't see the v0.9.12.1 tag pushed upstream yet.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org