← Back to team overview

observability team mailing list archive

[Merge] ~txiao/prometheus-iscsi-exporter-snap:set-license into prometheus-iscsi-exporter-snap:master

 

Tianqi Xiao has proposed merging ~txiao/prometheus-iscsi-exporter-snap:set-license into prometheus-iscsi-exporter-snap:master.

Commit message:
Set license in snapcraft.yaml

Requested reviews:
  BootStack Reviewers (bootstack-reviewers)
  Llama (LMA) Charmers (llama-charmers)

For more details, see:
https://code.launchpad.net/~txiao/prometheus-iscsi-exporter-snap/+git/prometheus-iscsi-exporter-snap/+merge/453569
-- 
Your team Llama (LMA) Charmers is requested to review the proposed merge of ~txiao/prometheus-iscsi-exporter-snap:set-license into prometheus-iscsi-exporter-snap:master.
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 03a7571..90a94bb 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,7 @@
 name: prometheus-iscsi-exporter # you probably want to 'snapcraft register <name>'
 base: core20 # the base snap is the execution environment for this snap
 version: 'git' # just for humans, typically '1.2+git' or '1.3.2'
+license: GPL-3.0
 summary: Export iscsi metrics to Prometheus # 79 char long summary
 description: |
   Exports high-level ISCSI data to Prometheus.

Follow ups