Changes in uspace/app/pkg/pkg.c [d1582b50:5b110a9] in mainline


Ignore:
File:
1 edited

Legend:

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

    rd1582b50 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.