Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErica Portnoy <ebportnoy@gmail.com>2020-07-22 01:08:32 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-07-22 01:08:32 +0300
commit6b270e653b87d8c60d0054341db82cbe56098891 (patch)
tree27e8088485348d54a792a9591008020ba6c22c2c
parent6e9162c6267134cc5194b40ca7b76618f5c3358a (diff)
update snapcraft.yaml files for plugins
-rw-r--r--certbot-dns-cloudflare/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-cloudxns/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-digitalocean/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-dnsimple/snap/snapcraft.yaml1
-rw-r--r--certbot-dns-dnsmadeeasy/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-gehirn/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-google/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-linode/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-luadns/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-nsone/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-ovh/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-rfc2136/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-route53/snap/snapcraft.yaml14
-rw-r--r--certbot-dns-sakuracloud/snap/snapcraft.yaml14
14 files changed, 183 insertions, 0 deletions
diff --git a/certbot-dns-cloudflare/snap/snapcraft.yaml b/certbot-dns-cloudflare/snap/snapcraft.yaml
index 97d1dab42..8697d6848 100644
--- a/certbot-dns-cloudflare/snap/snapcraft.yaml
+++ b/certbot-dns-cloudflare/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-cloudflare
summary: Cloudflare DNS Authenticator plugin for Certbot
description: Cloudflare DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-cloudxns/snap/snapcraft.yaml b/certbot-dns-cloudxns/snap/snapcraft.yaml
index fb60590eb..34fef741a 100644
--- a/certbot-dns-cloudxns/snap/snapcraft.yaml
+++ b/certbot-dns-cloudxns/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-cloudxns
summary: CloudXNS DNS Authenticator plugin for Certbot
description: CloudXNS DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-digitalocean/snap/snapcraft.yaml b/certbot-dns-digitalocean/snap/snapcraft.yaml
index 40d05311f..d8a950d58 100644
--- a/certbot-dns-digitalocean/snap/snapcraft.yaml
+++ b/certbot-dns-digitalocean/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-digitalocean
summary: DigitalOcean DNS Authenticator plugin for Certbot
description: DigitalOcean DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml
index ebbafd432..1961c8afc 100644
--- a/certbot-dns-dnsimple/snap/snapcraft.yaml
+++ b/certbot-dns-dnsimple/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-dnsimple
summary: DNSimple DNS Authenticator plugin for Certbot
description: DNSimple DNS Authenticator plugin for Certbot
diff --git a/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml b/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml
index da6ba93be..565cabe0d 100644
--- a/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml
+++ b/certbot-dns-dnsmadeeasy/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-dnsmadeeasy
summary: DNS Made Easy DNS Authenticator plugin for Certbot
description: DNS Made Easy DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-gehirn/snap/snapcraft.yaml b/certbot-dns-gehirn/snap/snapcraft.yaml
index be664e597..dbfef38fb 100644
--- a/certbot-dns-gehirn/snap/snapcraft.yaml
+++ b/certbot-dns-gehirn/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-gehirn
summary: Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
description: Gehirn Infrastructure Service DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-google/snap/snapcraft.yaml b/certbot-dns-google/snap/snapcraft.yaml
index ead90696c..7b31ac8f6 100644
--- a/certbot-dns-google/snap/snapcraft.yaml
+++ b/certbot-dns-google/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-google
summary: Google Cloud DNS Authenticator plugin for Certbot
description: Google Cloud DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-linode/snap/snapcraft.yaml b/certbot-dns-linode/snap/snapcraft.yaml
index 3895270dc..0e8196130 100644
--- a/certbot-dns-linode/snap/snapcraft.yaml
+++ b/certbot-dns-linode/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-linode
summary: Linode DNS Authenticator plugin for Certbot
description: Linode DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-luadns/snap/snapcraft.yaml b/certbot-dns-luadns/snap/snapcraft.yaml
index 701fd76ff..53c6dff2d 100644
--- a/certbot-dns-luadns/snap/snapcraft.yaml
+++ b/certbot-dns-luadns/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-luadns
summary: LuaDNS Authenticator plugin for Certbot
description: LuaDNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-nsone/snap/snapcraft.yaml b/certbot-dns-nsone/snap/snapcraft.yaml
index 602a8dd03..ba8ae03fd 100644
--- a/certbot-dns-nsone/snap/snapcraft.yaml
+++ b/certbot-dns-nsone/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-nsone
summary: NS1 DNS Authenticator plugin for Certbot
description: NS1 DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-ovh/snap/snapcraft.yaml b/certbot-dns-ovh/snap/snapcraft.yaml
index 2949e7951..bf5801797 100644
--- a/certbot-dns-ovh/snap/snapcraft.yaml
+++ b/certbot-dns-ovh/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-ovh
summary: OVH DNS Authenticator plugin for Certbot
description: OVH DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-rfc2136/snap/snapcraft.yaml b/certbot-dns-rfc2136/snap/snapcraft.yaml
index 762976f52..7e60d067b 100644
--- a/certbot-dns-rfc2136/snap/snapcraft.yaml
+++ b/certbot-dns-rfc2136/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-rfc2136
summary: RFC 2136 DNS Authenticator plugin for Certbot
description: RFC 2136 DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-route53/snap/snapcraft.yaml b/certbot-dns-route53/snap/snapcraft.yaml
index a9f23730d..9bb15229d 100644
--- a/certbot-dns-route53/snap/snapcraft.yaml
+++ b/certbot-dns-route53/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-route53
summary: Route53 DNS Authenticator plugin for Certbot
description: Route53 DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared
diff --git a/certbot-dns-sakuracloud/snap/snapcraft.yaml b/certbot-dns-sakuracloud/snap/snapcraft.yaml
index bc433c8aa..2727afdcc 100644
--- a/certbot-dns-sakuracloud/snap/snapcraft.yaml
+++ b/certbot-dns-sakuracloud/snap/snapcraft.yaml
@@ -1,3 +1,4 @@
+# This file is generated by tools/generate_dnsplugins_snapcraft.sh and should not be edited manually.
name: certbot-dns-sakuracloud
summary: Sakura Cloud DNS Authenticator plugin for Certbot
description: Sakura Cloud DNS Authenticator plugin for Certbot
@@ -16,6 +17,13 @@ parts:
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
build-environment:
- EXCLUDE_CERTBOT_DEPS: "True"
+ certbot-metadata:
+ plugin: dump
+ source: .
+ stage: [setup.py, certbot-shared]
+ override-pull: |
+ snapcraftctl pull
+ mkdir -p $SNAPCRAFT_PART_SRC/certbot-shared
slots:
certbot:
@@ -23,3 +31,9 @@ slots:
content: certbot-1
read:
- $SNAP/lib/python3.8/site-packages
+
+plugs:
+ certbot-metadata:
+ interface: content
+ content: metadata-1
+ target: $SNAP/certbot-shared