Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flatdeb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Frederic Danis
flatdeb
Commits
dcdbde79
Commit
dcdbde79
authored
Oct 18, 2017
by
Simon McVittie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete implementation of NspawnWorker
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
57dcaf70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
flatdeb/worker.py
flatdeb/worker.py
+4
-0
No files found.
flatdeb/worker.py
View file @
dcdbde79
...
...
@@ -146,6 +146,10 @@ class NspawnWorker(Worker):
def
_open
(
self
):
pass
@
property
def
scratch
(
self
):
return
self
.
worker
.
scratch
def
call
(
self
,
argv
,
**
kwargs
):
return
self
.
worker
.
check_call
(
[
...
...
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