On Mon, Sep 23, 2013 at 01:36:40PM -0400, Cole Robinson wrote:
I basically do:
- 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
- git clean -xdf && ./autogen.sh --system && make dist
- upload tarball
- update
http://wiki.libvirt.org/page/Maintenance_Releases
- send out announce mail
It would be very nice if the announce mail included either a sha256
checksum for the tarball (thanks Guido for doing that in your recent
release!), or a GPG key used to sign the release, see
http://lwn.net/Articles/548857/ for more details about this.
Christophe