aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/deliverable.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/deliverable.h b/include/deliverable.h
index 1487ace..e04b829 100644
--- a/include/deliverable.h
+++ b/include/deliverable.h
@@ -54,6 +54,8 @@ struct Delivery {
int rc;
// version of python to use
char *python;
+ // shortened python identifier
+ char *python_compact;
// URL to previous final configuration
char *based_on;
// hst, jwst, roman
@@ -66,12 +68,21 @@ struct Delivery {
bool continue_on_error;
} meta;
+ struct Info {
+ // The fully combined release string
+ char *release_name;
+ struct tm *time_info;
+ time_t time_now;
+ } info;
+
struct Conda {
char *installer_baseurl;
char *installer_name;
char *installer_version;
char *installer_platform;
char *installer_arch;
+ char *tool_version;
+ char *tool_build_version;
// packages to install
struct StrList *conda_packages;
// conda recipes to be built