Changeset 5b110a9 in mainline
- Timestamp:
- 2024-08-22T12:48:35Z (3 months ago)
- Branches:
- master
- Children:
- b889a64
- Parents:
- 14b2ac7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pkg/pkg.c
r14b2ac7 r5b110a9 116 116 pkg_name = argv[2]; 117 117 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) 119 119 "/%s-for-helenos-" STRING(UARCH) ".tar.gz", 120 120 pkg_name);
Note:
See TracChangeset
for help on using the changeset viewer.