From 8e704d97185a6920b6bf7d015086ac18bd003efe Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 15 Nov 2016 11:10:28 +0100 Subject: travis.yml: upload to the real PPA --- .travis.yml | 2 +- build/ci-notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6d8249baa..4eda6d49b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: - gcc-multilib script: # Build for the primary platforms that Trusty can manage - - go run build/ci.go debsrc -signer "Felix Lange (Geth CI Testing Key) " -upload ppa:lp-fjl/geth-ci-testing + - go run build/ci.go debsrc -signer "Go Ethereum Linux Builder " -upload ppa:ethereum/ethereum - go run build/ci.go install - go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds - go run build/ci.go install -arch 386 diff --git a/build/ci-notes.md b/build/ci-notes.md index 3fc2690b2..92e7c54d0 100644 --- a/build/ci-notes.md +++ b/build/ci-notes.md @@ -37,7 +37,7 @@ We want to build go-ethereum with the most recent version of Go, irrespective of version that is available in the main Ubuntu repository. In order to make this possible, our PPA depends on the ~gophers/ubuntu/archive PPA. Our source package build-depends on golang-1.7, which is co-installable alongside the regular golang package. PPA dependencies -can be edited at https://launchpad.net/%7Elp-fjl/+archive/ubuntu/geth-ci-testing/+edit-dependencies +can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies ## Building Packages Locally (for testing) -- cgit v1.2.3