Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | - all tools: | Pascal Rigaux | 2008-06-24 | 2 | -3/+28 |
| | | | | | | | | o statedir files are now in /var/lib/urpmi/<medium-name>/ for eg: /var/lib/urpmi/synthesis.hdlist.<medium-name> is now /var/lib/urpmi/<medium-name>/synthesis.hdlist.cz it allows easier medium update without using urpmi.update (#31893) | ||||
* | use @media_info_prefix_suffix and statedir_media_info_file() | Pascal Rigaux | 2008-06-24 | 1 | -2/+11 |
| | | | | | (useful for next commit) | ||||
* | empty_dir() is a better name, clean_dir() will be used for just removing the dir | Pascal Rigaux | 2008-06-24 | 2 | -2/+7 |
| | |||||
* | create statedir_media_info_basename() and use it | Pascal Rigaux | 2008-06-24 | 1 | -3/+8 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-06-24 | 1 | -8/+7 |
| | |||||
* | o fix --replacepkgs when a same package appears more than once in urpmi db | Pascal Rigaux | 2008-06-23 | 2 | -3/+2 |
| | |||||
* | fixed in perl-URPM 3.15 | Pascal Rigaux | 2008-06-23 | 1 | -3/+2 |
| | |||||
* | update | Pascal Rigaux | 2008-06-17 | 1 | -0/+4 |
| | |||||
* | urpmi: set connection timeout for rsync as well | Anssi Hannula | 2008-06-15 | 2 | -0/+4 |
| |