Yaniv Bronhaim has uploaded a new change for review. Change subject: Fix file list exception ......................................................................
Fix file list exception Change-Id: Ibf894a6926c4e3e65fc40384e929fb980ac0299e Signed-off-by: Yaniv Bronhaim <[email protected]> --- M Makefile.am 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/42/42242/1 diff --git a/Makefile.am b/Makefile.am index 1a8d1c2..fc5923d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,8 +79,8 @@ $(NULL) ABS_IMPORT_WHITELIST = \ - lib - vdsm/network + lib \ + vdsm/network \ $(NULL) WHITELIST = \ -- To view, visit https://gerrit.ovirt.org/42242 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibf894a6926c4e3e65fc40384e929fb980ac0299e Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
