From 5e1cddd464cf59dcd40d48297f36bc00425871ac Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Mon, 20 Jun 2022 20:47:09 +0200 Subject: [PATCH] Added conan.conf Needed because the Cura remotes requires: revisions_enabled = 1 Contributes to CURA-9365 --- conan.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 conan.conf diff --git a/conan.conf b/conan.conf new file mode 100644 index 0000000..a88f271 --- /dev/null +++ b/conan.conf @@ -0,0 +1,21 @@ +[log] +run_to_output = True # environment CONAN_LOG_RUN_TO_OUTPUT +run_to_file = False # environment CONAN_LOG_RUN_TO_FILE +level = critical # environment CONAN_LOGGING_LEVEL +print_run_commands = False # environment CONAN_PRINT_RUN_COMMANDS + +[general] +default_profile = default +compression_level = 9 # environment CONAN_COMPRESSION_LEVEL +sysrequires_sudo = True # environment CONAN_SYSREQUIRES_SUDO +request_timeout = 60 # environment CONAN_REQUEST_TIMEOUT (seconds) +default_package_id_mode = semver_direct_mode # environment CONAN_DEFAULT_PACKAGE_ID_MODE +revisions_enabled = 1 + +[storage] +path = ./data + +[proxies] + +[hooks] +attribute_checker