openbmc / phosphor-inventory-manager

Apache License 2.0
8 stars 9 forks source link

build: put association json under /var #11

Closed Jayee-Hsueh closed 6 months ago

Jayee-Hsueh commented 6 months ago

Association json is only used for phosphor-inventory-mamanger. Put the json data to /var/lib instead of /usr/share.

Modify the ASSOCIATIONS_FILE_PATH location.

spinler commented 6 months ago

We don't use github PRs. We use gerrit. See https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md.

Also, /var/lib/ is only for writeable data, which the association JSON is not.