1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Use GPG_TTY

This commit is contained in:
Brad Warren
2015-12-01 19:26:55 -08:00
parent 8e71046986
commit a65641eb85

View File

@@ -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