Skip to content

Commit

Permalink
using chonos-sysconfig 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsonLazarin committed Aug 11, 2024
1 parent 5f938ff commit 285f255
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: chonos-wsl-installer
Version: 0.0.6
Version: 0.0.7
Priority:
Architecture: all
Essential:
Depends: openssh-server, sudo, jq
Pre-depends: chonos-sysconfig (>= 1.4.4), chonos-embeddedmas (>= 1.2.1), chonos-ddnsmng (>= 1.5.6)
Pre-depends: chonos-sysconfig (>= 2.0.0), chonos-embeddedmas (>= 1.2.1), chonos-ddnsmng (>= 1.5.6)
Suggests:
Installed-Size:
Maintainer: [email protected]
Expand Down
45 changes: 32 additions & 13 deletions opt/group.chon/conf/release.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
{
"mindInspector": true,
"logMAS": true,
"stopMAS": true,
"startMAS": true,
"exit": true,
"reboot": false,
"shutdown": false,
"network": false,
"ddns": false,
"firmwareLayer": false,
"reasoningLayer": true,
"firmwareLibraries": false,
"standalone": false
"mindInspector": 1,
"logMAS": true,
"stopMAS": true,
"startMAS": true,
"exit": true,
"reboot": true,
"shutdown": true,
"network": false,
"ddns": false,
"firmwareLayer": false,
"reasoningLayer": true,
"firmwareLibraries": false,
"standalone": false,
"neighbors": false,
"agentTypes": [
{
"name": "Argo",
"class": "jason.Argo"
},
{
"name": "Communicator",
"class": "Communicator"
},
{
"name": "Jason",
"class": "Jason"
},
{
"name": "Mailer",
"class": "jason.Mailer"
}
]
}

0 comments on commit 285f255

Please sign in to comment.