mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
10 lines
179 B
Bash
10 lines
179 B
Bash
|
|
# GnuPG Agent
|
|
export GPG_TTY=`tty`
|
|
eval "$(gpg-agent --daemon)"
|
|
|
|
# DEBIAN
|
|
export DEBEMAIL="dim@tapoueh.org"
|
|
export DEBFULLNAME="Dimitri Fontaine"
|
|
export DEBSIGN_KEYID="60B1CB4E"
|