| Summary: | urpmi was patched to prefer wget [UPDATE REQUEST] | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | Alexander Burmashev <alex.burmashev> |
| Component: | Packages from Main | Assignee: | ROSA Linux Bugs <bugs> |
| Status: | VERIFIED FIXED | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | CC: | denis.silakov, firstlevel, v.potapov |
| Version: | Fresh | Flags: | v.potapov:
qa_verified+
denis.silakov: published+ |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | urpmi | ISO-related: | |
| Bad POT generating: | Upstream: | ||
| Attachments: | test messages | ||
|
Description
Alexander Burmashev
2013-10-21 19:16:01 MSK
Advisory: If wget and curl are both available urpmi should prefer wget. Generally urpmi should use wget by default. buildlists: https://abf.rosalinux.ru/build_lists/1362956 https://abf.rosalinux.ru/build_lists/1362957 urpmi-6.71-42-rosa2012.1 ****************** Advisory ********************** If wget and curl are both available urpmi should prefer wget. Generally urpmi should use wget by default. ************************************************** QA Verified As far as I can see, this change was never pushed to repos. Yep, maybe worth re-patching and re-sending to QA. It was decided to finally switch to wget by default. Advisory: If wget and curl are both available urpmi should prefer wget. Generally urpmi should use wget by default. buildlists: https://abf.rosalinux.ru/build_lists/2328866 https://abf.rosalinux.ru/build_lists/2328865 prerequisite
/etc/urpmi/urpmi.cfg does not contain info about downloader
I have
{
}
in global parameters
With old urpmi in 32bit system I have aria2c as downloader for urpmi and rpmdrake.
With new urpmi in 32bit system I have wget as downloader for urpmi and rpmdrake.
With old urpmi in 64bit system I have curl as downloader for urpmi and rpmdrake.
With new urpmi in 64bit system I have wget as downloader for urpmi and rpmdrake.
I see that requested functionality is presented.
Created attachment 3409 [details]
test messages
I have tested newly installed OS (32bit and 64bit).
By default there are no global parameters for urpmi in config:
[root@r4-32 ~]# head /etc/urpmi/urpmi.cfg
{
}
main http://mirror.rosalab.ru/rosa/rosa2014.1/repository/i586/media/main/release {
}
main\ updates http://mirror.rosalab.ru/rosa/rosa2014.1/repository/i586/media/main/updates {
update
}
and I see CURL - as download manager in GUI (Repository manager)
I have updated urpmi from container and could update newly installed system to actual updates.
urpmi requested functionality is presented.
New build lists: https://abf.io/build_lists/2329268 https://abf.io/build_lists/2329267 Now GUI should understand that wget is used by default. (In reply to comment #11) > New build lists: > > https://abf.io/build_lists/2329268 > https://abf.io/build_lists/2329267 > > Now GUI should understand that wget is used by default. I have tested this packages. prerequisite /etc/urpmi/urpmi.cfg does not contain info about downloader I have { } in global parameters With old urpmi in 32bit system I have aria2c as downloader for urpmi and rpmdrake. And I see CURL in GUI (Package sources manager) With new urpmi in 32bit system I have wget as downloader for urpmi and rpmdrake. And I see WGET in GUI (Package sources manager) With old urpmi in 64bit system I have curl as downloader for urpmi and rpmdrake. And I see CURL in GUI (Package sources manager) With new urpmi in 64bit system I have wget as downloader for urpmi and rpmdrake. And I see WGET in GUI (Package sources manager) I see that requested functionality is presented. urpmi-7.32.3-23 http://abf-downloads.rosalinux.ru/rosa2014.1/container/2329267/i586/main/release/ http://abf-downloads.rosalinux.ru/rosa2014.1/container/2329268/x86_64/main/release/ ************************** Advisory ******************* If wget and curl are both available urpmi should prefer wget. Generally urpmi should use wget by default. Also fix bug#4623 Now GUI should understand that wget is used by default. ******************************************************* QA Verified |