aboutsummaryrefslogtreecommitdiff
path: root/include/deliverable.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-02 00:50:06 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-02 00:50:06 -0400
commit259ea8eb64dd8e852e0b2deafeff93c073e782fe (patch)
tree8213cece0af352ba71860dd3b079f7796f62c536 /include/deliverable.h
parent9cbfef97af7491c42ba7a17b3805165f539b20b2 (diff)
downloadstasis-259ea8eb64dd8e852e0b2deafeff93c073e782fe.tar.gz
Add delivery_dump_metadata()
Diffstat (limited to 'include/deliverable.h')
-rw-r--r--include/deliverable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/deliverable.h b/include/deliverable.h
index c818df1..effd098 100644
--- a/include/deliverable.h
+++ b/include/deliverable.h
@@ -71,6 +71,7 @@ struct Delivery {
char *mission_dir; ///< Mission data storage
char *package_dir; ///< Base path to where all packages are stored
char *results_dir; ///< Base path to where test results are stored
+ char *meta_dir; ///< Base path to where metadata records are stored
char *conda_install_prefix; ///< Path to install Conda
char *conda_artifact_dir; ///< Base path to store compiled conda packages
char *conda_staging_dir; ///< Base path to copy compiled conda packages
@@ -388,4 +389,6 @@ int delivery_fixup_test_results(struct Delivery *ctx);
int *bootstrap_build_info(struct Delivery *ctx);
+int delivery_dump_metadata(struct Delivery *ctx);
+
#endif //OMC_DELIVERABLE_H