mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 08:08:00 +02:00
Use GPG_TTY
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh -xe
|
#!/bin/sh -xe
|
||||||
# Release dev packages to PyPI
|
# Release dev packages to PyPI
|
||||||
|
|
||||||
|
# Needed to fix problems with git signatures and pinentry
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
version="0.0.0.dev$(date +%Y%m%d)"
|
version="0.0.0.dev$(date +%Y%m%d)"
|
||||||
DEV_RELEASE_BRANCH="dev-release"
|
DEV_RELEASE_BRANCH="dev-release"
|
||||||
# TODO: create a real release key instead of using Kuba's personal one
|
# TODO: create a real release key instead of using Kuba's personal one
|
||||||
|
|||||||
Reference in New Issue
Block a user