Skip to content

Commit

Permalink
Temporary config change revert and version bump (#1498)
Browse files Browse the repository at this point in the history
* Temporarily add back deprecated config var

* Bump version for point release fix to 20240614.1
  • Loading branch information
aarontp committed Jun 15, 2024
1 parent 4c93ddb commit e4426e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "turbinia"
version = "20240614"
version = "20240614.1"
description = "Automation and Scaling of Digital Forensics Tools"
authors = ["Turbinia Developers <[email protected]>"]
maintainers = ["Turbinia Developers <[email protected]>"]
Expand Down Expand Up @@ -67,4 +67,4 @@ ignore_patterns = [

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
4 changes: 4 additions & 0 deletions turbinia/config/turbinia_config_tmpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
# Time in seconds to sleep in task management loops
SLEEP_TIME = 10

# Whether to run as a single run, or to keep server running indefinitely
# Note: This config var is deprecated and will be removed in the next release.
SINGLE_RUN = False

# Local directory in the worker to put other mount directories for locally
# mounting images/disks
MOUNT_DIR_PREFIX = '/mnt/turbinia-mounts'
Expand Down

0 comments on commit e4426e4

Please sign in to comment.