diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-12-07 19:53:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 19:53:44 -0500 |
commit | 456c5a481a7dabb53434a696488ac6eecb962d5b (patch) | |
tree | 8f4743a4cfdad61f9aeac0dffce050e5bd9eef1d /include/core.h | |
parent | bdadebfceffad22179b33948113b2bf82f02c1f7 (diff) | |
parent | 4c403d1f1318a163b017605c2af6d1a14c579f99 (diff) | |
download | stasis-456c5a481a7dabb53434a696488ac6eecb962d5b.tar.gz |
Merge pull request #74 from jhunkeler/with-indexer-tlc
Combined: indexer-tlc and clone-existing-directory
Diffstat (limited to 'include/core.h')
-rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index b8b047f..362ac8d 100644 --- a/include/core.h +++ b/include/core.h @@ -40,6 +40,7 @@ struct STASIS_GLOBAL { bool enable_docker; //!< Enable docker image builds bool enable_artifactory; //!< Enable artifactory uploads bool enable_artifactory_build_info; //!< Enable build info (best disabled for pure test runs) + bool enable_artifactory_upload; //!< Enable artifactory file upload (dry-run when false) bool enable_testing; //!< Enable package testing bool enable_overwrite; //!< Enable release file clobbering bool enable_rewrite_spec_stage_2; //!< Enable automatic @STR@ replacement in output files |