summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* added support for missing Locale::gettext (as for RedHat for fast port)Francois Pons2003-12-051-4/+6
|
* try to improve rpm based package being upgraded and causing urpmi to be ↵Francois Pons2003-12-051-5/+11
| | | | restarted.
* 4.4-41mdk (erwan feature)Francois Pons2003-10-301-2/+21
|
* fixed signature checking on first package when using --media and selecting otherFrancois Pons2003-10-211-2/+5
| | | | | media having different signature that the first one.
* make sure names.XXX are correctly generated all the time.Francois Pons2003-10-061-12/+13
|
* fixed adding new sources for finding rpms.Francois Pons2003-09-231-117/+117
|
* on-going 4.4-38mdkFrancois Pons2003-09-191-156/+158
|
* fixed virtual media not examining list file.Francois Pons2003-09-171-5/+13
|
* 4.4-36mdkFrancois Pons2003-09-161-82/+84
|
* fixed reduce_pathname returning emptry string for directory instead of / for ↵Francois Pons2003-09-161-0/+1
| | | | base.
* fixed to display only once skipping or installing log.Francois Pons2003-09-101-3/+7
|
* 4.4-34mdkFrancois Pons2003-09-081-50/+61
|
* 4.4-33mdkFrancois Pons2003-09-061-0/+14
|
* always display package skipped ;-)Francois Pons2003-09-051-1/+1
|
* 4.4-32mdkFrancois Pons2003-09-051-16/+24
|
* 4.4-31mdkFrancois Pons2003-09-041-4/+23
|
* 4.4-30mdkFrancois Pons2003-09-021-2/+89
|
* fixed @EXPORT for N() by using qw(N) instead of qw(*N) which breaks rpmdrake.Francois Pons2003-09-011-1/+1
|
* allow transaction number to be restored.Francois Pons2003-08-281-1/+6
|
* 4.4-27mdkFrancois Pons2003-08-281-2/+29
|
* fixed stupid typo.Francois Pons2003-08-261-1/+1
|
* fixed bad use of system return value which fix multiple cd management.Francois Pons2003-08-261-3/+3
|
* added -z option for rsync:// protocolFrancois Pons2003-08-261-3/+5
| | | | | fixed download progressive glitches loging.
* implementing forked transaction.Francois Pons2003-08-221-32/+69
|
* updated with perl-URPM 0.94 and above (simplified code)Francois Pons2003-08-211-26/+11
|
* 4.4-23mdkFrancois Pons2003-08-201-2/+2
|
* disable use of $_ which could be bad.Francois Pons2003-08-201-3/+3
|
* modified log to be more clear.Francois Pons2003-08-201-2/+5
|
* changed list and pubkey default behaviour for finding files.Francois Pons2003-08-201-8/+4
|
* fixed strange typo preventing key to be correctly imported.Francois Pons2003-08-201-2/+2
|
* added nopubkey option to disable pubkey management during update_media (will notFrancois Pons2003-08-191-3/+3
| | | | | work for rpm < 4.2 in %post of urpmi)
* fixed parse_pubkeys usage.Francois Pons2003-08-191-6/+7
|
* fixed limit_rate with rsync and ssh protocol.Francois Pons2003-08-111-1/+1
|
* fixed limit_rate without suffixes for rsync (division not as an integer)Francois Pons2003-08-111-2/+2
|
* 4.4-20mdkFrancois Pons2003-08-111-7/+8
|
* 4.4-19mdkFrancois Pons2003-08-061-55/+118
|
* fixed in sync_curl to go back to cwd from urpmi partial cache.Francois Pons2003-08-051-0/+4
|
* fixed lock as simple user, no more remove of .LOCK file.Francois Pons2003-08-011-5/+3
|
* fixed stupid typo.Francois Pons2003-08-011-1/+1
|
* create shared file if needed, remove the lock file when unlock the database.Francois Pons2003-08-011-0/+6
|
* shared lock are available with open in read mode.Francois Pons2003-08-011-1/+1
|
* fixed shlock_urpmi_db to be shared and not waiting.Francois Pons2003-07-311-2/+2
|
* added urpm::shlock_urpmi_db to shared lock on urpmi db (used by urpmi, urpmq andFrancois Pons2003-07-311-0/+9
| | | | | urpmf).
* use a file opened in write mode instead of opening a directory.Francois Pons2003-07-311-1/+1
|
* disable split of transaction when used with --synthesis.Francois Pons2003-07-311-0/+2
|
* fixed logger_id to be set to 0 for the begin of the first transaction and notFrancois Pons2003-07-311-1/+1
| | | | | the begin of all transaction...
* handle option force with parallel remove.Francois Pons2003-07-291-2/+2
|
* handle nodes not updated for parallel remove.Francois Pons2003-07-291-1/+1
|
* make sure urpmi call a cp without specific (fixes) of current cp of 9.2 (workFrancois Pons2003-07-291-10/+13
| | | | | with 9.0).
* --auto should not disable urpme to print approximate name (reported by bothFrancois Pons2003-07-291-1/+1
| | | | | FredC and Erwan).