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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos.recipe.cmmi
Commits
3e54ec0c
Commit
3e54ec0c
authored
Aug 04, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test update: Url is printed when downloaded by libnetworkcache.
parent
18402f9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
slapos/recipe/cmmi/README.txt
slapos/recipe/cmmi/README.txt
+19
-0
No files found.
slapos/recipe/cmmi/README.txt
View file @
3e54ec0c
...
@@ -321,6 +321,7 @@ default build options.
...
@@ -321,6 +321,7 @@ default build options.
>>> print(system(buildout))
>>> print(system(buildout))
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
configure --prefix=/sample_buildout/parts/package
configure --prefix=/sample_buildout/parts/package
building package
building package
...
@@ -351,6 +352,7 @@ default build options.
...
@@ -351,6 +352,7 @@ default build options.
Uninstalling package.
Uninstalling package.
Installing packagex.
Installing packagex.
packagex: [ENV] TMP = /sample_buildout/parts/packagex/tmp
packagex: [ENV] TMP = /sample_buildout/parts/packagex/tmp
file:///
packagex: Extracting package to /sample_buildout/parts/packagex__compile__
packagex: Extracting package to /sample_buildout/parts/packagex__compile__
configure --prefix=/sample_buildout/parts/packagex
configure --prefix=/sample_buildout/parts/packagex
building package
building package
...
@@ -388,6 +390,7 @@ a custom location within the buildout::
...
@@ -388,6 +390,7 @@ a custom location within the buildout::
Uninstalling packagex.
Uninstalling packagex.
Installing foobar.
Installing foobar.
foobar: [ENV] TMP = /sample_buildout/parts/foobar/tmp
foobar: [ENV] TMP = /sample_buildout/parts/foobar/tmp
file://..
foobar: Extracting package to /sample_buildout/parts/foobar__compile__
foobar: Extracting package to /sample_buildout/parts/foobar__compile__
building package
building package
installing package
installing package
...
@@ -428,6 +431,7 @@ Makefile and using explicit ``make`` options to control the build process.
...
@@ -428,6 +431,7 @@ Makefile and using explicit ``make`` options to control the build process.
Uninstalling foobar.
Uninstalling foobar.
Installing haproxy.
Installing haproxy.
haproxy: [ENV] TMP = /sample_buildout/parts/haproxy/tmp
haproxy: [ENV] TMP = /sample_buildout/parts/haproxy/tmp
file:///..
haproxy: Extracting package to /sample_buildout/parts/haproxy__compile__
haproxy: Extracting package to /sample_buildout/parts/haproxy__compile__
Building HAProxy 1.4.8 (dummy package)
Building HAProxy 1.4.8 (dummy package)
TARGET: linux26
TARGET: linux26
...
@@ -530,6 +534,7 @@ targets and also patches the source code before the scripts are run.
...
@@ -530,6 +534,7 @@ targets and also patches the source code before the scripts are run.
package: [ENV] CFLAGS = -I/sw/include
package: [ENV] CFLAGS = -I/sw/include
package: [ENV] LDFLAGS = -L/sw/lib -L/some/extra/lib
package: [ENV] LDFLAGS = -L/sw/lib -L/some/extra/lib
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
package: Applying patches
package: Applying patches
patching file configure
patching file configure
...
@@ -614,6 +619,7 @@ and a new buildout to try it out
...
@@ -614,6 +619,7 @@ and a new buildout to try it out
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
package: Executing pre-configure-hook
package: Executing pre-configure-hook
hook: This is pre-configure-hook!
hook: This is pre-configure-hook!
...
@@ -655,6 +661,7 @@ shell command in the corresponding stage.
...
@@ -655,6 +661,7 @@ shell command in the corresponding stage.
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
package: Executing pre-configure
package: Executing pre-configure
Configure part: package
Configure part: package
...
@@ -697,6 +704,7 @@ are only ``pre-configure`` and ``post-install``. the output will be
...
@@ -697,6 +704,7 @@ are only ``pre-configure`` and ``post-install``. the output will be
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
package: Executing pre-configure
package: Executing pre-configure
Configure part: Configure in common platform
Configure part: Configure in common platform
...
@@ -762,6 +770,7 @@ Let's see what happens when set prefix in the buildout section:
...
@@ -762,6 +770,7 @@ Let's see what happens when set prefix in the buildout section:
package: [ENV] LDFLAGS = /sample-buildout/mylocal/lib
package: [ENV] LDFLAGS = /sample-buildout/mylocal/lib
package: [ENV] PATH = /sample_buildout/mylocal/bin:/usr/bin
package: [ENV] PATH = /sample_buildout/mylocal/bin:/usr/bin
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
package: Executing pre-configure
package: Executing pre-configure
configure --prefix=/sample_buildout/mylocal
configure --prefix=/sample_buildout/mylocal
...
@@ -794,6 +803,7 @@ example,
...
@@ -794,6 +803,7 @@ example,
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
package: Executing pre-configure
package: Executing pre-configure
configure --prefix=/sample_buildout/parts/package
configure --prefix=/sample_buildout/parts/package
...
@@ -834,6 +844,7 @@ prefix:
...
@@ -834,6 +844,7 @@ prefix:
package: [ENV] LDFLAGS = /sample-buildout/mylocal/lib
package: [ENV] LDFLAGS = /sample-buildout/mylocal/lib
package: [ENV] PATH = /sample_buildout/mylocal/bin:/usr/bin
package: [ENV] PATH = /sample_buildout/mylocal/bin:/usr/bin
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
configure --prefix=/sample_buildout/mylocal
configure --prefix=/sample_buildout/mylocal
building package
building package
...
@@ -847,6 +858,7 @@ prefix:
...
@@ -847,6 +858,7 @@ prefix:
package-2: [ENV] LDFLAGS = /sample-buildout/mylocal/lib
package-2: [ENV] LDFLAGS = /sample-buildout/mylocal/lib
package-2: [ENV] PATH = /sample_buildout/mylocal/bin:/usr/bin
package-2: [ENV] PATH = /sample_buildout/mylocal/bin:/usr/bin
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
file:///
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
configure --prefix=/sample_buildout/mylocal
configure --prefix=/sample_buildout/mylocal
building package
building package
...
@@ -934,6 +946,7 @@ value in the part section. For example,
...
@@ -934,6 +946,7 @@ value in the part section. For example,
package: [ENV] LDFLAGS = -L/mytemp/lib
package: [ENV] LDFLAGS = -L/mytemp/lib
package: [ENV] PATH = /mytemp/bin:/usr/bin
package: [ENV] PATH = /mytemp/bin:/usr/bin
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
Installing package-2.
Installing package-2.
package-2: [ENV] CFLAGS = -I/mytemp/include
package-2: [ENV] CFLAGS = -I/mytemp/include
...
@@ -942,6 +955,7 @@ value in the part section. For example,
...
@@ -942,6 +955,7 @@ value in the part section. For example,
package-2: [ENV] LDFLAGS = -L/mytemp/lib
package-2: [ENV] LDFLAGS = -L/mytemp/lib
package-2: [ENV] PATH = /mytemp/bin:/usr/bin
package-2: [ENV] PATH = /mytemp/bin:/usr/bin
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
file:///
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
package-2: Executing post-install
package-2: Executing post-install
package magic prefix is /mytemp
package magic prefix is /mytemp
...
@@ -967,6 +981,7 @@ can display "prefix" value in the stdout.
...
@@ -967,6 +981,7 @@ can display "prefix" value in the stdout.
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
configure
configure
building package
building package
...
@@ -994,6 +1009,7 @@ replaced with the recipe final prefix.
...
@@ -994,6 +1009,7 @@ replaced with the recipe final prefix.
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
configure
configure
building package
building package
...
@@ -1030,12 +1046,14 @@ of "package":
...
@@ -1030,12 +1046,14 @@ of "package":
Uninstalling package.
Uninstalling package.
Installing package-2.
Installing package-2.
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
file:///
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
configure --prefix=/sample_buildout/parts/package-2
configure --prefix=/sample_buildout/parts/package-2
building package
building package
installing package
installing package
Installing package.
Installing package.
package: [ENV] TMP = /sample_buildout/parts/package/tmp
package: [ENV] TMP = /sample_buildout/parts/package/tmp
file:///
package: Extracting package to /sample_buildout/parts/package__compile__
package: Extracting package to /sample_buildout/parts/package__compile__
configure --prefix=/sample_buildout/parts/package
configure --prefix=/sample_buildout/parts/package
building package
building package
...
@@ -1067,6 +1085,7 @@ Look, "package" is reinstalled either:
...
@@ -1067,6 +1085,7 @@ Look, "package" is reinstalled either:
Uninstalling package-2.
Uninstalling package-2.
Installing package-2.
Installing package-2.
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
package-2: [ENV] TMP = /sample_buildout/parts/package-2/tmp
file:///
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
package-2: Extracting package to /sample_buildout/parts/package-2__compile__
configure
configure
building package
building package
...
...
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