From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 14 Nov 2007 14:45:09 +0000 (+0000) Subject: Version 0.3.3.2. X-Git-Tag: 1.0.4~103 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=5c8c3d427bfc727a1eb32fe09edde1b6489f4efd;ds=sidebyside Version 0.3.3.2. - New website is http://libvirt.org/ocaml/ --- diff --git a/ChangeLog b/ChangeLog index dc0aff8..ce393f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-11-14 Richard Jones + * Makefile.in: New rules for releasing and uploading. + +2007-11-14 Richard Jones + * libvirt/libvirt.mli, libvirt/libvirt.ml, libvirt/libvirt_c.c: Added support for virNodeGetFreeMemory and virNodeGetCellsFreeMemory * mlvirsh/mlvirsh.ml: Added 'freecell' command. diff --git a/Makefile.in b/Makefile.in index 9810b0b..1db3843 100644 --- a/Makefile.in +++ b/Makefile.in @@ -112,16 +112,27 @@ release: configure release_stage_2: clean all opt doc dist $(MAKE) release_stage_3 -WEBSITE = ../redhat/et-website +WEBSITE = ../redhat/websites release_stage_3: rm -f $(WEBSITE)/ocaml-libvirt/html/*.{html,css} cp html/*.{html,css} $(WEBSITE)/ocaml-libvirt/html/ - cp $(PACKAGE)-$(VERSION).tar.gz $(WEBSITE)/ocaml-libvirt/ cp README $(WEBSITE)/ocaml-libvirt/README.txt cp ChangeLog $(WEBSITE)/ocaml-libvirt/ChangeLog.txt - cp virt-top/virt-top.txt $(WEBSITE)/virt-top/ - cp ChangeLog $(WEBSITE)/virt-top/ChangeLog.txt +# cp virt-top/virt-top.txt $(WEBSITE)/virt-top/ +# cp ChangeLog $(WEBSITE)/virt-top/ChangeLog.txt + +# Upload to main website. + +upload: + cd $(WEBSITE)/ocaml-libvirt && \ + scp ChangeLog.txt index.html README.txt Screenshot*.png \ + libvirt.org:/data/www/libvirt.org/ocaml && \ + scp css/*.css \ + libvirt.org:/data/www/libvirt.org/ocaml/css/ && \ + scp html/*.html html/*.css \ + libvirt.org:/data/www/libvirt.org/ocaml/html/ + scp $(PACKAGE)-$(VERSION).tar.gz libvirt.org:/data/ftp/libvirt/ocaml/ force: diff --git a/README b/README index 8f09eae..819df41 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ ocaml-libvirt ---------------------------------------------------------------------- Copyright (C) 2007 Richard W.M. Jones, Red Hat Inc. -http://et.redhat.com/~rjones/ocaml-libvirt/ +http://libvirt.org/ocaml/ http://libvirt.org/ This is a complete set of OCaml bindings around libvirt, exposing all