Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.cmmi
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
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
Xavier Thompson
slapos.recipe.cmmi
Commits
54aed005
Commit
54aed005
authored
Sep 25, 2019
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: prevent a python warning
parent
734f9532
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/recipe/cmmi/README.rst
slapos/recipe/cmmi/README.rst
+2
-2
No files found.
slapos/recipe/cmmi/README.rst
View file @
54aed005
...
@@ -875,7 +875,7 @@ can display "prefix" value in the stdout.
...
@@ -875,7 +875,7 @@ can display "prefix" value in the stdout.
... recipe = slapos.recipe.cmmi
... recipe = slapos.recipe.cmmi
... url = file://%s/package-0.0.0.tar.gz
... url = file://%s/package-0.0.0.tar.gz
... configure-command = ./configure
... configure-command = ./configure
... pre-install = sed -i -e "
s
/
installing
package
/
installing
package
at
\
$
\$
prefix
/
g
" Makefile
... pre-install = sed -i -e "
s
/
installing
package
/
installing
package
at
\
\$\
\$
prefix
/
g
" Makefile
... """
%
src
)
... """
%
src
)
>>>
print
(
system
(
buildout
))
>>>
print
(
system
(
buildout
))
...
@@ -901,7 +901,7 @@ replaced with the recipe final prefix.
...
@@ -901,7 +901,7 @@ replaced with the recipe final prefix.
... url = file://%s/package-0.0.0.tar.gz
... url = file://%s/package-0.0.0.tar.gz
... configure-command = ./configure
... configure-command = ./configure
... make-targets = install-lib prefix=%%(prefix)s
... make-targets = install-lib prefix=%%(prefix)s
... pre-install = sed -i -e "
s
/
installing
package
/
installing
package
at
\
$
\$
prefix
/
g
" Makefile
... pre-install = sed -i -e "
s
/
installing
package
/
installing
package
at
\
\$\
\$
prefix
/
g
" Makefile
... """
%
src
)
... """
%
src
)
>>>
print
(
system
(
buildout
))
>>>
print
(
system
(
buildout
))
...
...
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