Displaying 1 result from an estimated 1 matches for "306f95c".
Did you mean:
30695
2010 Feb 11
1
[PATCH] Upgraded the version in preparation for version 2.0 development.
...te 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
+===========================================
+
+Please read: http://www.ovirt.org/page/Contributing
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..c4df475
--- /dev/null
+++ b/Change...