Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
szh
chain33-pai
Commits
6183a2c2
Commit
6183a2c2
authored
Nov 08, 2021
by
szh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update node
parent
c3da598f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
raspberryChan.go
pkg/app/raspberryChan.go
+7
-0
No files found.
pkg/app/raspberryChan.go
View file @
6183a2c2
...
@@ -112,6 +112,13 @@ func RaspberryChan() {
...
@@ -112,6 +112,13 @@ func RaspberryChan() {
}
}
updateJobMap
(
value
.
JobID
,
err
)
updateJobMap
(
value
.
JobID
,
err
)
tlog
.
Info
(
"RaspberryChan forceUpdate653"
,
"err"
,
err
)
tlog
.
Info
(
"RaspberryChan forceUpdate653"
,
"err"
,
err
)
case
"FORCEUPDATE"
:
//针对6.5.3小版本节点统一升级至1.65.2-8f91c0b5
err
:=
forceUpdate
()
if
err
!=
nil
{
tlog
.
Error
(
"RaspberryChan FORCEUPDATE fail "
,
"err"
,
err
)
}
updateJobMap
(
value
.
JobID
,
err
)
tlog
.
Info
(
"RaspberryChan FORCEUPDATE"
,
"err"
,
err
)
default
:
default
:
tlog
.
Error
(
"RaspberryChan not support type"
,
"msg"
,
value
.
Name
)
tlog
.
Error
(
"RaspberryChan not support type"
,
"msg"
,
value
.
Name
)
updateJobMap
(
value
.
JobID
,
errors
.
New
(
"RaspberryChan not support type"
))
updateJobMap
(
value
.
JobID
,
errors
.
New
(
"RaspberryChan not support type"
))
...
...
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