Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | we really don't want logs on stdout for urpmq/urpmf | Pascal Rigaux | 2007-06-19 | 1 | -2/+3 |
| | | | | | (esp. for "adding medium ..." when using --use-distrib) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -3/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2007-03-07 | 1 | -8/+9 |
| | |||||
* | fixed ngettext use | Pablo Saratxaga | 2007-02-21 | 1 | -4/+6 |
| | |||||
* | add option "-m" in usage (was already documented in manpage) | Pascal Rigaux | 2007-02-14 | 1 | -5/+3 |
| | |||||
* | explain --whatrequires-recursive when {debug} | Pascal Rigaux | 2007-01-26 | 1 | -8/+19 |
| | |||||
* | from_utf8 no more needed with: new perl-URPM + new perl-Locale-gettext + ↵ | Pascal Rigaux | 2007-01-19 | 1 | -37/+41 |
| | | | | "use open ':locale'" | ||||
* | use uniq() and factorize | Pascal Rigaux | 2007-01-11 | 1 | -1/+2 |
| | |||||
* | cleanup: @headers is independent of the "foreach my $medium", moving it out ↵ | Pascal Rigaux | 2007-01-11 | 1 | -10/+14 |
| | | | | of the loop | ||||
* | directly set $urpm->{root}, it's simpler | Pascal Rigaux | 2006-11-29 | 1 | -4/+4 |
| | | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it) | ||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -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 twice | Pascal Rigaux | 2006-11-23 | 1 | -6/+6 |
| | | | | | non-exclusive | ||||
* | move many functions from urpm.pm to new module urpm/select.pm | Pascal Rigaux | 2006-11-21 | 1 | -3/+4 |
| | |||||
* | - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgs | Pascal Rigaux | 2006-11-21 | 1 | -2/+3 |
| | | | | | - move urpm::get_source_packages() -> urpm::get_pkgs::selected2list() | ||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -3/+4 |
| | |||||
* | move lock functions to urpm::sys | Pascal Rigaux | 2006-11-21 | 1 | -4/+4 |
| | |||||
* | don't use obsolete method download_source_packages anymore. | Pascal Rigaux | 2006-11-20 | 1 | -1/+2 |
| | | | | | nb: not handling anymore urpmq on removable media with no hdlist (does it exist?) | ||||
* | cleanup | Pascal Rigaux | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2006-11-20 | 1 | -9/+8 |
| | |||||
* | rename {skip} into {cmdline_skiplist} (neater) | Pascal Rigaux | 2006-11-20 | 1 | -1/+1 |
| | |||||
* | - {nodepslist} now implies {no_skiplist} | Pascal Rigaux | 2006-11-20 | 1 | -8/+6 |
| | | | | | | - drop {noinstalling}, use {nodepslist} instead (since {noinstalling} is only used when {nodepslist} is set) | ||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -14/+14 |
| | |||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -0/+1 |
| | |||||
* | Die if unknown command-line options are given. | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Make --ignorearch really work by overriding a package subroutine (not very | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+3 |
| | | | | | clean, but fast) | ||||
* | Add ignorearch option to urpmq | Rafael Garcia-Suarez | 2006-02-13 | 1 | -0/+2 |
| | |||||
* | Use stdout for informational messages, not stderr | Rafael Garcia-Suarez | 2006-02-08 | 1 | -2/+2 |
| | |||||
* | Escape media names in the output of urpmq --dump-config (based on a patch by | Rafael Garcia-Suarez | 2006-01-24 | 1 | -7/+16 |
| | | | | | Michael Scherer) | ||||
* | Remove force_local download option (which was always on) | Rafael Garcia-Suarez | 2006-01-13 | 1 | -1/+1 |
| | |||||
* | Fix minor locking bug in urpmq | Rafael Garcia-Suarez | 2006-01-11 | 1 | -1/+1 |
| | |||||
* | Drop the urpmq --headers options (and the requirement on rpmtools). It | Rafael Garcia-Suarez | 2005-12-06 | 1 | -52/+2 |
| | | | | | was only used by the late rpminst. | ||||
* | One of the calls to rpm2header still used PATH | Rafael Garcia-Suarez | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+2 |
| | |||||
* | Better error message when rpm2header isn't installed | Rafael Garcia-Suarez | 2005-11-07 | 1 | -1/+6 |
| | |||||
* | Avoid useless use of cat | Rafael Garcia-Suarez | 2005-11-04 | 1 | -4/+10 |
| | |||||
* | Better error messages when urpmq fails to read cz archives | Rafael Garcia-Suarez | 2005-11-04 | 1 | -2/+2 |
| | |||||
* | Fix opening of hdlists when non-root. | Rafael Garcia-Suarez | 2005-11-03 | 1 | -9/+20 |
| | | | | | | Better failure handling. Remove MDK::Common functions. | ||||
* | Use MDV::Packdrakeng instead of deprecated wrapper | Rafael Garcia-Suarez | 2005-11-02 | 1 | -7/+9 |
| | |||||
* | small changes to translatable strings, to avoid duplication | Pablo Saratxaga | 2005-10-27 | 1 | -3/+2 |
| | | | | | and to reuse existing translations when possible | ||||
* | Don't let urpmq lock the urpmi db if it only dumps the configuration | Rafael Garcia-Suarez | 2005-10-27 | 1 | -2/+3 |
| | |||||
* | Document --summary option to urpmq. | Rafael Garcia-Suarez | 2005-06-13 | 1 | -0/+1 |
| | | | | | Add -S as an alias for --summary. | ||||
* | Extract headers only once | Rafael Garcia-Suarez | 2005-06-10 | 1 | -1/+2 |
| | |||||
* | Introduce a --nolock option in urpmi and urpmq. | Rafael Garcia-Suarez | 2005-06-09 | 1 | -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-Suarez | 2005-05-20 | 1 | -1/+2 |
| | |||||
* | - --synthesis don't exist, removing it from --dump-config | Olivier Thauvin | 2005-04-28 | 1 | -1/+0 |
| | |||||
* | s/Mandrake/Mandriva/ | Pablo Saratxaga | 2005-04-25 | 1 | -2/+2 |
| | |||||
* | Unify same help messages | Rafael Garcia-Suarez | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | Add a --summary option to urpmq. | Rafael Garcia-Suarez | 2005-03-14 | 1 | -1/+6 |
| | | | | | Patch by Michael Scherer, slightly reworked (bug 14513) | ||||
* | Fix bug 13946: output from urpmq not converted from utf-8 when under a | Rafael Garcia-Suarez | 2005-02-24 | 1 | -9/+14 |
| | | | | | non-utf-8 locale. | ||||
* | Print usage messages to stdout, not stderr | Rafael Garcia-Suarez | 2005-02-01 | 1 | -1/+1 |
| |