STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
Delivery::Storage Struct Reference

Storage paths. More...

#include <delivery.h>

Data Fields

char * root
 Top-level storage area.
char * tmpdir
 Temporary storage area (within root).
char * output_dir
 Base path to where all artifacts are stored.
char * delivery_dir
 Delivery artifact output directory.
char * cfgdump_dir
 Base path to where input configuration dumps are stored.
char * tools_dir
 Tools storage.
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.
char * conda_staging_url
 URL to access compiled conda packages.
char * docker_artifact_dir
 Base path to store saved docker images.
char * wheel_artifact_dir
 Base path to store compiled wheel packages (Unused).
char * wheel_staging_dir
 Base path to copy compiled wheel packages (Unused).
char * wheel_staging_url
 URL to access compiled wheel packages (Unused).
char * build_dir
 Base path to store source code and recipes.
char * build_recipes_dir
 Path to store conda recipes.
char * build_sources_dir
 Path to store source code.
char * build_testing_dir
 Path to store test data (Unused).
char * build_docker_dir
 Path to store docker build script.

Detailed Description

Storage paths.


The documentation for this struct was generated from the following file: