search for: 19b15d1

Displaying 7 results from an estimated 7 matches for "19b15d1".

Did you mean: 19.151
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
...ore | 1 + CONTRIBUTING | 4 ++++ ChangeLog | 2 ++ TODO | 6 ++++++ configure.ac | 2 +- 5 files changed, 14 insertions(+), 1 deletions(-) create mode 100644 CONTRIBUTING create mode 100644 ChangeLog create mode 100644 TODO diff --git a/.gitignore b/.gitignore index 19b15d1..dc8f632 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ stamp-h1 ovirt-node*.gz ovirt-node.spec *.pyc +*~ diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..306f95c --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,4 @@ +HOW TO CONTRIBUTE TO THE OVIRT MANAGED NODE...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.