Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use aria2 even if nearest mirror is rsync | Pascal Rigaux | 2008-10-14 | 1 | -0/+1 |
| | |||||
* | add support for --clean in gurpmi | Thierry Vignaud | 2008-10-14 | 1 | -0/+2 |
| | |||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2008-10-14 | 1 | -0/+4 |
| | | | | | | | o do not check wether the media are valid, it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work (nb: not equivalent with urpmi.addmedia, since pubkey will not be imported) | ||||
* | - aria2: | Pascal Rigaux | 2008-10-13 | 1 | -0/+4 |
| | | | | | | o do not use --max-file-not-found=3 when downloading rpms (since rpms are "versioned") | ||||
* | 6.166.16 | Pascal Rigaux | 2008-10-08 | 1 | -0/+2 |
| | |||||
* | - gurpmi: | Pascal Rigaux | 2008-10-07 | 1 | -0/+1 |
| | | | | | | | o overall progress-bar, display the download speed, nicer looking - urpm::download::progress_text() is created out of urpm::download::sync_logger | ||||
* | - gurpmi: | Pascal Rigaux | 2008-10-07 | 1 | -0/+2 |
| | | | | | o [bugfix for 6.15] re-allow to continue on bad signature | ||||
* | - urpmi: | Pascal Rigaux | 2008-10-07 | 1 | -0/+3 |
| | | | | | o fix displaying "bad signature" in non-utf8 (#44587) | ||||
* | 6.156.15 | Thierry Vignaud | 2008-10-07 | 1 | -0/+2 |
| | |||||
* | what mdkonline really want, is that gurpmi/gurpmi2 handles --replacefiles | Pascal Rigaux | 2008-10-06 | 1 | -2/+2 |
| | |||||
* | - urpmi, library: | Pascal Rigaux | 2008-10-06 | 1 | -0/+3 |
| | | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19) | ||||
* | - urpmi, rpmdrake: | Pascal Rigaux | 2008-10-06 | 1 | -0/+3 |
| | | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575) | ||||
* | (do_install) just do not ask for confirmation before removing packages in ↵ | Thierry Vignaud | 2008-10-06 | 1 | -0/+2 |
| | | | | --auto mode | ||||
* | (configure_urpm) fix using --rpm-root & --urpmi-root by reverting | Thierry Vignaud | 2008-10-06 | 1 | -0/+1 |
| | | | | | | | | | r19519 from 2006-10-25 ("add support of --root for gurpmi") which is useless since r243842 from 2008-08-07: "(configure_urpm) parse command line when initializing urpmi, thus fixing --urpmi-root" | ||||
* | better log | Thierry Vignaud | 2008-10-06 | 1 | -1/+2 |
| | |||||
* | (do_install_3) do not exit in --auto mode at end of installation which prevents | Thierry Vignaud | 2008-10-06 | 1 | -0/+3 |
| | | | | | restarting after priority upgrade | ||||
* | 6.146.14 | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 |
| | |||||
* | - aria2: | Pascal Rigaux | 2008-09-23 | 1 | -0/+1 |
| | | | | | o use --ftp-pasv (as suggested by aria2 developer) | ||||
* | - aria2: | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 |
| | | | | | | | o use --connect-timeout 6 seconds (instead of 3) (cf commit in urpm/download.pm) | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 |
| | | | | | | o for remote media, instead of first checking reconfig.urpmi, try MD5SUM. If it fails try reconfig.urpmi | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 |
| | | | | | | o do not get "descriptions" on non "update" media since it's useless and potentially slow | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 |
| | | | | | o only look for "descriptions" in media_info/ | ||||
* | - use "versioned" media_info files | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 |
| | | | | | | | | | | (needed for aria2 to handle mirrors not having some media_info/*) it fixes: - downloading parts of media_info file from different mirrors and failing to obtain a valid result - checking md5sum of media_info files | ||||
* | - urpmi.addmedia: | Pascal Rigaux | 2008-09-22 | 1 | -0/+2 |
| | | | | | | | | | o for remote media, do not probe for media_info files in "./", do it only in "media_info/" the goal is to simplify the code, and to ensure things work nicely with mirrorlist/aria2 | ||||
* | - urpmi.addmedia: | Pascal Rigaux | 2008-09-19 | 1 | -0/+4 |
| | | | | | | | | o --distrib: do not skip "debug_for=" media (debug media will be added with flag "ignore" if noauto=1) as requested by fcrozat and tvignaud | ||||
* | 6.136.13 | Pascal Rigaux | 2008-09-18 | 1 | -0/+2 |
| | |||||
* | document last commit | Pascal Rigaux | 2008-09-18 | 1 | -0/+5 |
| | |||||
* | 6.126.12 | Thierry Vignaud | 2008-09-17 | 1 | -0/+2 |
| | |||||
* | (write_urpmdb) copy updates descriptions too (usefull for rpmdrake) | Thierry Vignaud | 2008-09-17 | 1 | -0/+1 |
| | |||||
* | reindent | Thierry Vignaud | 2008-09-17 | 1 | -1/+2 |
| | |||||
* | when using --bug, copy /root/.rpmdrake too | Thierry Vignaud | 2008-09-17 | 1 | -0/+2 |
| | |||||
* | 6.116.11 | Pascal Rigaux | 2008-09-11 | 1 | -0/+2 |
| | |||||
* | - library: | Pascal Rigaux | 2008-09-11 | 1 | -0/+3 |
| | | | | | o create urpm::select::conflicting_packages_msg() for rpmdrake | ||||
* | 6.106.10 | Thierry Vignaud | 2008-09-09 | 1 | -0/+2 |
| | |||||
* | (set_env) extract it so that rpmdrake can support the --env option | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (set_verbose,set_verbosity) enable rpmdrake to support -q & -v options | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (set_debug) extract it so that rpmdrake can support the --debug option | Thierry Vignaud | 2008-09-09 | 1 | -0/+1 |
| | |||||
* | - library: | Pascal Rigaux | 2008-09-09 | 1 | -0/+3 |
| | | | | | o fix urpm::download::sync() return value (used by rpmdrake) (#43639) | ||||
* | 6.96.9 | Pascal Rigaux | 2008-09-09 | 1 | -0/+2 |
| | |||||
* | o fix orphans handling: an already installed pkg must not become | Pascal Rigaux | 2008-09-09 | 1 | -0/+2 |
| | | | | | | | "unrequested" because a new version of it is required fixes test_urpme(['gg', 'g'], 'g', 'g', 'gg-2'); | ||||
* | - urpmi | Pascal Rigaux | 2008-09-09 | 1 | -0/+3 |
| | | | | | | o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot | ||||
* | - fix handling --downloader when using mirrorlist (it was forcing aria2) | Pascal Rigaux | 2008-09-05 | 1 | -0/+1 |
| | |||||
* | - fix display of downloaded urls with aria2 and metalinks | Pascal Rigaux | 2008-09-05 | 1 | -0/+2 |
| | |||||
* | 6.86.8 | Pascal Rigaux | 2008-09-04 | 1 | -0/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-09-04 | 1 | -0/+2 |
| | | | | | o enhance --bug: copy installed-through-deps.list in bug report | ||||
* | - library: | Pascal Rigaux | 2008-09-04 | 1 | -0/+2 |
| | | | | | o modify urpm::download::get_content() to work as non-superuser | ||||
* | - fix proxy parameter for aria2 (thanks to alkh) | Pascal Rigaux | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | - remove rsync mirrors when calling aria2 | Pascal Rigaux | 2008-09-04 | 1 | -0/+1 |
| | |||||
* | - gurpmi, gurpmi2: | Pascal Rigaux | 2008-09-04 | 1 | -0/+3 |
| | | | | | o silence perl warnings (ie remove "use warnings") | ||||
* | 6.76.7 | Pascal Rigaux | 2008-09-03 | 1 | -1/+3 |
| |