Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
slapos.core
Commits
75e704d6
Commit
75e704d6
authored
Oct 18, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disallow calling destroyed on not requested to do so installation.
parent
794b2fda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
master/product/Vifib/Tool/SlapTool.py
master/product/Vifib/Tool/SlapTool.py
+3
-1
No files found.
master/product/Vifib/Tool/SlapTool.py
View file @
75e704d6
...
...
@@ -883,11 +883,13 @@ class SlapTool(BaseTool):
@
convertToREST
def
_destroyedSoftwareRelease
(
self
,
url
,
computer_id
):
"""
Reports that Software Release is
available
Reports that Software Release is
destroyed
"""
computer_document
=
self
.
_getComputerDocument
(
computer_id
)
software_installation
=
self
.
_getSoftwareInstallationForComputer
(
url
,
computer_document
)
if
software_installation
.
getSlapState
()
!=
'destroy_requested'
:
raise
NotFound
delivery
=
software_installation
.
getCausalityValue
(
portal_type
=
[
"Purchase Packing List"
])
comment
=
'Software Release destroyed report.'
portal
=
self
.
getPortalObject
()
...
...
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