Change in vdsm[master]: build: make lib/api directory writable

piotr.kliczewski at gmail.com piotr.kliczewski at gmail.com
Wed Jan 20 09:56:00 UTC 2016


Piotr Kliczewski has uploaded a new change for review.

Change subject: build: make lib/api directory writable
......................................................................

build: make lib/api directory writable

During make distcheck generation of vdsm-api.html file fails due to
missing write permission.


Change-Id: I15c059e65130c9e9f8daa75f6e7e89eb3c687fff
Signed-off-by: pkliczewski <piotr.kliczewski at gmail.com>
Bug-Url: https://bugzilla.redhat.com/1297808
---
M lib/api/Makefile.am
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/81/52481/1

diff --git a/lib/api/Makefile.am b/lib/api/Makefile.am
index 132b495..639c0e8 100644
--- a/lib/api/Makefile.am
+++ b/lib/api/Makefile.am
@@ -46,6 +46,7 @@
 
 vdsm-api.html: process-schema.py vdsmapi-schema.json
 	@echo "  Generate $@"
+	chmod u+w $(srcdir)
 	PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=$(srcdir)/../lib \
 	    $(PYTHON) $(srcdir)/process-schema.py \
 	              $(srcdir)/vdsmapi-schema.json $(srcdir)/$@


-- 
To view, visit https://gerrit.ovirt.org/52481
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I15c059e65130c9e9f8daa75f6e7e89eb3c687fff
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski at gmail.com>


More information about the vdsm-patches mailing list