summaryrefslogtreecommitdiffstats
path: root/urpmq
Commit message (Collapse)AuthorAgeFilesLines
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-1/+1
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* simplify code by using directly $options{...} (exported from urpm::args)Pascal Rigaux2007-08-011-68/+68
| | | | | instead of using $urpm::args::options{...}
* remove dead code:Pascal Rigaux2007-08-011-3/+0
| | | | | | | urpmq is not using use_provides by default since 13 May 2004 when rgs refactorization somewhat failed. since then the documentation has been adapted to show -p is not the default anymore, so not reverting to previous behaviour.
* - urpmqPascal Rigaux2007-07-061-5/+3
| | | | | | o --whatrequires: fix skipping packages through provides provided by other packages, when the other package is the same pkg name (#31773)
* we really don't want logs on stdout for urpmq/urpmfPascal Rigaux2007-06-191-2/+3
| | | | | (esp. for "adding medium ..." when using --use-distrib)
* re-sync after the big svn lossPascal Rigaux2007-04-241-3/+1
|
* cleanupPascal Rigaux2007-03-071-8/+9
|
* fixed ngettext usePablo Saratxaga2007-02-211-4/+6
|
* add option "-m" in usage (was already documented in manpage)Pascal Rigaux2007-02-141-5/+3
|
* explain --whatrequires-recursive when {debug}Pascal Rigaux2007-01-261-8/+19
|
* from_utf8 no more needed with: new perl-URPM + new perl-Locale-gettext + ↵Pascal Rigaux2007-01-191-37/+41
| | | | "use open ':locale'"
* use uniq() and factorizePascal Rigaux2007-01-111-1/+2
|
* cleanup: @headers is independent of the "foreach my $medium", moving it out ↵Pascal Rigaux2007-01-111-10/+14
| | | | of the loop
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-4/+4
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-4/+4
| | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-6/+6
| | | | | non-exclusive
* move many functions from urpm.pm to new module urpm/select.pmPascal Rigaux2006-11-211-3/+4
|
* - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgsPascal Rigaux2006-11-211-2/+3
| | | | | - move urpm::get_source_packages() -> urpm::get_pkgs::selected2list()
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-3/+4
|
* move lock functions to urpm::sysPascal Rigaux2006-11-211-4/+4
|
* don't use obsolete method download_source_packages anymore. Pascal Rigaux2006-11-201-1/+2
| | | | | nb: not handling anymore urpmq on removable media with no hdlist (does it exist?)
* cleanupPascal Rigaux2006-11-201-1/+1
|
* cleanupPascal Rigaux2006-11-201-9/+8
|
* rename {skip} into {cmdline_skiplist} (neater)Pascal Rigaux2006-11-201-1/+1
|
* - {nodepslist} now implies {no_skiplist}Pascal Rigaux2006-11-201-8/+6
| | | | | | - drop {noinstalling}, use {nodepslist} instead (since {noinstalling} is only used when {nodepslist} is set)
* perl_checker compliancePascal Rigaux2006-11-091-14/+14
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-0/+1
|
* Die if unknown command-line options are given.Rafael Garcia-Suarez2006-02-131-1/+1
|
* Make --ignorearch really work by overriding a package subroutine (not veryRafael Garcia-Suarez2006-02-131-1/+3
| | | | | clean, but fast)
* Add ignorearch option to urpmqRafael Garcia-Suarez2006-02-131-0/+2
|
* Use stdout for informational messages, not stderrRafael Garcia-Suarez2006-02-081-2/+2
|
* Escape media names in the output of urpmq --dump-config (based on a patch byRafael Garcia-Suarez2006-01-241-7/+16
| | | | | Michael Scherer)
* Remove force_local download option (which was always on)Rafael Garcia-Suarez2006-01-131-1/+1
|
* Fix minor locking bug in urpmqRafael Garcia-Suarez2006-01-111-1/+1
|
* Drop the urpmq --headers options (and the requirement on rpmtools). ItRafael Garcia-Suarez2005-12-061-52/+2
| | | | | was only used by the late rpminst.
* One of the calls to rpm2header still used PATHRafael Garcia-Suarez2005-12-051-1/+1
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+2
|
* Better error message when rpm2header isn't installedRafael Garcia-Suarez2005-11-071-1/+6
|
* Avoid useless use of catRafael Garcia-Suarez2005-11-041-4/+10
|
* Better error messages when urpmq fails to read cz archivesRafael Garcia-Suarez2005-11-041-2/+2
|
* Fix opening of hdlists when non-root.Rafael Garcia-Suarez2005-11-031-9/+20
| | | | | | Better failure handling. Remove MDK::Common functions.
* Use MDV::Packdrakeng instead of deprecated wrapperRafael Garcia-Suarez2005-11-021-7/+9
|
* small changes to translatable strings, to avoid duplicationPablo Saratxaga2005-10-271-3/+2
| | | | | and to reuse existing translations when possible
* Don't let urpmq lock the urpmi db if it only dumps the configurationRafael Garcia-Suarez2005-10-271-2/+3
|
* Document --summary option to urpmq.Rafael Garcia-Suarez2005-06-131-0/+1
| | | | | Add -S as an alias for --summary.
* Extract headers only onceRafael Garcia-Suarez2005-06-101-1/+2
|
* Introduce a --nolock option in urpmi and urpmq.Rafael Garcia-Suarez2005-06-091-2/+4
| | | | | Use it for parallel distribution over ssh on localhost
* Implement -RR in urpmq to search through virtual packages as well. (bug 15895)Rafael Garcia-Suarez2005-05-201-1/+2
|
* - --synthesis don't exist, removing it from --dump-configOlivier Thauvin2005-04-281-1/+0
|
* s/Mandrake/Mandriva/Pablo Saratxaga2005-04-251-2/+2
|