Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | much nicer var name | Pascal Rigaux | 2008-07-02 | 1 | -6/+6 |
| | |||||
* | normalize options passing: through %options or $urpm->{options} | Pascal Rigaux | 2008-07-02 | 2 | -15/+13 |
| | |||||
* | cleanup var name | Pascal Rigaux | 2008-07-02 | 1 | -7/+9 |
| | |||||
* | simplify | Pascal Rigaux | 2008-07-01 | 1 | -1/+1 |
| | |||||
* | create urpm::select::installed_leaves() out of rpm-find-leaves | Pascal Rigaux | 2008-07-01 | 2 | -30/+43 |
| | |||||
* | use db_open_or_die_() | Pascal Rigaux | 2008-07-01 | 2 | -2/+2 |
| | |||||
* | create and use $urpm | Pascal Rigaux | 2008-07-01 | 1 | -2/+4 |
| | |||||
* | create db_open_or_die_() and use it | Pascal Rigaux | 2008-07-01 | 4 | -6/+12 |
| | |||||
* | simplify rpmdb_to_synthesis() prototype | Pascal Rigaux | 2008-07-01 | 2 | -3/+3 |
| | |||||
* | add append_to_file() | Pascal Rigaux | 2008-07-01 | 1 | -1/+8 |
| | |||||
* | do cancel when pressing the No button (#41648) | Thierry Vignaud | 2008-07-01 | 2 | -1/+3 |
| | |||||
* | enhance rpm-find-leaves to handle versions in require/provides | Pascal Rigaux | 2008-06-30 | 1 | -2/+8 |
| | |||||
* | add a test | Pascal Rigaux | 2008-06-30 | 2 | -0/+63 |
| | |||||
* | comment bash-completion change | Pascal Rigaux | 2008-06-27 | 1 | -0/+1 |
| | |||||
* | define urpmi completion as handling file names (#41699) | Guillaume Rousse | 2008-06-27 | 1 | -1/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-06-26 | 1 | -6/+7 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-06-26 | 4 | -14/+28 |
| | | | | | | | o display a message "Package foo is already installed" when asking "urpmi foo bar" and only installing bar (#41593) (requires perl-URPM 3.16) | ||||
* | - urpmi: | Pascal Rigaux | 2008-06-26 | 2 | -18/+29 |
| | | | | | | o "missing file" and "bad rpms" errors are reported asap and are fatal errors unless the user wants to go on anyway (or --force) | ||||
* | - urpmi | Pascal Rigaux | 2008-06-26 | 3 | -7/+8 |
| | | | | | o fix displaying "files are missing" (regression introduced in 5.6) |