Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Commits
987ddaf7
Commit
987ddaf7
authored
Mar 01, 2022
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop use of mr.developer (source available on git now).
Use relative paths. Cleanup.
parent
bd16bf21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
16 deletions
+12
-16
software/beremiz-runtime/software.cfg
software/beremiz-runtime/software.cfg
+12
-16
No files found.
software/beremiz-runtime/software.cfg
View file @
987ddaf7
# the default SlapOs profile which setup a modbus server instance usually over OSIE's coupler
[buildout]
[buildout]
allow-picked-versions = true
extensions = mr.developer
auto-checkout = beremiz
extends =
extends =
buildout.hash.cfg
buildout.hash.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/monitor
/buildout.cfg
../../component/git
/buildout.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/stack/slapos
.cfg
../../stack/monitor/buildout
.cfg
https://lab.nexedi.com/nexedi/slapos/raw/master/component/python3/buildout
.cfg
../../stack/slapos
.cfg
parts =
parts =
python-interpreter
beremiz-source
slapos-cookbook
slapos-cookbook
instance-profile
instance-profile
python-interpreter
# fix for pypi: https://mail.python.org/pipermail/distutils-sig/2017-October/031712.html
[beremiz-source]
index = https://pypi.python.org/simple/
recipe = slapos.recipe.build:gitclone
repository = https://github.com/beremiz/beremiz.git
[sources]
branch = default
beremiz = git https://github.com/beremiz/beremiz.git branch=defaul
t
git-executable = ${git:location}/bin/gi
t
[beremiz]
[beremiz]
recipe = zc.recipe.egg:develop
recipe = zc.recipe.egg:develop
egg = beremiz
egg = beremiz
setup = ${b
uildout:directory}/src/beremiz
setup = ${b
eremiz-source:location}
[Twisted]
[Twisted]
recipe = zc.recipe.egg:custom
recipe = zc.recipe.egg:custom
...
@@ -31,6 +28,7 @@ egg = Twisted
...
@@ -31,6 +28,7 @@ egg = Twisted
setup-eggs =
setup-eggs =
six
six
pathlib
pathlib
incremental
[python-interpreter]
[python-interpreter]
recipe = zc.recipe.egg
recipe = zc.recipe.egg
...
@@ -53,7 +51,6 @@ eggs = click
...
@@ -53,7 +51,6 @@ eggs = click
[instance-profile]
[instance-profile]
recipe = slapos.recipe.template:jinja2
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/${:filename}
template = ${:_profile_base_location_}/${:filename}
mode = 0644
rendered = ${buildout:directory}/instance.cfg
rendered = ${buildout:directory}/instance.cfg
extensions = jinja2.ext.do
extensions = jinja2.ext.do
context =
context =
...
@@ -95,4 +92,3 @@ typing = 3.10.0.0
...
@@ -95,4 +92,3 @@ typing = 3.10.0.0
autobahn = 19.11.2
autobahn = 19.11.2
txaio = 18.8.1
txaio = 18.8.1
idna = 2.10
idna = 2.10
mr.developer = 2.0.1
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