summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add epoch in urpmf --allRafael Garcia-Suarez2005-10-181-0/+1
|
* Synamically generate option parsing callbacks for urpmfRafael Garcia-Suarez2005-10-181-24/+53
|
* New options. Change callback generation method.Rafael Garcia-Suarez2005-10-171-0/+5
|
* Remove the evil urpmf --quiet optionRafael Garcia-Suarez2005-10-131-1/+0
|
* OopsRafael Garcia-Suarez2005-10-131-1/+1
|
* Add a --literal option to urpmfRafael Garcia-Suarez2005-10-131-2/+7
|
* Only quote "+" in patterns (for c++ / libgtk+ / etc... packages)Rafael Garcia-Suarez2005-10-131-2/+2
|
* Add a --debug option to print internal callback (instead of using --verbose ↵Rafael Garcia-Suarez2005-10-131-0/+1
| | | | for that).
* Allow ! ( ) as well as -! -( -) as arguments to urpmf (backwards compat)Rafael Garcia-Suarez2005-10-131-1/+1
|
* Sort options.Rafael Garcia-Suarez2005-10-121-14/+14
|
* Forbid urpmq --use-distrib when non rootRafael Garcia-Suarez2005-10-121-1/+7
|
* Don't use "verbose" setting in urpm::download APIRafael Garcia-Suarez2005-10-111-1/+1
|
* Add an --ignoresize option to urpmiRafael Garcia-Suarez2005-10-101-0/+1
|
* Abort on unrecognized options for urpmq tooRafael Garcia-Suarez2005-10-101-0/+2
|
* Don't allow media names that begin with -- in urpmi.addmedia and ↵Rafael Garcia-Suarez2005-10-101-2/+12
| | | | urpmi.update, to avoid naming mistakes
* Use an explicit path for the md5sum utilityRafael Garcia-Suarez2005-09-301-1/+1
|
* This workaround is no longer necessaryRafael Garcia-Suarez2005-09-071-9/+0
|
* Don't decode utf-8 text when the locale charset is itself in utf-8.Rafael Garcia-Suarez2005-09-071-2/+4
| | | | | Optimize utf-8 text manipulations.
* Remove traceRafael Garcia-Suarez2005-09-051-1/+0
|
* On top of previous fixRafael Garcia-Suarez2005-09-051-2/+2
|
* Fix bug 18234 : force download of ftp files when the timestamp couldn't be ↵Rafael Garcia-Suarez2005-09-051-5/+3
| | | | determined
* Turn off utf8 warnings in the caller each time we use urpm::msg.Rafael Garcia-Suarez2005-08-311-0/+10
|
* decode every utf8 that gets translatedRafael Garcia-Suarez2005-08-301-1/+3
|
* Add an experimental --restricted option, based on code by Michael SchererRafael Garcia-Suarez2005-06-291-0/+1
| | | | | (bug #16610)
* Add LDAP media at the endRafael Garcia-Suarez2005-06-281-0/+2
|
* urpmf should warn on unknown optionsRafael Garcia-Suarez2005-06-161-0/+4
|
* Document --summary option to urpmq.Rafael Garcia-Suarez2005-06-131-1/+1
| | | | | Add -S as an alias for --summary.
* Fix commentRafael Garcia-Suarez2005-06-131-2/+2
|
* Timeout on all network operations when using wgetRafael Garcia-Suarez2005-06-131-1/+1
|
* parallel distribution via ssh wasn't working on localhost when network mediaRafael Garcia-Suarez2005-06-101-2/+12
| | | | | were involved
* update readmeRafael Garcia-Suarez2005-06-091-7/+11
|
* When node is localhost, don't use ssh to run commands on itRafael Garcia-Suarez2005-06-091-10/+13
|
* Introduce a --nolock option in urpmi and urpmq.Rafael Garcia-Suarez2005-06-092-3/+7
| | | | | Use it for parallel distribution over ssh on localhost
* Error reporting nitRafael Garcia-Suarez2005-06-091-4/+4
|