launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31104
[Merge] ~ines-almeida/launchpad-mojo-specs/+git/private:lp-fetch-service-production into ~launchpad/launchpad-mojo-specs/+git/private:master
Ines Almeida has proposed merging ~ines-almeida/launchpad-mojo-specs/+git/private:lp-fetch-service-production into ~launchpad/launchpad-mojo-specs/+git/private:master.
Commit message:
lp-fetch-service: enable fetch service deployment in production
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad-mojo-specs/+git/private/+merge/465464
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad-mojo-specs/+git/private:lp-fetch-service-production into ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-fetch-service/bundle.yaml b/lp-fetch-service/bundle.yaml
index 14bd8a7..266af02 100644
--- a/lp-fetch-service/bundle.yaml
+++ b/lp-fetch-service/bundle.yaml
@@ -8,14 +8,7 @@
series: jammy
applications:
-{%- if devel or stage_name == "qastaging" %}
fetch-service:
- {#- While the fetch-service charm and snap are not public, we are deploying
- a locally built charm. The lines below should be replaced with the path
- to charmhub, channel and revision number once the charm and snap are
- public. Currently, this expects the charm and snap to be copied to the
- path where the bundle.yaml is rendered, in the mojo project folder (eg.
- .../mojo/lp-fetch-service/jammy/devel/charms/lp-fetch-service/). #}
charm: ch:fetch-service
channel: edge
revision: 6
@@ -24,4 +17,3 @@ applications:
options:
{#- Channel configuration for the fetch service snap. #}
channel: "latest/edge"
-{%- endif %}
Follow ups