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
edf976ee
Unverified
Commit
edf976ee
authored
Feb 12, 2019
by
Felix Lange
Committed by
GitHub
Feb 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.travis.yml: fix upload destination (#19043)
parent
f48da43b
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.go
build/ci.go
+1
-1
No files found.
.travis.yml
View file @
edf976ee
...
...
@@ -71,7 +71,7 @@ matrix:
-
python-bzrlib
-
python-paramiko
script
:
-
go run build/ci.go debsrc -upload
ppa:
ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
-
go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
# This builder does the Linux Azure uploads
-
if
:
type = push
...
...
build/ci.go
View file @
edf976ee
...
...
@@ -485,7 +485,7 @@ func maybeSkipArchive(env build.Environment) {
func
doDebianSource
(
cmdline
[]
string
)
{
var
(
signer
=
flag
.
String
(
"signer"
,
""
,
`Signing key name, also used as package author`
)
upload
=
flag
.
String
(
"upload"
,
""
,
`Where to upload the source package (usually "
ppa:
ethereum/ethereum")`
)
upload
=
flag
.
String
(
"upload"
,
""
,
`Where to upload the source package (usually "ethereum/ethereum")`
)
sshUser
=
flag
.
String
(
"sftp-user"
,
""
,
`Username for SFTP upload (usually "geth-ci")`
)
workdir
=
flag
.
String
(
"workdir"
,
""
,
`Output directory for packages (uses temp dir if unset)`
)
now
=
time
.
Now
()
...
...
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