mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Generate plugin snapcraft.yaml in build_remote.py
This commit is contained in:
parent
f95088e8c3
commit
973c4c2828
1 changed files with 5 additions and 0 deletions
|
|
@ -165,6 +165,11 @@ def main():
|
|||
targets.remove('DNS_PLUGINS')
|
||||
targets.update(PLUGINS)
|
||||
|
||||
if targets != set(('certbot',)):
|
||||
# If we're building any of the DNS plugins, generate their
|
||||
# snapcraft.yaml files.
|
||||
subprocess.run('tools/snap/generate_dnsplugins_snapcraft.sh', check=True)
|
||||
|
||||
print('Start remote snap builds...')
|
||||
print(f' - archs: {", ".join(archs)}')
|
||||
print(f' - projects: {", ".join(sorted(targets))}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue