aboutsummaryrefslogtreecommitdiff
path: root/sqitch.conf
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-03 22:01:59 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-03 22:01:59 +0100
commitdfb2bbd0d26c3e0a5f9d93be671677ab0491f934 (patch)
treece7ccfebac888a5638fd822ca9bb04b9e25aef53 /sqitch.conf
parentf235c8ad0aa1ea39cfe8a1a9d77bfebbcd018633 (diff)
downloadbuild-coordinator-dfb2bbd0d26c3e0a5f9d93be671677ab0491f934.tar
build-coordinator-dfb2bbd0d26c3e0a5f9d93be671677ab0491f934.tar.gz
Add sqitch conf and empty plan
Diffstat (limited to 'sqitch.conf')
-rw-r--r--sqitch.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/sqitch.conf b/sqitch.conf
new file mode 100644
index 0000000..44a53d2
--- /dev/null
+++ b/sqitch.conf
@@ -0,0 +1,14 @@
+[core]
+ engine = pg
+ top_dir = sqitch
+ plan_file = sqitch/sqitch.plan
+[engine "pg"]
+ target = pg_guix_build_coordinator
+ top_dir = sqitch/pg
+[engine "sqlite"]
+ target = sqlite_guix_build_coordinator
+ top_dir = sqitch/sqlite
+[target "sqlite_guix_build_coordinator"]
+ uri = db:sqlite:guix_build_coordinator.db
+[target "pg_guix_build_coordinator"]
+ uri = db:pg://guix_build_coordinator@/guix_build_coordinator