Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Update comments to be in line with latest urpmq -R changes | Rafael Garcia-Suarez | 2005-01-27 | 1 | -1/+3 |
| | |||||
* | Patch by Guillaume Rousse to improve bash-completion for media names, via | Rafael Garcia-Suarez | 2005-01-27 | 1 | -0/+2 |
| | | | | | adding new optional arguments to the --list-media option of urpmq. | ||||
* | Avoid "urpmq -R" to walk through virtual provides; now only walk through | Rafael Garcia-Suarez | 2005-01-26 | 1 | -0/+1 |
| | | | | | provides that have an explicit comparison to a version number. | ||||
* | Remove redundant requires | Rafael Garcia-Suarez | 2005-01-24 | 1 | -3/+1 |
| | |||||
* | Happy new year | Rafael Garcia-Suarez | 2005-01-06 | 1 | -2/+2 |
| | |||||
* | fix virtual hdlist check (when fetching headers) | Olivier Blin | 2005-01-03 | 1 | -7/+5 |
| | |||||
* | Make urpmq work as non-root users when informations from rpm headers are | Rafael Garcia-Suarez | 2004-11-25 | 1 | -1/+3 |
| | | | | | requested. | ||||
* | Don't use 'and my' | Rafael Garcia-Suarez | 2004-11-25 | 1 | -3/+4 |
| | |||||
* | - add --search-media options: looking requested or package to update with ↵ | Olivier Thauvin | 2004-11-24 | 1 | -0/+2 |
| | | | | | | | --auto-select in given media - replace a die() by $urpm->{fatal}() | ||||
* | sort options in help | Rafael Garcia-Suarez | 2004-10-05 | 1 | -11/+11 |
| |