| commit | c98d912ec7de0b0d8bd7ad5d47539c858582ea0f | [log] [tgz] |
|---|---|---|
| author | Adriana Kobylak <anoo@us.ibm.com> | Tue May 05 10:36:01 2020 -0500 |
| committer | Adriana Kobylak <anoo@us.ibm.com> | Tue May 26 10:43:26 2020 -0500 |
| tree | 947182a67be81f7d7716b51c74f66cb4320edb72 | |
| parent | 0d7198f4eb6d36968e854b3246e6568305fdcc7b [diff] |
Use std::filesystem instead of std::experimental
std::filesystem is fully supported in c++17, no need to keep
the experimental around anymore.
Note that the path append behavior changed, so appending an
absolute path replaces the path instead of appending, therefore
need to use .relative_path().
Tested: Did a code update on witherspoon and verified the sync
path was correct.
Change-Id: Iffe42cf0ebd5537920c8fdbf9edcec640ab9c724
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run `./bootstrap.sh clean`.