summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-0799-18/+1672
|
* with --urpmi-root, we do not use statedir_media_info_file to allow ↵Pascal Rigaux2008-07-072-1/+6
| | | | compatibility with older urpmi
* fix bug in previous commitPascal Rigaux2008-07-071-1/+1
|
* fix "urpme -a" (bug introduced in r243154 2008-07-02)Pascal Rigaux2008-07-071-1/+1
|
* adapt the error message: --install-src is allowed for non-root for some time,Pascal Rigaux2008-07-071-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 Rigaux2008-07-072-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 Rigaux2008-07-072-0/+4
|
* create file2absolute_file() and use itPascal Rigaux2008-07-072-2/+15
|
* updated russian translationPavel Maryanov2008-07-071-333/+353
|
* handle transaction set with only removed packagesPascal Rigaux2008-07-031-2/+3
| | | | | (for upcoming orphans handling)
* - add wc_l()Pascal Rigaux2008-07-031-2/+5
| | | | | - allow to give a backup extension to output_safe()
* create a varPascal Rigaux2008-07-031-1/+3
|
* factorizePascal Rigaux2008-07-031-5/+4
|
* simplifyPascal Rigaux2008-07-031-3/+1
|
* simplifyPascal Rigaux2008-07-031-2/+1
|
* - rewrite find_removed_from_basesystem()Pascal Rigaux2008-07-031-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 Rigaux2008-07-032-5/+5
| | | | system"
* re-indentPascal Rigaux2008-07-031-17/+19
|
* remove unused varsPascal Rigaux2008-07-031-8/+4
|
* nicer var namesPascal Rigaux2008-07-031-3/+3
|
* factorize options handlingPascal Rigaux2008-07-033-9/+16
|
* fix typo in r243151Pascal Rigaux2008-07-031-1/+1
|
* factorize codePascal Rigaux2008-07-031-14/+9
|
* - urpme:Pascal Rigaux2008-07-022-1/+9
| | | | | o indent the list of packages to be removed
* simplify: use same message in --test modePascal Rigaux2008-07-021-10/+10
|
* re-indent (for future commit)Pascal Rigaux2008-07-021-28/+29
|
* cleanupPascal Rigaux2008-07-021-3/+8
|
* there must still be args after parsing optionsPascal Rigaux2008-07-021-1/+1
|
* simplifyPascal Rigaux2008-07-021-1/+1
|
* much nicer var namePascal Rigaux2008-07-021-6/+6
|
* normalize options passing: through %options or $urpm->{options}Pascal Rigaux2008-07-022-15/+13
|
* cleanup var namePascal Rigaux2008-07-021-7/+9
|
* simplifyPascal Rigaux2008-07-011-1/+1
|
* create urpm::select::installed_leaves() out of rpm-find-leavesPascal Rigaux2008-07-012-30/+43
|
* use db_open_or_die_()Pascal Rigaux2008-07-012-2/+2
|
* create and use $urpmPascal Rigaux2008-07-011-2/+4
|
* create db_open_or_die_() and use itPascal Rigaux2008-07-014-6/+12
|
* simplify rpmdb_to_synthesis() prototypePascal Rigaux2008-07-012-3/+3
|
* add append_to_file()Pascal Rigaux2008-07-011-1/+8
|
* do cancel when pressing the No button (#41648)Thierry Vignaud2008-07-012-1/+3
|
* enhance rpm-find-leaves to handle versions in require/providesPascal Rigaux2008-06-301-2/+8
|
* add a testPascal Rigaux2008-06-302-0/+63
|
* comment bash-completion changePascal Rigaux2008-06-271-0/+1
|
* define urpmi completion as handling file names (#41699)Guillaume Rousse2008-06-271-1/+1
|
* cleanupPascal Rigaux2008-06-261-6/+7
|
* - urpmiPascal Rigaux2008-06-264-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 Rigaux2008-06-262-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)
* - urpmiPascal Rigaux2008-06-263-7/+8
| | | | | o fix displaying "files are missing" (regression introduced in 5.6)
* - all tools:Pascal Rigaux2008-06-242-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 Rigaux2008-06-241-2/+11
| | | | | (useful for next commit)