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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
f2a7572b
Commit
f2a7572b
authored
Mar 27, 2012
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unused configuration.json .
Acked-by:
Rafael Monnerat
<
rafael@nexedi.com
>
parent
690298c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
37 deletions
+0
-37
software/erp5/configuration.json
software/erp5/configuration.json
+0
-29
software/erp5/software.cfg
software/erp5/software.cfg
+0
-8
No files found.
software/erp5/configuration.json
deleted
100644 → 0
View file @
690298c6
{
"name"
:
"Parameter"
,
"title"
:
"Default parameter schema for ERP5 Software Release."
,
"type"
:
"object"
,
"additionalProperties"
:
false
,
"properties"
:
{
"flavour"
:
{
"type"
:
"string"
,
"title"
:
"Sofware Release Flavour"
,
"optional"
:
true
,
"default"
:
"default"
,
"enum"
:
[
"default"
,
"configurator"
]
},
"bt5_list"
:
{
"type"
:
"array"
,
"title"
:
"Business Template List"
,
"items"
:
{
"type"
:
"string"
},
"optional"
:
true
},
"bt5_repository_list"
:
{
"type"
:
"array"
,
"title"
:
"Business Template Repository List"
,
"items"
:
{
"type"
:
"string"
},
"optional"
:
true
}
}
}
software/erp5/software.cfg
View file @
f2a7572b
...
...
@@ -148,14 +148,6 @@ md5sum = 70fb0ccadf0d6723ddb0fe55a1549ca5
output = ${buildout:directory}/template-varnish.cfg
mode = 0644
[validator]
# Default json schema for instance parameters.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/configuration.json
md5sum = cbe1d75339c6cb20e1aef818797face1
output = ${buildout:directory}/schema.json
mode = 0644
[networkcache]
# signature certificates of the following uploaders.
# Romain Courteaud
...
...
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