Skip to content

Commit 9a863f9

Browse files
committed
Extract composite packages to omicron
1 parent 07bb366 commit 9a863f9

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

package-manifest.toml

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[package.crucible-svc]
2-
service_name = "crucible-svc"
1+
[package.crucible]
2+
service_name = "crucible"
33
source.type = "local"
44
source.rust.binary_names = ["crucible-agent", "crucible-downstairs"]
55
source.rust.release = true
@@ -10,15 +10,8 @@ source.paths = [
1010
output.type = "zone"
1111
output.intermediate_only = true
1212

13-
[package.crucible]
14-
service_name = "crucible"
15-
only_for_targets.image = "standard"
16-
source.type = "composite"
17-
source.packages = [ "crucible-svc.tar.gz", "zone-network-setup.tar.gz" ]
18-
output.type = "zone"
19-
20-
[package.crucible-pantry-svc]
21-
service_name = "pantry-svc"
13+
[package.crucible-pantry]
14+
service_name = "pantry"
2215
source.type = "local"
2316
source.rust.binary_names = ["crucible-pantry"]
2417
source.rust.release = true
@@ -27,10 +20,3 @@ source.paths = [
2720
]
2821
output.type = "zone"
2922
output.intermediate_only = true
30-
31-
[package.crucible-pantry]
32-
service_name = "crucible-pantry"
33-
only_for_targets.image = "standard"
34-
source.type = "composite"
35-
source.packages = [ "crucible-pantry-svc.tar.gz", "zone-network-setup.tar.gz" ]
36-
output.type = "zone"

0 commit comments

Comments
 (0)