Kiril Nesenko has uploaded a new change for review. Change subject: Add vdsm/ut directory to the tarball ......................................................................
Add vdsm/ut directory to the tarball Change-Id: I39fa49887de601bbb4ee605ef2da6a0a69809a66 Signed-off-by: Kiril Nesenko <[email protected]> --- M configure.ac M vdsm/Makefile.am A vdsm/ut/Makefile.am 3 files changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/25861/1 diff --git a/configure.ac b/configure.ac index 55879e7..9e01eea 100644 --- a/configure.ac +++ b/configure.ac @@ -269,6 +269,7 @@ vdsm/Makefile vdsm/gluster/Makefile vdsm/netconf/Makefile + vdsm/ut/Makefile vdsm/sos/Makefile vdsm/storage/Makefile vdsm/storage/imageRepository/Makefile diff --git a/vdsm/Makefile.am b/vdsm/Makefile.am index e5cad6b..e30a3bc 100644 --- a/vdsm/Makefile.am +++ b/vdsm/Makefile.am @@ -18,7 +18,7 @@ # Refer to the README and COPYING files for full details of the license # -SUBDIRS = netconf sos storage gluster +SUBDIRS = netconf sos storage ut gluster include $(top_srcdir)/build-aux/Makefile.subs diff --git a/vdsm/ut/Makefile.am b/vdsm/ut/Makefile.am new file mode 100644 index 0000000..58677a3 --- /dev/null +++ b/vdsm/ut/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = \ + ivdsm.py \ + $(NULL) -- To view, visit http://gerrit.ovirt.org/25861 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I39fa49887de601bbb4ee605ef2da6a0a69809a66 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Kiril Nesenko <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
