* try the easy thing of just doing what the error message says * temporarily add deploy stage to extended tests to see if it uploads properly * follow instructions on https://forum.snapcraft.io/t/snapcraft-authentication-options/30473 * just run the packaging jobs for speed * fix formatting * import changes from test- branch and revert temporary changes * Update instructions in deploy-stage.yml
63 lines
665 B
Plaintext
63 lines
665 B
Plaintext
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist*/
|
|
/venv*/
|
|
/.tox/
|
|
/releases*/
|
|
/log*
|
|
letsencrypt.log
|
|
certbot.log
|
|
poetry.lock
|
|
|
|
# coverage
|
|
.coverage
|
|
.coverage.*
|
|
/htmlcov/
|
|
|
|
/.vagrant
|
|
|
|
tags
|
|
|
|
# editor temporary files
|
|
*~
|
|
*.sw?
|
|
\#*#
|
|
.idea
|
|
.ropeproject
|
|
.vscode
|
|
|
|
# auth --cert-path --chain-path
|
|
/*.pem
|
|
|
|
.venv
|
|
|
|
# pytest cache
|
|
.cache
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
|
|
# docker files
|
|
.docker
|
|
|
|
# certbot tests
|
|
.certbot_test_workspace
|
|
**/assets/pebble*
|
|
**/assets/challtestsrv*
|
|
|
|
# snap files
|
|
.snapcraft
|
|
parts
|
|
prime
|
|
stage
|
|
*.snap
|
|
snap-constraints.txt
|
|
qemu-*
|
|
certbot-dns*/certbot-dns*_amd64*.txt
|
|
certbot-dns*/certbot-dns*_arm*.txt
|
|
/certbot_amd64*.txt
|
|
/certbot_arm*.txt
|
|
certbot-dns*/snap
|
|
snapcraft.cfg
|