Actions
Bug #6185
closedWe should not clean DB_CONFIG and slapd.conf in rudder-inventory-ldap package source Makefile
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since slapd.conf and DB_CONFIG are now handled by the packaging directly ( #6177 ), we should not clean them during localclean or any build beginning with make localclean will fail:
10:19:03 RPM build errors: 10:19:03 cannot stat `/usr/src/rudder-packages/package/SOURCES/slapd.conf': No such file or directory 10:19:03 error: Bad exit status from /var/tmp/rpm-tmp.S9Q7AS (%install) 10:19:03 Bad exit status from /var/tmp/rpm-tmp.S9Q7AS (%install)
Actions