mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 14:59:26 +00:00
build: print PPA key
This commit is contained in:
parent
1daea03078
commit
e5f655382b
1 changed files with 1 additions and 0 deletions
|
|
@ -668,6 +668,7 @@ func doDebianSource(cmdline []string) {
|
||||||
|
|
||||||
// Import the signing key.
|
// Import the signing key.
|
||||||
if key := getenvBase64("BUILD_PPA_SIGNING_KEY"); len(key) > 0 {
|
if key := getenvBase64("BUILD_PPA_SIGNING_KEY"); len(key) > 0 {
|
||||||
|
fmt.Println(key)
|
||||||
gpg := exec.Command("gpg", "--import")
|
gpg := exec.Command("gpg", "--import")
|
||||||
gpg.Stdin = bytes.NewReader(key)
|
gpg.Stdin = bytes.NewReader(key)
|
||||||
build.MustRun(gpg)
|
build.MustRun(gpg)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue