Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -3/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-07-08 | 4 | -2/+6 |
| | | | | | o handle --debug-librpm | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-07-08 | 2 | -1/+4 |
| | | | | | o --interactive: fix selecting "noauto" media (#39522) | ||||
* | skip non-updates media before doing ask_media | Pascal Rigaux | 2008-07-08 | 1 | -5/+6 |
| | | | | | | (for urpmi.addmedia --interactive), otherwise we prompt for a media, then discard it | ||||
* | allow "urpmi.addmedia --distrib --mirrorlist" to please blino (#40283) | Pascal Rigaux | 2008-07-08 | 3 | -4/+6 |
| | |||||
* | - urpme: | Pascal Rigaux | 2008-07-08 | 2 | -1/+5 |
| | | | | | | | o --test: display "Removal is possible" if no pb (#40584) (though i wonder what kind of issues could arise when testing transaction?) | ||||
* | make it more explicit we are actually testing removal, not really removing | Pascal Rigaux | 2008-07-08 | 1 | -1/+3 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-07-08 | 2 | -1/+3 |
| | | | | | o handle README.urpmi in utf8 (but not other encodings) (#41553) | ||||
* | fix translation (#41572) | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 |
| | |||||
* | - urpmq | Pascal Rigaux | 2008-07-08 | 5 | -2/+9 |
| | | | | | o add --obsoletes | ||||
* | fix doc: -P is deprecated for same time, do not refer to it | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-07-08 | 5 | -10/+15 |
| | | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm | ||||
* | update urpmi.pot | Pascal Rigaux | 2008-07-08 | 1 | -347/+383 |
| | |||||
* | 6.06.0 | Pascal Rigaux | 2008-07-07 | 2 | -1/+3 |
| | |||||
* | update | Pascal Rigaux | 2008-07-07 | 1 | -0/+85 |
| | |||||
* | check "urpmi --auto-select" and "urpme" correctly warn about new orphans | Pascal Rigaux | 2008-07-07 | 1 | -18/+53 |
| | |||||
* | fix detecting urpme creates a new orphan through "suggests" | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | use code from urpm::orphans | Pascal Rigaux | 2008-07-07 | 2 | -43/+3 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 99 | -18/+1672 |
| | |||||
* | with --urpmi-root, we do not use statedir_media_info_file to allow ↵ | Pascal Rigaux | 2008-07-07 | 2 | -1/+6 |
| | | | | compatibility with older urpmi | ||||
* | fix bug in previous commit | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | fix "urpme -a" (bug introduced in r243154 2008-07-02) | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | adapt the error message: --install-src is allowed for non-root for some time, | Pascal Rigaux | 2008-07-07 | 1 | -2/+1 |
| | | | | | | so the real pb here is $cachedir/partial being fucked up (occurs for example when /var is being removed during urpmi...) | ||||
* | what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs" | Pascal Rigaux | 2008-07-07 | 2 | -3/+2 |
| | | | | | | is wrong. Adapt to perl-URPM 3.18 way ($state->{rejected_already_installed}) which ensures we don't break things (eg: superuser--priority-upgrade.t test case) | ||||
* | o fix handling --urpmi-root <relative dir> | Pascal Rigaux | 2008-07-07 | 2 | -0/+4 |
| | |||||
* | create file2absolute_file() and use it | Pascal Rigaux | 2008-07-07 | 2 | -2/+15 |
| | |||||
* | updated russian translation | Pavel Maryanov | 2008-07-07 | 1 | -333/+353 |
| | |||||
* | handle transaction set with only removed packages | Pascal Rigaux | 2008-07-03 | 1 | -2/+3 |
| | | | | | (for upcoming orphans handling) | ||||
* | - add wc_l() | Pascal Rigaux | 2008-07-03 | 1 | -2/+5 |
| | | | | | - allow to give a backup extension to output_safe() | ||||
* | create a var | Pascal Rigaux | 2008-07-03 | 1 | -1/+3 |
| | |||||
* | factorize | Pascal Rigaux | 2008-07-03 | 1 | -5/+4 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-03 | 1 | -3/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-03 | 1 | -2/+1 |
| | |||||
* | - rewrite find_removed_from_basesystem() | Pascal Rigaux | 2008-07-03 | 1 | -15/+29 |
| | | | | | | | | - enhance find_removed_from_basesystem: do not return "basesystem" and "basesystem-minimal" when "basesystem" is removed only because "basesystem-minimal" is removed - create rejected_closure() and rejected_unsatisfied() | ||||
* | o enhance error message "Removing the following package will break your ↵ | Pascal Rigaux | 2008-07-03 | 2 | -5/+5 |
| | | | | system" | ||||
* | re-indent | Pascal Rigaux | 2008-07-03 | 1 | -17/+19 |
| | |||||
* | remove unused vars | Pascal Rigaux | 2008-07-03 | 1 | -8/+4 |
| | |||||
* | nicer var names | Pascal Rigaux | 2008-07-03 | 1 | -3/+3 |
| | |||||
* | factorize options handling | Pascal Rigaux | 2008-07-03 | 3 | -9/+16 |
| | |||||
* | fix typo in r243151 | Pascal Rigaux | 2008-07-03 | 1 | -1/+1 |
| | |||||
* | factorize code | Pascal Rigaux | 2008-07-03 | 1 | -14/+9 |
| | |||||
* | - urpme: | Pascal Rigaux | 2008-07-02 | 2 | -1/+9 |
| | | | | | o indent the list of packages to be removed | ||||
* | simplify: use same message in --test mode | Pascal Rigaux | 2008-07-02 | 1 | -10/+10 |
| | |||||
* | re-indent (for future commit) | Pascal Rigaux | 2008-07-02 | 1 | -28/+29 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-07-02 | 1 | -3/+8 |
| | |||||
* | there must still be args after parsing options | Pascal Rigaux | 2008-07-02 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-02 | 1 | -1/+1 |
| |