⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

fetch_source

Function fetch_source 

Source
pub fn fetch_source(
    port: &Port,
    env: &BuildEnvironment,
) -> Result<(), KernelError>
Expand description

Fetch source archives from URLs using the repository HTTP client.

Downloads each source to /tmp/ports-build/{name}-{version}/src/{filename}. Requires a functional network stack for actual HTTP downloads.