Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bhttp from latest/edge #670

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: charmstore-client and charm-tools
confinement: classic
grade: stable
base: core18
architectures:
- amd64
apps:
charm:
command: bin/wrappers/charm
Expand All @@ -24,15 +22,15 @@ parts:
- bzr
- python3-pip
stage-snaps:
- bhttp
- bhttp/latest/edge
override-build: |
snapcraftctl build
pip3 install vergit
vergit --format=json > $SNAPCRAFT_PART_INSTALL/charmstore-client-version
bhttp:
plugin: nil
stage-snaps:
- bhttp
- bhttp/latest/edge
stage:
- bin/bhttp
charm-tools:
Expand Down
Loading