Skip to content

Commit

Permalink
Add config option to disable reporting (#202)
Browse files Browse the repository at this point in the history
* Add config option to disable reporting
* Update snap revs
* Write config file before snap install
* Patch instead of symlink
  • Loading branch information
sed-i authored Nov 20, 2024
1 parent a0c437f commit a5e2f57
Show file tree
Hide file tree
Showing 10 changed files with 296 additions and 389 deletions.
201 changes: 0 additions & 201 deletions charmcraft-22.04.yaml

This file was deleted.

46 changes: 46 additions & 0 deletions charmcraft-24.04.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
--- charmcraft-22.04.yaml 2024-11-19 21:09:07.305181162 +0000
+++ charmcraft-24.04.yaml 2024-11-19 21:09:07.305181162 +0000
@@ -15,39 +15,10 @@
source: https://github.com/canonical/grafana-agent-operator
issues: https://github.com/canonical/grafana-agent-operator/issues

-bases:
- - build-on:
- - name: "ubuntu"
- channel: "22.04"
- architectures: ["arm64"]
- run-on:
- - name: "ubuntu"
- channel: "22.04"
- architectures: ["arm64"]
- - build-on:
- - name: "ubuntu"
- channel: "20.04"
- architectures: ["arm64"]
- run-on:
- - name: "ubuntu"
- channel: "20.04"
- architectures: ["arm64"]
- - build-on:
- - name: "ubuntu"
- channel: "22.04"
- architectures: ["amd64"]
- run-on:
- - name: "ubuntu"
- channel: "22.04"
- architectures: ["amd64"]
- - build-on:
- - name: "ubuntu"
- channel: "20.04"
- architectures: ["amd64"]
- run-on:
- - name: "ubuntu"
- channel: "20.04"
- architectures: ["amd64"]
+base: [email protected]
+platforms:
+ amd64:
+ arm64:

parts:
charm:
Loading

0 comments on commit a5e2f57

Please sign in to comment.