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
Justin
slapos
Commits
3008c800
Commit
3008c800
authored
Dec 09, 2022
by
Lu Xu
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP
parent
7eef64bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
2 deletions
+44
-2
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+19
-0
software/ors-amarisoft/software.cfg
software/ors-amarisoft/software.cfg
+25
-2
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
3008c800
...
...
@@ -113,3 +113,22 @@ md5sum = 979a5a3a1eb9d0b081fa014baeef706f
[interface-up-promise]
_update_hash_filename_ = promise/check_interface_up.py
md5sum = 44ae5693f62b7a4dbc98f700f68d8600
[software.cfg.html]
_update_hash_filename_ = gadget/software.cfg.html
md5sum = a900a95b8ed34945f28286adf0e941da
[promise.gadget.js ]
_update_hash_filename_ = gadget/promise.gadget.js
md5sum = 1a06b21b8bc3401ccc73b449faedce8b
[renderjs.js]
_update_hash_filename_ = gadget/renderjs.js
md5sum = 054c0f4caa1055a2d27924619dc86798
[rsvp.js]
_update_hash_filename_ = gadget/rsvp.js
md5sum = 2b0f2d52857b17fdfb8a5c2ea451a5ad
[g-chart.line.js]
_update_hash_filename_ = gadget/g-chart.line.js
md5sum = 12dba5984c96a71457c1671f321acb6c
[g-chart.css]
_update_hash_filename_ = gadget/g-chart.css
md5sum = 71830f3e008422da3c265acd1180bf9c
software/ors-amarisoft/software.cfg
View file @
3008c800
...
...
@@ -34,8 +34,7 @@ url = ${:_profile_base_location_}/${:filename}
output = ${buildout:directory}/template.cfg
[download-base]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:_update_hash_filename_}
url = ${:_profile_base_location_}/${:_update_hash_filename_}
[amarisoft-stats.jinja2.py]
<= download-base
...
...
@@ -85,6 +84,10 @@ url = ${:_profile_base_location_}/${:_buildout_section_name_}
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/config/${:_buildout_section_name_}
[copy-gadget-to-instance]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/gadget/${:_buildout_section_name_}
[enb.jinja2.cfg]
<= copy-config-to-instance
filename = enb.jinja2.cfg
...
...
@@ -113,6 +116,26 @@ filename = ue-lte.jinja2.cfg
<= copy-config-to-instance
filename = ue-nr.jinja2.cfg
# Download gadget files
[software.cfg.html]
<= copy-gadget-to-instance
filename = software.cfg.html
[promise.gadget.js ]
<= copy-gadget-to-instance
filename = promise.gadget.js
[renderjs.js]
<= copy-gadget-to-instance
filename = renderjs.js
[rsvp.js]
<= copy-gadget-to-instance
filename = rsvp.js
[g-chart.line.js]
<= copy-gadget-to-instance
filename = g-chart.line.j
[g-chart.css]
<= copy-gadget-to-instance
filename = g-chart.css
[eggs]
recipe = zc.recipe.egg
eggs =
...
...
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