[xen-tools-dev] [PATCH v2 00/13] Next bunch of patches
Stéphane Jourdois
sjourdois at gmail.com
Sun Jul 18 22:04:10 CEST 2010
Second version of my bunch of patch.
After a rebase and some more tests, I had to create a second
version of the not-yet-merged patches :
- git status --porcelain doesn't exists on old git
versions, such as the one on debian stable ;
- shell-syntax.t wanted to read a shebang from empty files ;
- I forgot to validate --ip and --mac options in create-image.
So here they are, and my trees are up to date.
Stéphane Jourdois (13):
Harden .gitignore
This file was used by Steve Kemp
Do not track .hgtags
Add a gitignore coherency test
Help test to find modules
We do not care about git files nor temporary files
Harden this test.
Debootstrap only exists on Debian and Ubuntu
Do not ignore serial_device nor disk_device
Again remove tests from TODO :-)
Podchecker doesn't like empty paragraphs
Add mailmap for more beautiful git shortlog.
Add validation for ip and mac
.gitignore | 38 +++++++++++++++++++++++++++-----------
.hgtags | 2 --
.mailmap | 6 ++++++
.release | 34 ----------------------------------
TODO | 7 -------
bin/xen-create-image | 10 ++++++++--
lib/Xen/Tools.pm | 4 ----
lib/Xen/Tools/Log.pm | 4 ----
t/argument-check.t | 5 ++---
t/gitignore.t | 45 +++++++++++++++++++++++++++++++++++++++++++++
t/no-tabs.t | 3 +++
t/perl-syntax.t | 6 ++++++
t/pod-coverage.t | 2 ++
t/programs.t | 5 +++--
t/shell-syntax.t | 24 +++++++++++++-----------
15 files changed, 115 insertions(+), 80 deletions(-)
delete mode 100644 .hgtags
create mode 100644 .mailmap
delete mode 100644 .release
create mode 100644 t/gitignore.t
More information about the xen-tools-dev
mailing list