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
Paul Graydon
slapos
Commits
7df1d5fe
Commit
7df1d5fe
authored
Sep 30, 2024
by
Ivan Tyagov
Committed by
Thomas Gambier
Oct 01, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/beremiz-runtime: add md5sum option
Use md5sum to check if what we download is what we actually got.
parent
fa39a169
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
software/beremiz-runtime/buildout.hash.cfg
software/beremiz-runtime/buildout.hash.cfg
+1
-1
software/beremiz-runtime/instance-input-schema.json
software/beremiz-runtime/instance-input-schema.json
+5
-0
software/beremiz-runtime/instance.cfg.in
software/beremiz-runtime/instance.cfg.in
+1
-0
No files found.
software/beremiz-runtime/buildout.hash.cfg
View file @
7df1d5fe
[instance-profile]
filename = instance.cfg.in
md5sum = 9
da5ea88824bdbf233d65c756b4cadbc
md5sum = 9
28e0850bd68162c1b72e7281b59a4ee
software/beremiz-runtime/instance-input-schema.json
View file @
7df1d5fe
...
...
@@ -7,6 +7,11 @@
"description"
:
"The network (http / https) address of the gzipped PLC source project program file."
,
"type"
:
"string"
,
"default"
:
""
},
"md5sum"
:
{
"description"
:
"The md5sum of the downloaded gzipped PLC source project program file. If empty, md5sum is not checked."
,
"type"
:
"string"
,
"default"
:
""
}
}
}
software/beremiz-runtime/instance.cfg.in
View file @
7df1d5fe
...
...
@@ -18,6 +18,7 @@ offline = true
recipe = slapos.recipe.build:download-unpacked
offline = false
url = ${instance-parameter:configuration.runtime_plc_url}
md5sum = ${instance-parameter:configuration.md5sum}
[instance-parameter]
recipe = slapos.cookbook:slapconfiguration
...
...
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