summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* a syntax error slipped in.Rafael Garcia-Suarez2005-02-241-1/+1
|
* It seems that the msg callback is never defined in urpmi-parallel. ProtectRafael Garcia-Suarez2005-02-211-1/+4
| | | | | | against run-time errors; will have to work out how progress reporting is supposed to work.
* 4.6.19-1mdkRafael Garcia-Suarez2005-02-211-1/+1
|
* Make ejection less noisyRafael Garcia-Suarez2005-02-171-4/+6
|
* 4.6.18-1mdkRafael Garcia-Suarez2005-02-171-1/+1
|
* Fix bug #13644, urpmi.addmedia --distrib was broken due to misc's patches.Rafael Garcia-Suarez2005-02-171-7/+8
|
* 4.6.17-1mdkRafael Garcia-Suarez2005-02-161-1/+1
|
* Fix parsing of hdlists file when adding media with --distrib (bug 13644)Rafael Garcia-Suarez2005-02-151-2/+4
|
* 4.6.16-1mdkRafael Garcia-Suarez2005-02-141-1/+1
|
* Patch by Michael Scherer (a bit reworked) to allow to use $ARCH, $RELEASERafael Garcia-Suarez2005-02-141-0/+10
| | | | | and $HOST in media URLs.
* Fix retrieval of source packages (e.g. urpmq --sources) with alternativeRafael Garcia-Suarez2005-02-111-5/+7
| | | | | dependencies foo|bar (Pascal Terjan)
* Patch by Michael Scherer (bug 13525) to refactorize option names; makesRafael Garcia-Suarez2005-02-101-21/+21
| | | | | downloader option settable per media.
* 4.6.15-1mdkRafael Garcia-Suarez2005-02-041-1/+1
|
* 4.6.14-1mdkRafael Garcia-Suarez2005-01-311-1/+1
|
* Make urpmi support ISO images as removable media.Rafael Garcia-Suarez2005-01-281-14/+36
|
* 4.6.13-1mdkRafael Garcia-Suarez2005-01-251-1/+1
|
* 4.6.12-1mdkRafael Garcia-Suarez2005-01-191-1/+1
|
* Formatting nit (suggested by Jerome Quelin)Rafael Garcia-Suarez2005-01-181-2/+2
|
* Don't install media marked with "noauto" in the hdlists file withRafael Garcia-Suarez2005-01-111-2/+3
| | | | | urpmi.addmedia --distrib (or its rpmdrake equivalent)
* Document add_distrib_media and add a new option to it (initial_number)Rafael Garcia-Suarez2005-01-111-1/+6
|
* 4.6.11Rafael Garcia-Suarez2005-01-101-1/+1
|
* 4.6.10-1mdkRafael Garcia-Suarez2005-01-061-1/+1
|
* perl_checker fixesRafael Garcia-Suarez2005-01-061-15/+15
|
* 4.6.9-1mdkRafael Garcia-Suarez2004-12-171-1/+1
|
* Trim obsolete documentationRafael Garcia-Suarez2004-12-171-53/+3
|
* It's better to iterate over keys hereRafael Garcia-Suarez2004-12-161-1/+1
|
* 4.6.8-1mdkRafael Garcia-Suarez2004-12-131-1/+1
|
* Adding a media should not fail when there is no pubkey file availableRafael Garcia-Suarez2004-12-131-3/+3
| | | | | (bug #12646)
* 4.6.7-1mdkRafael Garcia-Suarez2004-12-101-1/+1
|
* Factorize the code that guesses the pubkey file name.Rafael Garcia-Suarez2004-12-101-3/+7
| | | | | Use the rpm pubkey for the associated srpm media.
* 4.6.6-1mdkRafael Garcia-Suarez2004-12-071-1/+1
|
* Remove gurpmi special case for README.urpmi filesRafael Garcia-Suarez2004-12-071-6/+3
|
* 4.6.5-1mdkRafael Garcia-Suarez2004-12-031-1/+1
|
* Renumeroting new media is irrelevant when a distro name is providedRafael Garcia-Suarez2004-12-021-1/+1
|
* Add return values for add_medium and add_distrib_media (the names of theRafael Garcia-Suarez2004-12-011-6/+15
| | | | | media added)
* urpmi wasn't taking into account the global downloader settingRafael Garcia-Suarez2004-11-301-2/+2
|
* Must stop fixing bugs that late.Rafael Garcia-Suarez2004-11-301-3/+1
|
* Count total number of installed packages, not per transaction (duh)Rafael Garcia-Suarez2004-11-291-4/+3
|
* 4.6.4-1mdkRafael Garcia-Suarez2004-11-291-1/+1
|
* Factorize code that sets default values for some optionsRafael Garcia-Suarez2004-11-291-0/+5
|
* Look for the description files in the media_info directory by defaultRafael Garcia-Suarez2004-11-291-18/+24
|
* Nicer without parensRafael Garcia-Suarez2004-11-291-1/+1
|
* Display total number of packages along with progress bars in urpmiRafael Garcia-Suarez2004-11-291-4/+12
| | | | | (see bug #12514)
* 4.6.3-1mdkRafael Garcia-Suarez2004-11-261-1/+1
|
* Fix English grammar in commentsRafael Garcia-Suarez2004-11-261-11/+11
|
* 4.6.2-1mdkRafael Garcia-Suarez2004-11-251-1/+1
|
* - add --search-media options: looking requested or package to update with ↵Olivier Thauvin2004-11-241-5/+28
| | | | | | | --auto-select in given media - replace a die() by $urpm->{fatal}()
* 4.6.1-1mdkRafael Garcia-Suarez2004-11-191-1/+1
|
* Requires that a magic line appears in reconfig.urpmi (bug #12384)Rafael Garcia-Suarez2004-11-181-0/+3
|
* Don't create symlinks in /var/lib/urpmi for media that happen to haveRafael Garcia-Suarez2004-11-181-20/+5
| | | | | | the same hdlist or synthesis, because that could break later. (And I don't wan't to fiddle with hard links currently.) (bug #12391)