Skip to content

Commit 6e4d623

Browse files
authored
Merge pull request ethereum#3266 from fjl/travis-ppa-live
travis.yml: upload to the real PPA
2 parents 5bd32bd + 8e704d9 commit 6e4d623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
- gcc-multilib
3535
script:
3636
# Build for the primary platforms that Trusty can manage
37-
- go run build/ci.go debsrc -signer "Felix Lange (Geth CI Testing Key) <fjl@twurst.com>" -upload ppa:lp-fjl/geth-ci-testing
37+
- go run build/ci.go debsrc -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum
3838
- go run build/ci.go install
3939
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
4040
- go run build/ci.go install -arch 386

build/ci-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ We want to build go-ethereum with the most recent version of Go, irrespective of
3737
version that is available in the main Ubuntu repository. In order to make this possible,
3838
our PPA depends on the ~gophers/ubuntu/archive PPA. Our source package build-depends on
3939
golang-1.7, which is co-installable alongside the regular golang package. PPA dependencies
40-
can be edited at https://launchpad.net/%7Elp-fjl/+archive/ubuntu/geth-ci-testing/+edit-dependencies
40+
can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies
4141

4242
## Building Packages Locally (for testing)
4343

0 commit comments

Comments
 (0)