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