Can we make releases of vhostmd, or rather, how do we make releases? It sort of seems like gitorious offers a way to create tarballs from either the head or tags, but I couldn't see how to actually do it. Failing that, I guess we'd need to find alternate hosting for the tarballs. Also I left vhostmd running overnight and it crashed my machine, apparently out of memory error. I'm not sure if this is a slow leak in vhostmd or in something else (libvirtd maybe) but I'm looking into it today. Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into Xen guests. http://et.redhat.com/~rjones/virt-p2v -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org
It turns out that gitorious has the ability to turn branches into downloadable tarballs, and so (as an experiment) I created version 0.3 here: http://gitorious.org/vhostmd/vhostmd/commits/0.3 The download link is: http://gitorious.org/vhostmd/vhostmd/archive-tarball/0.3 which I've added to the wiki page. Using gitorious branches as releases is bad for two reasons though: (1) Branches aren't static and reproducible. (2) The generated tarball is strange: $ zcat vhostmd-vhostmd-0.3.tar.gz | tar xvf - vhostmd-vhostmd/ vhostmd-vhostmd/.gitignore vhostmd-vhostmd/AUTHORS vhostmd-vhostmd/COPYING vhostmd-vhostmd/ChangeLog vhostmd-vhostmd/INSTALL vhostmd-vhostmd/Makefile.am [...] (3) Rather than a direct dump of git, we want the output of the autotools 'make dist' command. Looks like something to revisit in a future version. Anyway, version 0.3 is released! Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones New in Fedora 11: Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 70 libraries supprt'd http://fedoraproject.org/wiki/MinGW http://www.annexia.org/fedora_mingw -- To unsubscribe, e-mail: vhostmd+unsubscribe@opensuse.org For additional commands, e-mail: vhostmd+help@opensuse.org
participants (1)
-
Richard W.M. Jones