From 4a3f3062593d700f33d6d063bbf06c03fb03d01b Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 16 Jul 2020 14:29:05 -0700 Subject: [PATCH] s/certbot-version/certbot-metadata/g --- certbot-dns-dnsimple/snap/snapcraft.yaml | 6 +++--- snap/snapcraft.yaml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml index df83ccb3a..ebbafd432 100644 --- a/certbot-dns-dnsimple/snap/snapcraft.yaml +++ b/certbot-dns-dnsimple/snap/snapcraft.yaml @@ -16,7 +16,7 @@ parts: snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"` build-environment: - EXCLUDE_CERTBOT_DEPS: "True" - certbot-version: + certbot-metadata: plugin: dump source: . stage: [setup.py, certbot-shared] @@ -32,7 +32,7 @@ slots: - $SNAP/lib/python3.8/site-packages plugs: - certbot-version: + certbot-metadata: interface: content - content: version-1 + content: metadata-1 target: $SNAP/certbot-shared diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4717adc2c..b47de4658 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -82,12 +82,12 @@ parts: plugin: dump source: . stage: [certbot.wrapper] - shared-version: + shared-metadata: plugin: dump source: . - stage: [certbot-version/__init__.py] + stage: [certbot-metadata/__init__.py] organize: - $SNAPCRAFT_PART_SRC/certbot/certbot/__init__.py: certbot-version/__init__.py + $SNAPCRAFT_PART_SRC/certbot/certbot/__init__.py: certbot-metadata/__init__.py plugs: plugin: @@ -96,7 +96,7 @@ plugs: target: $SNAP/certbot-plugin slots: - certbot-version: + certbot-metadata: interface: content - content: version-1 - read: [$SNAP/certbot-version] + content: metadata-1 + read: [$SNAP/certbot-metadata]