mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +00:00
7 lines
223 B
Bash
Executable file
7 lines
223 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e -x
|
|
|
|
# Note: this script is meant to be run in a Debian/Ubuntu docker container, # as user 'root'.
|
|
|
|
go run build/ci.go debsrc -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
|