Merge ~troyanov/maas:fix-2056777 into maas:master

Proposed by Anton Troyanov
Status: Merged
Approved by: Jack Lloyd-Walters
Approved revision: 13d4e167beb202189e0bca970e4ce4d74ad213fc
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~troyanov/maas:fix-2056777
Merge into: maas:master
Diff against target: 18 lines (+4/-1)
1 file modified
debian/maas-region-api.install (+4/-1)
Reviewer Review Type Date Requested Status
Jack Lloyd-Walters Approve
MAAS Lander unittests Pending
Review via email: mp+462158@code.launchpad.net

Commit message

fixup! chore: move maas-temporal-worker to its own package

Resolves LP:2056777

To post a comment you must log in.
Revision history for this message
Jack Lloyd-Walters (lloydwaltersj) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/maas-region-api.install b/debian/maas-region-api.install
2index 11e49c0..f9af6c8 100644
3--- a/debian/maas-region-api.install
4+++ b/debian/maas-region-api.install
5@@ -13,9 +13,12 @@ package-files/etc/maas/drivers.yaml etc/maas
6 # Install all other stuff
7 usr/bin/maas-region usr/sbin
8 usr/bin/regiond usr/sbin
9-usr/bin/maas-temporal-worker usr/sbin
10 debian/extras/maas_remote_syslog_compress etc/cron.d
11
12 # Install API application
13 debian/tmp/usr/lib/python3*/dist-packages/maasapiserver
14 usr/bin/maas-apiserver usr/sbin
15+
16+# Install Region Temporal Worker
17+debian/tmp/usr/lib/python3*/dist-packages/maastemporalworker
18+usr/bin/maas-temporal-worker usr/sbin

Subscribers

People subscribed via source and target branches