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
f44046a1
Commit
f44046a1
authored
Aug 17, 2018
by
Anton Evangelatov
Committed by
Péter Szilágyi
Aug 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: do not require `ethereum-swarm` deb when installing `ethereum` (#17425)
parent
2a067914
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
ci.go
build/ci.go
+0
-11
deb.control
build/deb/ethereum/deb.control
+1
-1
No files found.
build/ci.go
View file @
f44046a1
...
...
@@ -644,17 +644,6 @@ func (meta debMetadata) ExeName(exe debExecutable) string {
return
exe
.
Package
()
}
// EthereumSwarmPackageName returns the name of the swarm package based on
// environment, e.g. "ethereum-swarm-unstable", or "ethereum-swarm".
// This is needed so that we make sure that "ethereum" package,
// depends on and installs "ethereum-swarm"
func
(
meta
debMetadata
)
EthereumSwarmPackageName
()
string
{
if
isUnstableBuild
(
meta
.
Env
)
{
return
debSwarm
.
Name
+
"-unstable"
}
return
debSwarm
.
Name
}
// ExeConflicts returns the content of the Conflicts field
// for executable packages.
func
(
meta
debMetadata
)
ExeConflicts
(
exe
debExecutable
)
string
{
...
...
build/deb/ethereum/deb.control
View file @
f44046a1
...
...
@@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/ethereum/go-ethereum
Package: {{.Name}}
Architecture: any
Depends: ${misc:Depends}, {{.E
thereumSwarmPackageName}}, {{.E
xeList}}
Depends: ${misc:Depends}, {{.ExeList}}
Description: Meta-package to install geth, swarm, and other tools
Meta-package to install geth, swarm and other tools
...
...
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