Change in vdsm[ovirt-3.4]: Add contrib directory to the tarball

knesenko at redhat.com knesenko at redhat.com
Thu Mar 20 12:14:11 UTC 2014


Hello Alon Bar-Lev, Federico Simoncelli,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/25934

to review the following change.

Change subject: Add contrib directory to the tarball
......................................................................

Add contrib directory to the tarball

- Added contrib directory to the tarball
- Moved vdsm/ut/ivdsm.py to contrib
- Removed vdsm/ut/

Change-Id: I39fa49887de601bbb4ee605ef2da6a0a69809a66
Signed-off-by: Kiril Nesenko <knesenko at redhat.com>
Reviewed-on: http://gerrit.ovirt.org/25861
Reviewed-by: Alon Bar-Lev <alonbl at redhat.com>
Reviewed-by: Federico Simoncelli <fsimonce at redhat.com>
---
M Makefile.am
M configure.ac
A contrib/Makefile.am
R contrib/ivdsm.py
4 files changed, 28 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/34/25934/1

diff --git a/Makefile.am b/Makefile.am
index 9b1a3c9..649d679 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,7 @@
 
 SUBDIRS = \
 	client \
+	contrib \
 	debian \
 	init \
 	lib \
diff --git a/configure.ac b/configure.ac
index 55879e7..e845475 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,6 +252,7 @@
 AC_OUTPUT([
 	Makefile
 	client/Makefile
+	contrib/Makefile
 	debian/Makefile
 	init/Makefile
 	init/systemd/Makefile
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
new file mode 100644
index 0000000..537966e
--- /dev/null
+++ b/contrib/Makefile.am
@@ -0,0 +1,26 @@
+#
+# Copyright 2008-2014 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# Refer to the README and COPYING files for full details of the license
+#
+
+include $(top_srcdir)/build-aux/Makefile.subs
+
+dist_noinst_PYTHON = \
+	nfs-check.py \
+	ivdsm.py \
+	$(NULL)
diff --git a/vdsm/ut/ivdsm.py b/contrib/ivdsm.py
similarity index 100%
rename from vdsm/ut/ivdsm.py
rename to contrib/ivdsm.py


-- 
To view, visit http://gerrit.ovirt.org/25934
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39fa49887de601bbb4ee605ef2da6a0a69809a66
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.4
Gerrit-Owner: Kiril Nesenko <knesenko at redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl at redhat.com>
Gerrit-Reviewer: Federico Simoncelli <fsimonce at redhat.com>


More information about the vdsm-patches mailing list