Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
erp5
Commits
82359189
Commit
82359189
authored
May 03, 2017
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! erp5_upgrader: do not run activeSense for post-upgrade step
parent
45dbdad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runFullUpgrader.py
...eItem/portal_skins/erp5_upgrader/Alarm_runFullUpgrader.py
+7
-6
No files found.
bt5/erp5_upgrader/SkinTemplateItem/portal_skins/erp5_upgrader/Alarm_runFullUpgrader.py
View file @
82359189
...
...
@@ -37,14 +37,15 @@ if fixit:
after_tag
=
upgrade_tag
,
).
activeSense
(
fixit
=
fixit
,
params
=
{
'tag'
:
post_upgrade_tag
})
else
:
summary
=
"Post-upgrade constraints are not run as their results may differ after "
summary
+=
"upgrader's alarm is solved. To dry-run post-upgrade alarm, please run the pre-ugprade "
summary
+=
"and upgrade steps for real, then run post-upgrade
\
"
Active Sense
\
"
action."
detail
=
"Post-upgrade constraints are not run as their results may differ after "
detail
+=
"upgrader's alarm is solved. To dry-run post-upgrade alarm, please run the pre-ugprade "
detail
+=
"and upgrade steps for real, then run post-upgrade
\
"
Active Sense
\
"
action."
active_process
.
postActiveResult
(
severity
=
1
,
summary
=
summary
,
detail
=
[
m
.
message
for
m
in
constraint_message_list
])
severity
=
0
,
summary
=
'Post-upgrade constraints were not run'
,
detail
=
[
detail
,],
)
# start another activity to collect the results from each upgrader step
...
...
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