Codebase list python-castellan / 1f4e603
Also generate config file. Thomas Goirand 8 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1919 --root $(CURDIR)/debian/python3-castellan; \
2020 done
2121 rm -rf $(CURDIR)/debian/python*-castellan/usr/lib/python*/dist-packages/*.pth
22
23 oslo-config-generator --output-file $(CURDIR)/debian/python-castellan/etc/castellan/castellan.conf \
24 --wrap-width 140 \
25 --namespace castellan.config
2226
2327 override_dh_auto_test:
2428 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))