Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
88
Merge Requests
88
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
cfde18ad
Commit
cfde18ad
authored
Apr 21, 2016
by
Alain Takoudjou
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
createWrapper: missing value
parent
0353d07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
generic.py
slapos/recipe/librecipe/generic.py
+1
-1
No files found.
slapos/recipe/librecipe/generic.py
View file @
cfde18ad
...
...
@@ -164,7 +164,7 @@ class GenericBaseRecipe(object):
rm $pidfile
fi
fi
echo $$ > $pidfile"""
%
shlex
.
quote
(
pidfile
)))
echo $$ > $pidfile"""
%
(
shlex
.
quote
(
pidfile
),
command
)))
lines
.
append
(
dedent
(
'''
# If the wrapped command uses a shebang, execute the referenced
...
...
Julien Muchembled
@jm
mentioned in commit
0f3ae9fb
·
Apr 22, 2016
mentioned in commit
0f3ae9fb
mentioned in commit 0f3ae9fb2301b240efbc7e239e964c779a1423d5
Toggle commit list
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