Bug #3794
'make install' overwrites $prefix/etc/osmocom/*.cfg
Status:
New
Priority:
High
Assignee:
-
Target version:
-
Start date:
02/08/2019
Due date:
% Done:
0%
Spec Reference:
Description
Installation of default config files overwrites etc/osmocom/*.cfg!
We must definitely stop doing that.
History
#1 Updated by neels 13 days ago
suggestion for osmo-mgw:
https://gerrit.osmocom.org/#/c/osmo-mgw/+/12861
#2 Updated by neels 13 days ago
Discussion on IRC has brought up the opinion that we shouldn't install in $prefix/etc/osmocom/ at all during 'make install'.
- that is the job of the package manager
- doesn't make sense to reinvent the wheel for that
- we install in share/doc/examples during 'make install' anyway, that should be enough
For this we need to adjust packaging and remove the installation to etc/osmocom/.
(Maybe some of our CI processes (docker-playground?) will fall on their faces after this?)