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.template
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Yusei Tahara
slapos.recipe.template
Commits
8fb15ba3
Commit
8fb15ba3
authored
Mar 14, 2017
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Setuptools is not verbosed anymore since we updated zc.buildout
parent
3d83d3a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
34 deletions
+0
-34
slapos/recipe/template/README.jinja2.txt
slapos/recipe/template/README.jinja2.txt
+0
-22
slapos/recipe/template/README.txt
slapos/recipe/template/README.txt
+0
-12
No files found.
slapos/recipe/template/README.jinja2.txt
View file @
8fb15ba3
...
...
@@ -50,8 +50,6 @@ We run buildout::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the template has been rendered::
...
...
@@ -186,8 +184,6 @@ Use jinja2 extensions
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('foo')
foo, template
...
...
@@ -217,8 +213,6 @@ Compute template's MD5 sum::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('foo')
template
...
...
@@ -240,8 +234,6 @@ If the md5sum doesn't match, the buildout fail::
>>> print system(join('bin', 'buildout')),
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
While:
Installing.
Getting section template.
...
...
@@ -272,8 +264,6 @@ You can specify the mode for rendered file::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the generated file with have the right permissions::
...
...
@@ -314,8 +304,6 @@ imported::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar')
FOO !
...
...
@@ -339,8 +327,6 @@ Just like context definition, it also works with indirect values::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar')
FOO !
...
...
@@ -387,8 +373,6 @@ All templates can be accessed inside both folders::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar')
a1foo
a2foo
...
...
@@ -429,8 +413,6 @@ path)::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('bar')
a1foo
a2foo
...
...
@@ -466,8 +448,6 @@ will be installed as dependency::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
This way you can get options which are computed in the ``__init__`` of
the dependent recipe.
...
...
@@ -523,8 +503,6 @@ Let's just use ``buildout.cfg`` using this egg::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('foo')
foobar
...
...
slapos/recipe/template/README.txt
View file @
8fb15ba3
...
...
@@ -30,8 +30,6 @@ We run buildout::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the output file has been parsed by buildout itself::
...
...
@@ -82,8 +80,6 @@ And run buildout, and see the result::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('template.out')
template
...
...
@@ -104,8 +100,6 @@ If the md5sum doesn't match, the buildout fail::
>>> print system(join('bin', 'buildout')),
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
While:
Installing.
Getting section template.
...
...
@@ -137,8 +131,6 @@ You can specify the mode of the written file::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
And the generated file with have the right permissions::
...
...
@@ -176,8 +168,6 @@ will be installed as dependency::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
This way you can get options which are computed in the ``__init__`` of
the dependent recipe.
...
...
@@ -232,7 +222,5 @@ Let's just use ``buildout.cfg`` using this egg::
Installing template.
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../zc.buildout/
Not found: /tmp/.../setuptools/
Not found: /tmp/.../setuptools/
>>> cat('template.out')
foobar
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