Remove unused port declaration
This commit is contained in:
@@ -31,13 +31,6 @@ from .bottle_plan import SmolmachinesBottlePlan
|
|||||||
from .util import smolmachines_bundle_subnet, smolmachines_preflight
|
from .util import smolmachines_bundle_subnet, smolmachines_preflight
|
||||||
|
|
||||||
|
|
||||||
# Gateway ports the bundle exposes inside its container — git-gate's
|
|
||||||
# git-daemon, supervise's MCP. The agent inside the smolvm guest
|
|
||||||
# dials these on the bundle's pinned IP.
|
|
||||||
_BUNDLE_GIT_GATE_PORT = 9418
|
|
||||||
_BUNDLE_SUPERVISE_PORT = 9100
|
|
||||||
|
|
||||||
|
|
||||||
def resolve_plan(
|
def resolve_plan(
|
||||||
spec: BottleSpec, *, stage_dir: Path
|
spec: BottleSpec, *, stage_dir: Path
|
||||||
) -> SmolmachinesBottlePlan:
|
) -> SmolmachinesBottlePlan:
|
||||||
|
|||||||
Reference in New Issue
Block a user