summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* Simplification of usage of duped stdoutRafael Garcia-Suarez2006-02-081-5/+1
|
* Simplify prompt functionRafael Garcia-Suarez2006-02-081-6/+2
|
* Get rid of message() functionRafael Garcia-Suarez2006-02-082-13/+4
|
* Add a --logfile option for debugRafael Garcia-Suarez2006-02-081-0/+1
|
* Remove default logging to /var/log/urpmi.log.Rafael Garcia-Suarez2006-02-081-4/+14
| | | | | | Add an interface to syslog in urpm::msg. Make --env verify if env dir exists.
* A bit of clarification in logging codeRafael Garcia-Suarez2006-02-071-3/+4
|
* I keep typing --noinstall instead of --no-install. Add this as an alias.Rafael Garcia-Suarez2006-02-061-1/+1
|
* Add "B" suffix by default to the limit-rate option for curl (see bug 20859)Rafael Garcia-Suarez2006-01-271-0/+4
|
* Use Digest::MD5 when availableRafael Garcia-Suarez2006-01-241-3/+12
|
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-241-1/+1
|
* Remove documentation for options that don't exist, and improve documentation ofRafael Garcia-Suarez2006-01-161-2/+0
| | | | | --distrib.
* Turn nolock on when using a chrootRafael Garcia-Suarez2006-01-111-2/+2
|
* New option --auto-update (bug #19819)Rafael Garcia-Suarez2005-12-221-0/+1
|
* Add a --noscripts option to urpmeRafael Garcia-Suarez2005-12-141-0/+1
|
* urpmi.addmedia with proxy did erase the previous proxy settings (bug 20108)Rafael Garcia-Suarez2005-12-081-0/+1
|
* The parallel handlers define the same function. This could lead to warnings; ↵Rafael Garcia-Suarez2005-12-062-0/+4
| | | | silence them.
* Fix compilation warningRafael Garcia-Suarez2005-12-061-1/+1
|
* Drop the urpmq --headers options (and the requirement on rpmtools). ItRafael Garcia-Suarez2005-12-061-1/+0
| | | | | was only used by the late rpminst.
* Add a new configuration option, default-media, that specifies a comma-separatedRafael Garcia-Suarez2005-12-021-0/+1
| | | | | | list of media to be taken into account by default (i.e., if the --media switch is not specified on the command-line)
* Add versions to modulesRafael Garcia-Suarez2005-12-028-4/+17
|
* Fix download with wget, broken by latest changesRafael Garcia-Suarez2005-12-021-3/+4
|
* Add new switches to the urpm tools, --wget-options, --curl-options andRafael Garcia-Suarez2005-12-023-3/+15
| | | | | | | --rsync-options, to specify additionnal command-line options to pass to the downloader programs. These are also available as global variables that can be set in urpmi.cfg.
* Update copyright noticesRafael Garcia-Suarez2005-12-0210-5/+64
|
* Patch by Blino to be less liberal in what we detect in /proc/mount to figureRafael Garcia-Suarez2005-12-011-1/+1
| | | | | out if a filesystem is read-only
* Fix English. Mention Taktuk2.Rafael Garcia-Suarez2005-11-171-4/+3
|
* Fix stealth contextRafael Garcia-Suarez2005-11-171-2/+2
|
* Use taktuk2 instead of ka if available. Make it overriable with theRafael Garcia-Suarez2005-11-171-2/+11
| | | | | URPMI_MPUT_COMMAND and URPMI_RSHP_COMMAND environment variables.
* Be backwards compatible with older versions of urpmeRafael Garcia-Suarez2005-11-172-2/+2
|
* Add comments in urpme about messages that should not be changed.Rafael Garcia-Suarez2005-11-172-3/+3
| | | | | But change a message badly worded.
* Don't use global variables, and some other cosmetic fixesRafael Garcia-Suarez2005-11-171-22/+22
|
* Add VERSION in parallel modulesRafael Garcia-Suarez2005-11-172-10/+13
|
* Factorize command namesRafael Garcia-Suarez2005-11-171-15/+18
|
* use strict !Rafael Garcia-Suarez2005-11-172-0/+3
|
* Add a --noscripts option to urpmiRafael Garcia-Suarez2005-11-151-0/+1
|
* Fix syntax error, add more docsRafael Garcia-Suarez2005-11-031-6/+10
|
* Remove more MDK::Common vestigiaRafael Garcia-Suarez2005-11-032-1/+18
|
* Don't use functions from MDK::CommonRafael Garcia-Suarez2005-11-031-3/+5
|
* Provide our own tempdir function, that doesn't require File::Temp if it's ↵Rafael Garcia-Suarez2005-11-031-0/+16
| | | | not installed on the system
* Use the --no-check-certificate option for downloading with wget, sinceRafael Garcia-Suarez2005-10-311-0/+1
| | | | | the club https servers use self-signed certificates.
* Fix bug in rsync over ssh invocationRafael Garcia-Suarez2005-10-271-0/+1
|
* Add API to have defaults in urpm::argsRafael Garcia-Suarez2005-10-271-0/+3
|
* Report curl download errors on ftp or on cancellation more agressively, so theRafael Garcia-Suarez2005-10-271-2/+3
| | | | | urpm routines can recover properly.
* Add -l as an alias for --literal in urpmfRafael Garcia-Suarez2005-10-201-1/+1
|
* New urpmf option : -F (like in awk :)Rafael Garcia-Suarez2005-10-201-2/+3
|
* Record used tags for hdlist usage selection even if --qf is usedRafael Garcia-Suarez2005-10-201-4/+1
|
* Fix --qf option parsingRafael Garcia-Suarez2005-10-191-1/+1
|
* Remove urpmf --all optionRafael Garcia-Suarez2005-10-191-17/+0
|
* Implement a nicer default behaviour for --nameRafael Garcia-Suarez2005-10-181-1/+5
|
* Recognize urpmf --name againRafael Garcia-Suarez2005-10-181-1/+2
|
* Forgot to convert two parametersRafael Garcia-Suarez2005-10-181-2/+2
|