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
Ivan Tyagov
slapos
Commits
e1f92edc
Commit
e1f92edc
authored
Feb 17, 2025
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/galene: upgrade to version 0.96.2
parent
edb6de27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
software/galene/buildout.hash.cfg
software/galene/buildout.hash.cfg
+1
-1
software/galene/instance-default.cfg.in
software/galene/instance-default.cfg.in
+6
-5
software/galene/software.cfg
software/galene/software.cfg
+1
-1
No files found.
software/galene/buildout.hash.cfg
View file @
e1f92edc
...
...
@@ -19,4 +19,4 @@ md5sum = 0d6db8da45bbdf311f9c6a2f916045a2
[template-default]
filename = instance-default.cfg.in
md5sum =
339a47644377509a754c9ead038728a6
md5sum =
df90202fce312b66c9c8bdfa0b95f90c
software/galene/instance-default.cfg.in
View file @
e1f92edc
...
...
@@ -84,13 +84,14 @@ recipe = slapos.recipe.template
inline =
{
"public":true,
"op": [{"username":"$${admin-password:username}","password":"$${admin-password:passwd}"}],
"other": [],
"presenter": [{"username": "", "password": "{{ presenter_password }}"}],
"users":{
"$${admin-password:username}": {"password":"$${admin-password:passwd}", "permissions": "op"}
},
"wildcard-user": {"password": "{{ presenter_password }}", "permissions": "present"},
{%- if slapparameter_dict.get("allow_subgroups", False) %}
"a
llow
-subgroups": true
"a
uto
-subgroups": true
{%- else %}
"a
llow
-subgroups": false
"a
uto
-subgroups": false
{%- endif %}
}
output = $${directory:groups}/public.json
...
...
software/galene/software.cfg
View file @
e1f92edc
...
...
@@ -40,4 +40,4 @@ output = ${buildout:directory}/template-default.cfg
<= go-git-package
go.importpath = lab.nexedi.com/nexedi/galene
repository = https://lab.nexedi.com/nexedi/galene.git
revision = galene-0.
8
revision = galene-0.
96.2
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