Changes in uspace/app/pkg/pkg.c [5b110a9:09ab0a9a] in mainline
- File:
-
- 1 edited
-
uspace/app/pkg/pkg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pkg/pkg.c
r5b110a9 r09ab0a9a 116 116 pkg_name = argv[2]; 117 117 118 ret = asprintf(&src_uri, "http://ci -ipv4.helenos.org/latest/" STRING(UARCH)118 ret = asprintf(&src_uri, "http://ci.helenos.org/latest/" STRING(UARCH) 119 119 "/%s-for-helenos-" STRING(UARCH) ".tar.gz", 120 120 pkg_name); … … 137 137 return ENOMEM; 138 138 } 139 /* XXX error cleanup */139 /*XXX error cleanup */ 140 140 141 141 printf("Downloading '%s'.\n", src_uri);
Note:
See TracChangeset
for help on using the changeset viewer.
