mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Use GPG_TTY
This commit is contained in:
parent
8e71046986
commit
a65641eb85
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/bin/sh -xe
|
||||
# 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)"
|
||||
DEV_RELEASE_BRANCH="dev-release"
|
||||
# TODO: create a real release key instead of using Kuba's personal one
|
||||
|
|
|
|||
Loading…
Reference in a new issue