Skip to content

Commit

Permalink
using chonos-sysconfig 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsonLazarin committed Aug 11, 2024
1 parent eb0bcec commit 281c697
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
4 changes: 2 additions & 2 deletions DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: chonos
Version: 1.0.7
Version: 1.0.8
Priority:
Architecture: all
Essential:
Depends: chonos-log (>= 1.5.7), chonos-task (>= 1.1.2), chonos-ddnsmng (>= 1.6.1), chonos-sysconfig (>= 1.4.10), chonos-network (>= 1.1.5), chonos-embeddedmas, jason-embedded, chonos-firmwaremng
Depends: chonos-log (>= 1.5.8), chonos-task (>= 1.1.2), chonos-ddnsmng (>= 1.6.1), chonos-sysconfig (>= 2.0.0), chonos-network (>= 1.1.5), chonos-embeddedmas (>= 1.2.1), jason-embedded, chonos-firmwaremng (>= 1.6.3)
Pre-depends: sudo, openssh-server, openssh-sftp-server, systemd-timesyncd
Suggests:
Installed-Size:
Expand Down
46 changes: 33 additions & 13 deletions opt/group.chon/conf/release.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
{
"mindInspector":true,
"logMAS":true,
"stopMAS":true,
"startMAS":true,
"exit":true,
"reboot":true,
"shutdown":true,
"network":true,
"ddns":true,
"firmwareLayer":true,
"reasoningLayer":true,
"firmwareLibraries":true
}
"mindInspector": 1,
"logMAS": true,
"stopMAS": true,
"startMAS": true,
"exit": true,
"reboot": true,
"shutdown": true,
"network": true,
"ddns": true,
"firmwareLayer": true,
"reasoningLayer": true,
"firmwareLibraries": true,
"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 281c697

Please sign in to comment.