summaryrefslogtreecommitdiffstats
path: root/examples/packages/example_tmux/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/packages/example_tmux/config.toml')
-rw-r--r--examples/packages/example_tmux/config.toml46
1 files changed, 0 insertions, 46 deletions
diff --git a/examples/packages/example_tmux/config.toml b/examples/packages/example_tmux/config.toml
deleted file mode 100644
index d86ea96..0000000
--- a/examples/packages/example_tmux/config.toml
+++ /dev/null
@@ -1,46 +0,0 @@
-# Configuration file for BUTIDO for this repository
-
-# repository of package definitions
-releases = "/tmp/tmux-releases"
-staging = "/tmp/tmux-staging"
-source_cache = "/tmp/tmux-sources"
-
-# ####
-#
-# Log database configuration
-#
-# ####
-
-# The database to use
-#
-# Can be overridden via environment vairbale BUTIDO_DATABASE_URI or set via CLI.
-database_host = "localhost"
-database_port = 5432
-database_user = "pgdev"
-database_password = "password"
-database_name = "butido"
-
-
-# Phases which can be configured in the packages
-available_phases = [ "unpack", "depinst", "configure", "build", "install", "package" ]
-
-[docker]
-# Images which can be used to build
-# images not listed here are automatically rejected
-images = [ "debian:bullseye" ]
-verify_images_present = true
-
-# List of docker endpoints
-[[docker.endpoints]]
-name = "example host name"
-uri = "http://0.0.0.0:8095"
-endpoint_type = "http"
-speed = 1
-maxjobs = 10
-
-
-[containers]
-# environment variables which are allowed during container start
-# This way, errors (typos) when passing environment to a build can be prevented
-allowed_env = [ "PATH" ]
-