From 2f41c2ec896c5989c22895e74ae15d198902f005 Mon Sep 17 00:00:00 2001 From: Artemis Everfree Date: Sat, 2 Sep 2023 00:12:08 +0000 Subject: [PATCH] actually put the manifest.xml --- package-manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/package-manifest.toml b/package-manifest.toml index 8a8a38b9361..09779212bd7 100644 --- a/package-manifest.toml +++ b/package-manifest.toml @@ -92,6 +92,7 @@ source.rust.binary_names = ["nexus", "schema-updater"] source.rust.release = true source.paths = [ { from = "/opt/ooce/pgsql-13/lib/amd64", to = "/opt/ooce/pgsql-13/lib/amd64" }, + { from = "smf/nexus/manifest.xml", to = "/var/svc/manifest/site/nexus/manifest.xml" }, { from = "smf/nexus/{{rack-topology}}", to = "/var/svc/manifest/site/nexus" }, { from = "out/console-assets", to = "/var/nexus/static" }, { from = "schema/crdb", to = "/var/nexus/schema/crdb" },