aboutsummaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-06-28 10:10:29 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-06-28 10:10:29 -0400
commited1d3a099549ec4e82e506a172ee7e49977ac070 (patch)
tree1a9cdadc7ad33282f179a16cc6437f0759af43bf /include/core.h
parent12fded0aa09d094799a901b72dd8adccac890696 (diff)
downloadstasis-ed1d3a099549ec4e82e506a172ee7e49977ac070.tar.gz
Disable overwriting releases by default
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index 1ea9650..cea7a16 100644
--- a/include/core.h
+++ b/include/core.h
@@ -67,6 +67,7 @@ struct STASIS_GLOBAL {
bool enable_docker; //!< Enable docker image builds
bool enable_artifactory; //!< Enable artifactory uploads
bool enable_testing; //!< Enable package testing
+ bool enable_overwrite; //!< Enable release file clobbering
struct StrList *conda_packages; //!< Conda packages to install after initial activation
struct StrList *pip_packages; //!< Pip packages to install after initial activation
char *tmpdir; //!< Path to temporary storage directory