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


Ignore:
File:
1 edited

Legend:

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

    r09ab0a9a 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);
     
    137137                return ENOMEM;
    138138        }
    139         /*XXX error cleanup */
     139        /* XXX error cleanup */
    140140
    141141        printf("Downloading '%s'.\n", src_uri);
Note: See TracChangeset for help on using the changeset viewer.