-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-manifest.toml
33 lines (31 loc) · 1.07 KB
/
package-manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package.mg-ddm-gz]
service_name = "mg-ddm"
source.type = "local"
source.rust.binary_names = ["ddmd", "ddmadm"]
source.rust.release = true
source.paths = [
{ from = "smf", to = "pkg" }
]
output.type = "tarball"
[package.mg-ddm]
service_name = "mg-ddm"
source.type = "local"
source.rust.binary_names = ["ddmd", "ddmadm"]
source.rust.release = true
source.paths = [
{ from = "smf/ddm_method_script.sh", to = "/opt/oxide/mg-ddm/pkg/ddm_method_script.sh" },
{ from = "smf/refresh_ctrun_child.sh", to = "/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh" },
{ from = "smf/ddm/manifest.xml", to = "/var/svc/manifest/site/mg-ddm/manifest.xml" }
]
output.type = "zone"
[package.mgd]
service_name = "mgd"
source.type = "local"
source.rust.binary_names = ["mgd", "mgadm"]
source.rust.release = true
source.paths = [
{ from = "smf/mgd_method_script.sh", to = "/opt/oxide/mgd/pkg/mgd_method_script.sh" },
{ from = "smf/refresh_ctrun_child.sh", to = "/opt/oxide/mgd/pkg/refresh_ctrun_child.sh" },
{ from = "smf/mgd/manifest.xml", to = "/var/svc/manifest/site/mgd/manifest.xml" }
]
output.type = "zone"