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
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.recipe.cmmi
Commits
3d5cb514
Commit
3d5cb514
authored
Apr 23, 2020
by
Jérome Perrin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
1d4bffbc
Pipeline
#9080
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide 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.
>>>
print
(
system
(
buildout
))
#
doctest
:+
ELLIPSIS
Uninstalling
package
.
Uninstalling
package
-
2.
Installing
package
.
configure
--
prefix
=/
sample_buildout
/
parts
/
package
building
package
...
...
@@ -973,7 +972,7 @@ developer can try same build process as the recipe tried.
... FOO=bar
... """
%
(
shared_dir
,
src
))
>>>
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
.
Installing
package
.
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.
Next
time
buildout
runs
,
it
detects
that
the
build
failed
,
remove
the
compile
dir
and
retry
.
>>>
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
.
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
[
ENV
]
FOO
=
bar
...
...
@@ -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
))
>>>
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
.
package
:
Checking
whether
package
is
installed
at
shared
path
:
/
shared
/
package
/
FIRST_SHARED_PACKAGE_HASH
package
:
[
ENV
]
FOO
=
bar
...
...
@@ -1093,7 +1092,7 @@ used instead of installing if one package has been installed.
... FOO=bar
... """ % (shared_dir, another_shared_dir, src))
>>> 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.
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
...
...
@@ -1114,7 +1113,7 @@ If options change, reinstall in different location:
... """ % (shared_dir, src))
>>> 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.
Installing package.
package: Checking whether package is installed at shared path: /shared/package/ANOTHER_SHARED_PACKAGE_HASH
...
...
Jérome Perrin
@jerome
mentioned in commit
6e754e0c
·
Apr 23, 2020
mentioned in commit
6e754e0c
mentioned in commit 6e754e0c64c890db7c0bb4bc2005dfb8aca559c1
Toggle commit list
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