[xen-tools-dev] [PATCH 00/17] Next bunch of patches

Stéphane Jourdois sjourdois at gmail.com
Sun Jul 25 14:12:32 CEST 2010


Hi,

Here is next bunch of patches for 4.2. Some are trivial or simple, but two
at least are not :
 - Password generation rewrite using native perl ;
 - xen-delete-image overhaul.

I did not delete the TODO item about default locales, because I only fixed
it for debian guests and cannot currently test other distribs. I'm sure some
centos user will fix it (Hi Dmitry ;-) and then remove this TODO item.

As you will see, known bugs are gone. I consider not unallocating used IP as
a known bug, and think it should be fixed before 4.2.


Patches follow for easier review/comments on mailing-list, but they are
available in my trees [1].

As usual, please feel free to review, test, comment, and flame me about
those patches :-)

Enjoy,

Stéphane (kwisatz) Jourdois.

[1] either one of :
	git://vcs.kwi.fr/xen-tools.git
	git://gitorious.org/~kwisatz/xen-tools/kwisatz-xen-tools.git



Antoine Benkemoun (2):
  Added new hooks to install udev. Needed for Debian Lenny with
    multiple partitions
  Modified references from SSH to udev

Stéphane Jourdois (15):
  Typo & permisions.
  Add Antoine Benkemoun
  Do not copy host sudoers in guest.
  Remove trailing space from make_fs_ options.
  Encrypt root password with sha256 by default.
  Fix code styling issues.
  Add completion for some new options.
  Move old log files rather than removing them.
  Ignore ChangeLog.
  Configure a default locale.
  Ignore generated t/modules.t file.
  Less noisy make modules.
  Use grep rather than rgrep.
  Ignore git files in clean target.
  xen-delete-image overhaul to fix KNOWN_BUGS.

 .mailmap                               |    1 +
 AUTHORS                                |    3 +
 KNOWN_BUGS                             |   13 -
 Makefile                               |   23 +-
 TODO                                   |   15 +-
 bin/xen-create-image                   |   79 ++++-
 bin/xen-delete-image                   |  611 +++++++++++++++++++-------------
 etc/xen-tools.conf                     |    8 +
 hooks/centos-4/60-copy-host-files      |   58 ---
 hooks/centos-5/60-copy-host-files      |   58 ---
 hooks/dapper/60-copy-host-files        |   22 --
 hooks/debian/60-copy-host-files        |   23 --
 hooks/debian/71-install-udev           |   43 +++
 hooks/debian/95-configure-locales      |    2 +-
 hooks/edgy/60-copy-host-files          |   22 --
 hooks/fedora-core-6/60-copy-host-files |   58 ---
 hooks/gentoo/60-copy-host-files        |   52 ---
 hooks/intrepid/60-copy-host-files      |   22 --
 hooks/karmic/60-copy-host-files        |   22 --
 misc/xen-tools                         |  336 ++++++++++--------
 roles/sudoers                          |   46 +++
 t/.gitignore                           |    2 +
 t/Makefile                             |    5 +-
 t/modules.sh                           |    3 +-
 t/no-tabs.t                            |    3 +
 t/programs.t                           |    2 +-
 t/xen-delete-image.t                   |   93 -----
 27 files changed, 747 insertions(+), 878 deletions(-)
 delete mode 100644 KNOWN_BUGS
 delete mode 100755 hooks/centos-4/60-copy-host-files
 delete mode 100755 hooks/centos-5/60-copy-host-files
 create mode 100755 hooks/debian/71-install-udev
 delete mode 100755 hooks/fedora-core-6/60-copy-host-files
 delete mode 100755 hooks/gentoo/60-copy-host-files
 mode change 100644 => 100755 roles/resolv
 create mode 100755 roles/sudoers
 create mode 100644 t/.gitignore
 mode change 100644 => 100755 t/gitignore.t
 delete mode 100755 t/xen-delete-image.t

-- 
1.7.2



More information about the xen-tools-dev mailing list