summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+5
|
* (find_packages_to_remove) simplify case where only name was givenThierry Vignaud2012-06-081-1/+0
| | | | (URPM::traverse_tag() already perfomed the check for us...)
* (_install_src) simplifyThierry Vignaud2012-06-081-1/+2
|
* (_verify_rpm) let rpmdrake pass 'basename' option againThierry Vignaud2012-06-081-2/+1
|
* (_finish) split it out of run()Thierry Vignaud2012-06-081-5/+13
|
* (run) simplifyThierry Vignaud2012-06-081-3/+2
|
* (_run_transaction,run) try to make more readable by having less dereferencingThierry Vignaud2012-06-081-11/+16
|
* (_run_transaction) split it out of run()Thierry Vignaud2012-06-081-44/+57
|
* one less variable to pass aroundThierry Vignaud2012-06-081-4/+5
|
* (_download_all, _install_src, _init_common_options,Thierry Vignaud2012-06-081-10/+10
| | | | | | | | _run_parallel_transaction) pass less arguments now that we have package scope variables which also fix a bug in newly introduced _install_src() where it would increment $nok w/o any actual side effect in run()
* make some global variables having package scopeThierry Vignaud2012-06-081-2/+7
|
* (run) drop unused env variableThierry Vignaud2012-06-081-2/+2
|
* (_run_parallel_transaction) split it out of run()Thierry Vignaud2012-06-081-9/+14
|
* (_log_installing) split it out of run()Thierry Vignaud2012-06-081-9/+14
|
* (run) add some commentsThierry Vignaud2012-06-081-0/+8
|
* (_init_common_options) split it out of run()Thierry Vignaud2012-06-081-15/+20
|
* (_handle_removable_media) split it out of run()Thierry Vignaud2012-06-081-8/+13
|
* (_continue_on_error) split it out of run()Thierry Vignaud2012-06-081-16/+22
|
* (_install_src) split it out of run()Thierry Vignaud2012-06-081-14/+19
|
* (_verify_rpm) split it out of run()Thierry Vignaud2012-06-081-14/+19
|
* (_download_all) split it out of run()Thierry Vignaud2012-06-081-28/+33
|
* (_download_callback) split it out of _download_packages()Thierry Vignaud2012-06-081-5/+9
|
* (_download_packages) split it out of run()Thierry Vignaud2012-06-081-42/+41
|
* use newly introduced any()Thierry Vignaud2012-06-083-5/+5
|
* (any) introduce it from MDK::CommonThierry Vignaud2012-06-081-0/+7
| | | | (needed for next commit)
* (_register_media_cfg) simplify using member()Thierry Vignaud2012-06-081-2/+2
|
* (run) fix downloading twice noarch packages on x86_64 with --download-all ↵Thierry Vignaud2012-06-081-0/+3
| | | | | | | (mga#4867)) (w/o introducing testsuite regressions like previous fix) (reducing side effects to the download-all code)
* revert commit r3849 from Mar 26 2012 as it causes a testsuiteThierry Vignaud2012-06-081-6/+1
| | | | | | | | | regression: "(selected2local_and_blists) prevent having duplicate packages in blists (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867))"
* urpmi: do not print orphans message when no package is orphanOlivier Blin2012-04-191-3/+3
|
* s/cooker/cauldron/Thierry Vignaud2012-04-081-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-271-1/+1
|
* (apply_delta_rpm) do not reinvent ->fullnameThierry Vignaud2012-03-271-1/+1
|
* silent perl_checkerThierry Vignaud2012-03-274-31/+31
|
* (selected2local_and_blists) silent perl_checkerThierry Vignaud2012-03-261-1/+1
|
* sort imported functionsThierry Vignaud2012-03-261-1/+1
|
* (selected2local_and_blists) prevent having duplicate packages in blistsThierry Vignaud2012-03-261-1/+6
| | | | | (thus fixing downloading twice noarch packages on x86_64 with --download-all (mga#4867))
* (run) perl_checker cleanupThierry Vignaud2012-03-261-2/+2
| | | | | that's the only commit from the cleaning branch that will land before the mga2 release
* (parse_media) fix debug statement to actually output valuesThierry Vignaud2012-03-211-1/+1
| | | | | | | | also tag it as translatable (sprintf() could have been used) bug introduced by cfergeau in r255088 on Mar 30 2009 which gratuitously drop the N() call: "Downgrade cryptic log message to debug message, fixes #49226"
* (format_line_selected_packages) align columns headers to the columns values ↵Thierry Vignaud2012-03-191-1/+1
| | | | in package list
* Revert " (translate_why_removed_one) help perl_checker"Thierry Vignaud2012-03-191-1/+1
| | | | | This reverts commit r2878 from Feb 1 2012 (perl_checker has better knowledge of URPM now)
* (find_packages_to_remove) Revert "help perl_checker"Thierry Vignaud2012-03-191-5/+5
| | | | | This reverts commit r2945 from Feb 14 2012 (perl_checker has better fake packages now)
* fix data structure example in podGuillaume Rousse2012-03-071-1/+2
|
* (install) fix circular reference that defeats perl's GCThierry Vignaud2012-03-051-1/+2
| | | | | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...) regression introduced in commit r2946 on 2012-02-14 (was: '(install) --test: do not display "More information on package"')
* (install) explicitely close the RPM DB after each transactionThierry Vignaud2012-03-051-0/+4
| | | | | | | | | | | | | | | | else we keep the RPM DB open several times until rpm fails: created transaction for installing on / (remove=0, install=0, upgrade=8) error: rpmdb: Lock table is out of available locker entries error: cannot open Basenames index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Group index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Requirename index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries error: cannot open Triggername index using db4 - Cannot allocate memory (12) error: rpmdb: Lock table is out of available locker entries (...)
* warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)Thierry Vignaud2012-03-051-4/+4
|
* perl_checker cleanupThierry Vignaud2012-03-051-1/+1
|
* urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969)Thierry Vignaud2012-02-271-1/+4
|
* (handle_need_restart) enable to test "should restart" againThierry Vignaud2012-02-271-1/+1
| | | | | it didn't work since commit r263652 on Tue Nov 24 2009 (was: "(handle_need_restart) do not advice to reboot when inside a chroot")
* (migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db whenThierry Vignaud2012-02-211-0/+12
| | | | installing mga1 in a chroot from mga2+ (mga#4590)
* (sub migrate_back_rpmdb_db_to_hash_8) split it out of ↵Thierry Vignaud2012-02-211-1/+10
| | | | | | migrate_back_rpmdb_db_version() (needed for next commit)