Merge ~troyanov/maas/+git/temporal-packaging:add-schemas into ~maas-committers/maas/+git/temporal-packaging:main

Proposed by Anton Troyanov
Status: Merged
Merged at revision: bdf6c0abe279075dbfe58f094f0f43538024d37b
Proposed branch: ~troyanov/maas/+git/temporal-packaging:add-schemas
Merge into: ~maas-committers/maas/+git/temporal-packaging:main
Diff against target: 37 lines (+9/-1)
3 files modified
Makefile (+2/-1)
debian/changelog (+6/-0)
debian/install (+1/-0)
Reviewer Review Type Date Requested Status
Alexsander de Souza Approve
Review via email: mp+449629@code.launchpad.net

Commit message

feat: v1.20.3 with PostgreSQL schemas

Description of the change

This change adds Temporal PostgreSQL schemas required by the `temporal-sql-tool`

https://github.com/temporalio/temporal/tree/df2167ef00894e4040ee4c94605c17b9cbc6e74f/schema/postgresql/v12

To post a comment you must log in.
Revision history for this message
Alexsander de Souza (alexsander-souza) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Makefile b/Makefile
2index faa4412..8a348c6 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -21,7 +21,8 @@ default: build
6 .PHONY: install
7 install: build
8 mkdir -p $(DESTDIR)
9- mv $(addprefix $(SRC_DIR)/,$(ARTIFACTS)) $(DESTDIR)
10+ mv $(addprefix $(SRC_DIR)/,$(ARTIFACTS)) $(DESTDIR)
11+ cp -r $(SRC_DIR)/schema/postgresql/v12/. $(DESTDIR)/schema
12
13 src:
14 git clone --depth 1 --branch v$(TEMPORAL_VERSION) $(TEMPORAL_GIT_URL) $(SRC_DIR)
15diff --git a/debian/changelog b/debian/changelog
16index 8664e34..622eec9 100644
17--- a/debian/changelog
18+++ b/debian/changelog
19@@ -1,3 +1,9 @@
20+temporal (1:1.20.3-1-0ubuntu1) jammy; urgency=medium
21+
22+ * Temporal v1.20.3 with PostgreSQL schemas
23+
24+ -- Anton Troyanov <anton.troyanov@canonical.com> Fri, 22 Aug 2023 12:00:00 +0000
25+
26 temporal (1:1.20.3-0ubuntu1) jammy; urgency=medium
27
28 * Initial packaging of Temporal v1.20.3
29diff --git a/debian/install b/debian/install
30index 9bf853f..c5f6913 100644
31--- a/debian/install
32+++ b/debian/install
33@@ -1,3 +1,4 @@
34 debian/tmp/temporal-server usr/sbin
35 debian/tmp/temporal-sql-tool usr/bin
36 debian/tmp/tdbg usr/bin
37+debian/tmp/schema var/lib/maas/temporal

Subscribers

People subscribed via source and target branches