Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
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
Dmitry Blinov
moodle_rebase10.1.2
Commits
df395065
Commit
df395065
authored
Mar 20, 2020
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment in a few sections using slapos.recipe.build
parent
cd3ae66d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
component/pyodide/buildout.cfg
component/pyodide/buildout.cfg
+1
-1
component/python-cocoapi/buildout.cfg
component/python-cocoapi/buildout.cfg
+1
-1
component/pytorch/buildout.cfg
component/pytorch/buildout.cfg
+1
-1
component/tensorflow/buildout.cfg
component/tensorflow/buildout.cfg
+1
-1
No files found.
component/pyodide/buildout.cfg
View file @
df395065
...
...
@@ -69,7 +69,7 @@ filename = get-pip.py
mode = 0755
[pyodide-script]
#
XXX: A slapos.recipe.build section must not any FS change
outside location.
#
BUG: This section does FS changes
outside location.
recipe = slapos.recipe.build
build_dir = ${buildout:parts-directory}/pyodide-script-test
part_dir = ${buildout:parts-directory}
...
...
component/python-cocoapi/buildout.cfg
View file @
df395065
...
...
@@ -50,7 +50,7 @@ install =
call([python_bin, 'setup.py', 'bdist_egg'], cwd=workdir, env=env)
[python-cocoapi-build-install-egg]
#
XXX: A slapos.recipe.build section must not any FS change
outside location.
#
BUG: This section does FS changes
outside location.
recipe = slapos.recipe.build
unzip-binary = ${unzip:location}/bin/unzip
python-cocoapi-repository-path = ${python-cocoapi-repository:location}
...
...
component/pytorch/buildout.cfg
View file @
df395065
...
...
@@ -90,7 +90,7 @@ install =
call([python_bin, 'setup.py', 'bdist_egg'], cwd=workdir, env=env)
[pytorch-build-install-egg]
#
XXX: A slapos.recipe.build section must not any FS change
outside location.
#
BUG: This section does FS changes
outside location.
recipe = slapos.recipe.build
unzip-binary = ${unzip:location}/bin/unzip
pytorch-repository-path = ${pytorch-repository:location}
...
...
component/tensorflow/buildout.cfg
View file @
df395065
...
...
@@ -98,7 +98,7 @@ install =
call(bazel_command, cwd=workdir, env=env)
[tensorflow-build-install-egg]
#
XXX: A slapos.recipe.build section must not any FS change
outside location.
#
BUG: This section does FS changes
outside location.
recipe = slapos.recipe.build
unzip-binary = ${unzip:location}/bin/unzip
tensorflow-repository-path = ${tensorflow-repository:location}
...
...
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