Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
8e704d97
Commit
8e704d97
authored
Nov 15, 2016
by
Felix Lange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis.yml: upload to the real PPA
parent
5bd32bd9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
ci-notes.md
build/ci-notes.md
+1
-1
No files found.
.travis.yml
View file @
8e704d97
...
@@ -34,7 +34,7 @@ matrix:
...
@@ -34,7 +34,7 @@ matrix:
-
gcc-multilib
-
gcc-multilib
script
:
script
:
# Build for the primary platforms that Trusty can manage
# Build for the primary platforms that Trusty can manage
-
go run build/ci.go debsrc -signer "
Felix Lange (Geth CI Testing Key) <fjl@twurst.com>" -upload ppa:lp-fjl/geth-ci-testing
-
go run build/ci.go debsrc -signer "
Go Ethereum Linux Builder <geth-ci@ethereum.org>" -upload ppa:ethereum/ethereum
-
go run build/ci.go install
-
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 archive -type tar -signer LINUX_SIGNING_KEY -upload gethstore/builds
-
go run build/ci.go install -arch 386
-
go run build/ci.go install -arch 386
...
...
build/ci-notes.md
View file @
8e704d97
...
@@ -37,7 +37,7 @@ We want to build go-ethereum with the most recent version of Go, irrespective of
...
@@ -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,
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
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
golang-1.7, which is co-installable alongside the regular golang package. PPA dependencies
can be edited at https://launchpad.net/%7E
lp-fjl/+archive/ubuntu/geth-ci-testing
/+edit-dependencies
can be edited at https://launchpad.net/%7E
ethereum/+archive/ubuntu/ethereum
/+edit-dependencies
## Building Packages Locally (for testing)
## Building Packages Locally (for testing)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment