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
3d5cb514
Commit
3d5cb514
authored
Apr 23, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
1d4bffbc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
slapos/recipe/cmmi/README.rst
slapos/recipe/cmmi/README.rst
+5
-6
No files found.
slapos/recipe/cmmi/README.rst
View file @
3d5cb514
...
@@ -935,7 +935,6 @@ is not used.
...
@@ -935,7 +935,6 @@ is not used.
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
Uninstalling
package
.
Uninstalling
package
.
Uninstalling
package
-
2.
Installing
package
.
Installing
package
.
configure
--
prefix
=/
sample_buildout
/
parts
/
package
configure
--
prefix
=/
sample_buildout
/
parts
/
package
building
package
building
package
...
@@ -973,7 +972,7 @@ developer can try same build process as the recipe tried.
...
@@ -973,7 +972,7 @@ developer can try same build process as the recipe tried.
... FOO=bar
... FOO=bar
... """
%
(
shared_dir
,
src
))
... """
%
(
shared_dir
,
src
))
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
package
:
shared
directory
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
set
for
package
package
:
shared
at
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
Uninstalling
package
.
Uninstalling
package
.
Installing
package
.
Installing
package
.
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
...
@@ -993,7 +992,7 @@ developer can try same build process as the recipe tried.
...
@@ -993,7 +992,7 @@ developer can try same build process as the recipe tried.
Next
time
buildout
runs
,
it
detects
that
the
build
failed
,
remove
the
compile
dir
and
retry
.
Next
time
buildout
runs
,
it
detects
that
the
build
failed
,
remove
the
compile
dir
and
retry
.
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
package
:
shared
directory
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
set
for
package
package
:
shared
at
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
Installing
package
.
Installing
package
.
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
[
ENV
]
FOO
=
bar
package
:
[
ENV
]
FOO
=
bar
...
@@ -1051,7 +1050,7 @@ not detected and the part was considered as installed.
...
@@ -1051,7 +1050,7 @@ not detected and the part was considered as installed.
>>>
_
=
system
(
'mv %s/package-0.0.0.tar.gz.bak %s/package-0.0.0.tar.gz'
%
(
src
,
src
))
>>>
_
=
system
(
'mv %s/package-0.0.0.tar.gz.bak %s/package-0.0.0.tar.gz'
%
(
src
,
src
))
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
package
:
shared
directory
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
set
for
package
package
:
shared
at
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
Installing
package
.
Installing
package
.
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
[
ENV
]
FOO
=
bar
package
:
[
ENV
]
FOO
=
bar
...
@@ -1093,7 +1092,7 @@ used instead of installing if one package has been installed.
...
@@ -1093,7 +1092,7 @@ used instead of installing if one package has been installed.
... FOO=bar
... FOO=bar
... """ % (shared_dir, another_shared_dir, src))
... """ % (shared_dir, another_shared_dir, src))
>>> print(system(buildout)) #doctest:+ELLIPSIS
>>> print(system(buildout)) #doctest:+ELLIPSIS
package: shared
directory /shared/package/FIRST_SHARED_PACKAGE_HASH set for package
package: shared
at /shared/package/FIRST_SHARED_PACKAGE_HASH
Installing package.
Installing package.
package: Checking whether package is installed at shared path: /shared/package/FIRST_SHARED_PACKAGE_HASH
package: Checking whether package is installed at shared path: /shared/package/FIRST_SHARED_PACKAGE_HASH
package: This shared package has been installed by other package
package: This shared package has been installed by other package
...
@@ -1114,7 +1113,7 @@ If options change, reinstall in different location:
...
@@ -1114,7 +1113,7 @@ If options change, reinstall in different location:
... """ % (shared_dir, src))
... """ % (shared_dir, src))
>>> print(system(buildout)) #doctest:+ELLIPSIS
>>> print(system(buildout)) #doctest:+ELLIPSIS
package: shared
directory /shared/package/ANOTHER_SHARED_PACKAGE_HASH set for package
package: shared
at /shared/package/ANOTHER_SHARED_PACKAGE_HASH
Uninstalling package.
Uninstalling package.
Installing package.
Installing package.
package: Checking whether package is installed at shared path: /shared/package/ANOTHER_SHARED_PACKAGE_HASH
package: Checking whether package is installed at shared path: /shared/package/ANOTHER_SHARED_PACKAGE_HASH
...
...
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