summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* fixes on synthesis management and urpmi.cfg update.Francois Pons2001-12-071-25/+44
|
* speed improvement (relocation, depslist).Francois Pons2001-12-071-93/+59
| | | | | | make sure config is saved. fix %%post.
* 3.0 of urpmi.Francois Pons2001-12-061-459/+281
|
* fixes -p ...Francois Pons2001-12-061-10/+7
|
* 2.2 with rpmtools 4.0.Francois Pons2001-12-051-22/+44
|
* removed debug log and updated changelog.Francois Pons2001-11-291-3/+1
|
* fixes on -p flag.Francois Pons2001-11-291-10/+30
|
* introduced webfetch.Francois Pons2001-11-281-7/+13
|
* fixed URL with trailing slashes and added download log.Francois Pons2001-11-281-4/+30
|
* small fixes and typo fixes back.Francois Pons2001-11-281-6/+10
|
* fixed some English typos; updated Hungarian filePablo Saratxaga2001-11-271-7/+7
|
* curl supportFrancois Pons2001-11-271-20/+47
|
* fix optimization on getting depslist.ordered.Francois Pons2001-11-271-26/+0
|
* first 2.1.Francois Pons2001-11-261-168/+24
|
* fixed --auto-select and upload.Francois Pons2001-11-191-10/+9
|
* added /etc/urpmi/inst.list support.Francois Pons2001-11-161-30/+50
|
* first stable release using synthesis file instead of hdlist.Francois Pons2001-11-151-90/+139
|
* *** empty log message ***Francois Pons2001-11-121-48/+81
|
* small fixes.Francois Pons2001-11-091-16/+12
|
* update to first 2.0 release.Francois Pons2001-11-061-61/+123
|
* + correct typo in po/fr.poanoncvs2001-11-051-0/+1
| | | | | | | | | | *replace msgstr "usage: rpmf [<fichier>]" by msgstr "usage: urpmf [options] <fichier>" *replace msgstr "usage: urpmi.addmedia [--update] <nome> <url>" by msgstr "usage: urpmi.addmedia [--update] <nom> <url>" + add inst.list that will contain list of package to install and not to upgrade. Now I have to learn perl ;)
* make strong check of rpm file on a removable device for accepting a medium.Francois Pons2001-10-081-1/+13
|
* make sure to remove a stale rpm file in cache (if size is 0), seems to have beenFrancois Pons2001-10-081-10/+15
| | | | | avoid for final 8.1 ?
* fixed stale rpm file in cache with 0 in size.Francois Pons2001-09-241-1/+1
|
* fixes for possible error trying to remove and avoid error messageFrancois Pons2001-09-191-5/+5
| | | | | which are more or less only warning (typical after 7.2 update).
* fixed bug when trying to urpmi.addmedia name http://... with hdlist.cz, aFrancois Pons2001-09-111-1/+1
| | | | | missing / in with_hdlist cause the bug...
* fixed updates with extension to indirect package.Francois Pons2001-09-111-15/+24
|
* fixed error about urpmi saying package already installed.Francois Pons2001-09-111-4/+13
|
* moved depslist computation out of loop of hdlist reading.Francois Pons2001-09-101-4/+4
|
* fix devfsd interaction (?) and --auto glitches on removable devices.Francois Pons2001-09-031-5/+10
|
* gloup.Francois Pons2001-08-291-5/+13
|
* fix tentative to always install packages.Francois Pons2001-07-261-2/+2
|
* really fixed --auto-select mode, fixed local packages install.Francois Pons2001-07-251-12/+13
|
* fixed typo leading to funny translation.Francois Pons2001-07-251-1/+1
|
* fixed finding package to upgrades, and code cleanup in compute_closure.Francois Pons2001-07-251-3/+3
|
* new major release 1.7 for new major release of rpmtools.Francois Pons2001-07-231-60/+56
|
* fixed wrong dependencies resolution on local rpm.Francois Pons2001-07-051-4/+9
| | | | | | improved urpmf. updated man pages.
* now should have fixed local rpm install.Francois Pons2001-07-051-1/+5
|
* fixed bad packages to install (wrong id reported in when searching packages).Francois Pons2001-07-041-2/+3
|
* *** empty log message ***Francois Pons2001-07-021-2/+2
|
* 1.6-8mdkFrancois Pons2001-07-021-22/+38
|
* updated po filesPablo Saratxaga2001-06-281-4/+2
|
* dependencies is right.Francois Pons2001-06-281-6/+6
|
* update flag and -M fixes with serial.Francois Pons2001-06-281-34/+129
|
* *** empty log message ***Francois Pons2001-06-271-11/+12
|
* *** empty log message ***Francois Pons2001-06-271-12/+14
|
* birthday work on urpmi.Francois Pons2001-06-261-64/+67
|
* new algorithm for searching packages.Francois Pons2001-06-251-38/+74
|
* *** empty log message ***Francois Pons2001-06-211-7/+6
|
* fixed i18n, error message l10n.Francois Pons2001-06-201-89/+112
| | | | | fixed error code to use more deterministic value.