Commit 10191ed3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Revert "test update: Url is printed when downloaded by libnetworkcache."

This reverts commit 3e54ec0c.
parent 24977bca
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment