summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
...
* we need urpm::util for basename()Pascal Rigaux2006-11-092-0/+2
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* use standard ExporterPascal Rigaux2006-11-092-31/+13
|
* move basename() to urpm::utilPascal Rigaux2006-11-094-23/+32
|
* perl_checker compliance & simplificationsPascal Rigaux2006-11-091-8/+6
|
* factorize introducing proc_mounts() and cat_()Pascal Rigaux2006-11-092-14/+6
|
* perl_checker compliancePascal Rigaux2006-11-071-3/+3
|
* - remove useless call to log, as we are calling 'die' in write_ldap_cache, ↵Michael Scherer2006-11-031-1/+1
| | | | and run inside a eval block, spotted by pixel.
* add member()Pascal Rigaux2006-11-031-1/+2
|
* perl_checker compliancePascal Rigaux2006-11-038-27/+27
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-181-0/+2
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-213-5/+31
|
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-191-0/+15
| | | | | 2006->2007, since the URPM version in 2006 used to leak filehandles.
* Patch by Nicolas Melay to include -q to the command-line options of curl, soRafael Garcia-Suarez2006-09-181-0/+2
| | | | | the ~/.curlrc file isn't read.
* Localize $_ before magical while(<$file>) loopsRafael Garcia-Suarez2006-08-112-0/+5
|
* For curl downloads, use the --anyauth options (solves an issueRafael Garcia-Suarez2006-08-021-0/+2
| | | | | when a site rejects basic auth)
* Check that --root directory exists (#24031)Rafael Garcia-Suarez2006-08-011-2/+16
|
* Add the rurpme(8) commandRafael Garcia-Suarez2006-06-131-0/+1
|
* - restore old behavior of urpmi.addmedia, add --all-media and --interactive ↵Olivier Thauvin2006-06-111-0/+2
| | | | options
* - fix r36644, ensure urpm::args::parse_cmdline() return true if there is no ↵Olivier Thauvin2006-06-111-1/+3
| | | | error
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-0710-10/+30
| | | | | For gurpmi.pm, use the same version number as urpm.
* Patch by Vincent Panel from bug #22000: use global proxy settings whenRafael Garcia-Suarez2006-05-291-0/+4
| | | | | adding a media; load it if necessary to avoid overwriting it.
* Add a new option -I to urpmfRafael Garcia-Suarez2006-05-191-0/+1
|
* Fix harmless typo in internal command-line optionRafael Garcia-Suarez2006-05-171-1/+1
|
* Allow '--' in urpmf command-lines to search for patterns that begin with a '-'Rafael Garcia-Suarez2006-05-151-0/+14
| | | | | (bug noticed by Titi)
* Add a default value for urpmi ldap SSL valueRafael Garcia-Suarez2006-05-151-2/+4
|
* Untaint current dir when temporarily chdir'ing to cacheRafael Garcia-Suarez2006-04-201-3/+3
|
* Patch by Michael Scherer to fix authentication with ssh download method.Rafael Garcia-Suarez2006-04-021-9/+11
| | | | | (bug #21800)
* urpmq --synthesis was brokenRafael Garcia-Suarez2006-03-301-1/+1
|
* New urpmi.recover option: --list-safeRafael Garcia-Suarez2006-03-231-0/+1
|
* If rsync-options are configured and contain what looks like a remote shellRafael Garcia-Suarez2006-03-201-15/+17
| | | | | setting, ignore ssh options
* Allow to use the same ssh connection for all rsync transfers.Rafael Garcia-Suarez2006-03-201-4/+51
| | | | | Based on a patch by Michael Scherer (bug #20706)
* Some urpme cleanupRafael Garcia-Suarez2006-03-081-0/+1
|
* Avoid an undefined subroutine warning during global destruction if Sys::SyslogRafael Garcia-Suarez2006-02-281-1/+1
| | | | | is not present.
* Let "ignoresize" be configurable in urpmi.cfgRafael Garcia-Suarez2006-02-171-0/+1
|
* Add a --disable option to urpmi.recoverRafael Garcia-Suarez2006-02-161-0/+1
|
* Add ignorearch option to urpmqRafael Garcia-Suarez2006-02-131-0/+1
|
* Document that parsing /etc/release is fragile, because the format ofRafael Garcia-Suarez2006-02-131-2/+4
| | | | | | this file is undocumented, and there is no definitive way to get version and architecture for a given Mandriva system. (Warly sux)
* Add --ignorearch flag to urpmiRafael Garcia-Suarez2006-02-131-0/+1
|
* New tool, urpmi.recoverRafael Garcia-Suarez2006-02-101-0/+12
|
* urpme needs to support --repackage tooRafael Garcia-Suarez2006-02-091-0/+1
|
* Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.Rafael Garcia-Suarez2006-02-092-0/+2
| | | | | Document them.
* 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
|