Changeset 5b110a9 in mainline


Ignore:
Timestamp:
2024-08-22T12:48:35Z (3 months ago)
Author:
Martin Decky <martin@…>
Branches:
master
Children:
b889a64
Parents:
14b2ac7
Message:

pkg: Temporarily use an IPv4-only hostname

Use an IPv4-only hostname to download the packages until the download
tool supports some analogy of the Happy Eyeballs algorithm to seamlessly
suppport both IPv4 and IPv6 connections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pkg/pkg.c

    r14b2ac7 r5b110a9  
    116116        pkg_name = argv[2];
    117117
    118         ret = asprintf(&src_uri, "http://ci.helenos.org/latest/" STRING(UARCH)
     118        ret = asprintf(&src_uri, "http://ci-ipv4.helenos.org/latest/" STRING(UARCH)
    119119            "/%s-for-helenos-" STRING(UARCH) ".tar.gz",
    120120            pkg_name);
Note: See TracChangeset for help on using the changeset viewer.