Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 compatibil... | Pascal Rigaux | 2008-07-07 | 2 | -1/+6 |
* | 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 |
* | what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs" | Pascal Rigaux | 2008-07-07 | 2 | -3/+2 |
* | 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 |
* | - add wc_l() | Pascal Rigaux | 2008-07-03 | 1 | -2/+5 |
* | 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 |
* | o enhance error message "Removing the following package will break your sys... | Pascal Rigaux | 2008-07-03 | 2 | -5/+5 |
* | 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 |
* | 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 |