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
32c05e82
Unverified
Commit
32c05e82
authored
Sep 20, 2018
by
Péter Szilágyi
Committed by
GitHub
Sep 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17726 from karalabe/go-1.11-ppa-fix
build/deb: upgrade launchpad PPA sources to Go 1.11 too
parents
457e930f
5e32152c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ci-notes.md
build/ci-notes.md
+3
-3
deb.control
build/deb/ethereum-swarm/deb.control
+1
-1
deb.control
build/deb/ethereum/deb.control
+1
-1
No files found.
build/ci-notes.md
View file @
32c05e82
...
@@ -16,18 +16,18 @@ variable which Travis CI makes available to certain builds.
...
@@ -16,18 +16,18 @@ variable which Travis CI makes available to certain builds.
We want to build go-ethereum with the most recent version of Go, irrespective of the Go
We want to build go-ethereum with the most recent version of Go, irrespective of the Go
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.1
0
, which is co-installable alongside the regular golang package. PPA dependencies
golang-1.1
1
, which is co-installable alongside the regular golang package. PPA dependencies
can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies
can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies
## Building Packages Locally (for testing)
## Building Packages Locally (for testing)
You need to run Ubuntu to do test packaging.
You need to run Ubuntu to do test packaging.
Add the gophers PPA and install Go 1.1
0
and Debian packaging tools:
Add the gophers PPA and install Go 1.1
1
and Debian packaging tools:
$ sudo apt-add-repository ppa:gophers/ubuntu/archive
$ sudo apt-add-repository ppa:gophers/ubuntu/archive
$ sudo apt-get update
$ sudo apt-get update
$ sudo apt-get install build-essential golang-1.1
0
devscripts debhelper
$ sudo apt-get install build-essential golang-1.1
1
devscripts debhelper
Create the source packages:
Create the source packages:
...
...
build/deb/ethereum-swarm/deb.control
View file @
32c05e82
...
@@ -2,7 +2,7 @@ Source: {{.Name}}
...
@@ -2,7 +2,7 @@ Source: {{.Name}}
Section: science
Section: science
Priority: extra
Priority: extra
Maintainer: {{.Author}}
Maintainer: {{.Author}}
Build-Depends: debhelper (>= 8.0.0), golang-1.1
0
Build-Depends: debhelper (>= 8.0.0), golang-1.1
1
Standards-Version: 3.9.5
Standards-Version: 3.9.5
Homepage: https://ethereum.org
Homepage: https://ethereum.org
Vcs-Git: git://github.com/ethereum/go-ethereum.git
Vcs-Git: git://github.com/ethereum/go-ethereum.git
...
...
build/deb/ethereum/deb.control
View file @
32c05e82
...
@@ -2,7 +2,7 @@ Source: {{.Name}}
...
@@ -2,7 +2,7 @@ Source: {{.Name}}
Section: science
Section: science
Priority: extra
Priority: extra
Maintainer: {{.Author}}
Maintainer: {{.Author}}
Build-Depends: debhelper (>= 8.0.0), golang-1.1
0
Build-Depends: debhelper (>= 8.0.0), golang-1.1
1
Standards-Version: 3.9.5
Standards-Version: 3.9.5
Homepage: https://ethereum.org
Homepage: https://ethereum.org
Vcs-Git: git://github.com/ethereum/go-ethereum.git
Vcs-Git: git://github.com/ethereum/go-ethereum.git
...
...
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