Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing mark | Olivier Blin | 2008-04-22 | 1 | -1/+1 |
| | |||||
* | - all tools: | Pascal Rigaux | 2008-02-27 | 1 | -2/+2 |
| | | | | | o cdrom:// replaces removable:// | ||||
* | create is_local_medium() and is_local_url() | Pascal Rigaux | 2008-02-27 | 1 | -1/+1 |
| | |||||
* | - -c option is no more (only kept for compatibility in urpmi.update) | Pascal Rigaux | 2008-02-25 | 1 | -1/+0 |
| | | | | | - {cachedir}/headers is not used anymore | ||||
* | at least display an error message on error | Pascal Rigaux | 2008-02-23 | 1 | -1/+2 |
| | |||||
* | drop obsolete code (remove_failed function already removed, and error handling | Pascal Rigaux | 2008-02-23 | 1 | -5/+0 |
| | | | | | is now much better in urpmi: it won't write urpmi.cfg until everything is ok) | ||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 1 | -1/+22 |
| | | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) | ||||
* | adapt --virtual usage description to its new features | Pascal Rigaux | 2008-02-21 | 1 | -2/+1 |
| | |||||
* | - 5.0 | Pascal Rigaux | 2008-01-11 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option | ||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2007-12-19 | 1 | -1/+0 |
| | | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :) | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -8/+7 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | create urpm->new_parse_cmdline and use it | Pascal Rigaux | 2007-12-12 | 1 | -2/+1 |
| | | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error) | ||||
* | - urpmi.addmedia: | Pascal Rigaux | 2007-12-05 | 1 | -23/+5 |
| | | | | | | | | o exit code 1 when a medium can't be added and simplifies a mess in urpmi.addmedia: this mess is not needed anymore since update_media() will exit on error | ||||
* | - all tools: | Pascal Rigaux | 2007-11-22 | 1 | -1/+1 |
| | | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage) | ||||
* | - urpmi, urpme | Pascal Rigaux | 2007-09-10 | 1 | -2/+1 |
| | | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | factorize handling of -q|--quiet and -v|--verbose for all tools | Pascal Rigaux | 2007-08-01 | 1 | -2/+0 |
| | | | | | this fixes -q option not handled by urpmi.update (#31890) | ||||
* | remove "\n" from error message for re-use in gurpmi.addmedia | Pascal Rigaux | 2007-05-09 | 1 | -1/+1 |
| | |||||
* | ensure comments end in po | Thierry Vignaud | 2007-03-27 | 1 | -5/+4 |
| | |||||
* | (usage) don't advertize twice --probe-hdlist | Thierry Vignaud | 2007-03-27 | 1 | -7/+12 |
| | |||||
* | oops, restore the check (it's only the variable we don't want) | Pascal Rigaux | 2006-12-14 | 1 | -0/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2006-12-14 | 1 | -4/+3 |
| | |||||
* | remove broken deprecated check | Pascal Rigaux | 2006-12-14 | 1 | -3/+0 |
| | | | | | ($type was "http:/", and so the elsif was always failing...) | ||||
* | don't document "-f" which does nothing, directly document "-f -f" | Pascal Rigaux | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | no urpmi.cfg is now a simple warning | Pascal Rigaux | 2006-12-01 | 1 | -1/+1 |
| | |||||
* | instead of displaying usage, say what's wrong | Pascal Rigaux | 2006-11-29 | 1 | -4/+2 |
| | |||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -0/+1 |
| | | | | | | | | | | | | - 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 | ||||
* | create urpm::removable out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -10/+11 |
| | |||||
* | deprecate [with <relative path of synthesis|hdlist>]: don't document it anymore | Pascal Rigaux | 2006-11-20 | 1 | -9/+6 |
| | |||||
* | create name2medium() and use it | Pascal Rigaux | 2006-11-13 | 1 | -3/+3 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -7/+7 |
| | |||||
* | Issue error messages on trying to retrieve hdlists in several locations only | Rafael Garcia-Suarez | 2006-09-27 | 1 | -3/+6 |
| | | | | | when the -v switch to urpmi.addmedia is used. | ||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -0/+1 |
| | |||||
* | Let urpmi.addmedia return an exit status of 1 when adding a media failed ↵ | Rafael Garcia-Suarez | 2006-08-01 | 1 | -0/+1 |
| | | | | (#23923) | ||||
* | Make options --interactive and --all-media independent in urpmi.addmedia. | Rafael Garcia-Suarez | 2006-06-12 | 1 | -15/+18 |
| | | | | | Plus spelling fixes. | ||||
* | - restore old behavior of urpmi.addmedia, add --all-media and --interactive ↵ | Olivier Thauvin | 2006-06-11 | 1 | -9/+15 |
| | | | | options | ||||
* | - make urpmi.addmedia asking media by media if they should be installed | Olivier Thauvin | 2006-06-10 | 1 | -0/+9 |
| | |||||
* | Fix error in in line synopsis | Rafael Garcia-Suarez | 2006-04-07 | 1 | -1/+1 |
| | |||||
* | Add a SIGINT handler for --distrib too | Rafael Garcia-Suarez | 2006-03-24 | 1 | -0/+4 |
| | |||||
* | Add a SIGINT handler to avoid adding media when interrupting hdlist download. | Rafael Garcia-Suarez | 2006-03-24 | 1 | -0/+4 |
| | |||||
* | Fix error reporting on missing "with" | Rafael Garcia-Suarez | 2006-03-21 | 1 | -2/+2 |
| | |||||
* | Lock the urpmi db when adding a new media (previously it was locked only on ↵ | Rafael Garcia-Suarez | 2006-03-20 | 1 | -1/+9 |
| | | | | update) | ||||
* | Die if unknown command-line options are given. | Rafael Garcia-Suarez | 2006-02-13 | 1 | -1/+1 |
| | |||||
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-24 | 1 | -1/+1 |
| | |||||
* | Remove documentation for options that don't exist, and improve documentation of | Rafael Garcia-Suarez | 2006-01-16 | 1 | -6/+1 |
| | | | | | --distrib. | ||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+2 |
| | |||||
* | Escape @< in double quoted string | Rafael Garcia-Suarez | 2005-11-03 | 1 | -1/+1 |
| | |||||
* | urpmi.addmedia --raw should add medium as ignored, since the new medium is just | Rafael Garcia-Suarez | 2005-10-25 | 1 | -0/+1 |
| | | | | | a config entry and wasn't initialised | ||||
* | One steps towards -T compliance | Rafael Garcia-Suarez | 2005-06-28 | 1 | -0/+3 |
| |