[libvirt] ANNOUNCE: libvirt 1.0.5.6 maintenance release

Eric Blake eblake at redhat.com
Tue Oct 1 16:04:56 UTC 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20131001/58574325/attachment-0001.sig>


More information about the libvir-list mailing list