/[soft]/rpm/urpmi/trunk
ViewVC logotype

Log of /rpm/urpmi/trunk

View Directory Listing Directory Listing


Sticky Revision:


Revision 4855 - Directory Listing
Modified Fri Jun 8 18:50:53 2012 UTC (11 years, 10 months ago) by tv
(run) fix downloading twice noarch packages on x86_64 with --download-all (mga#4867))

(w/o introducing testsuite regressions like previous fix)
(reducing side effects to the download-all code)

Revision 4854 - Directory Listing
Modified Fri Jun 8 18:50:50 2012 UTC (11 years, 10 months ago) by tv
revert commit r3849 from Mar 26 2012 as it causes a testsuite
regression:

"(selected2local_and_blists) prevent having duplicate packages in blists

 (thus fixing downloading twice noarch packages on x86_64 with
 --download-all (mga#4867))"

Revision 4853 - Directory Listing
Modified Fri Jun 8 18:50:46 2012 UTC (11 years, 10 months ago) by tv
fix testsuite faillure introduced in commit r3103 on Feb 27 2012:

"fix urpmi failing silently and with exit status 0 when package
 installation fails due to either conflicts (mdv#63072) or to
 unselecting package (inspirated by mdv, mdv#63940)"

urpmi now exit with 17 instead of 0 in that case unless we comment
"$exit_code ||= $urpm::postponed_code;" in urpmi

Revision 4852 - Directory Listing
Modified Fri Jun 8 18:50:43 2012 UTC (11 years, 10 months ago) by tv
(system_should_partially_fail,urpmi_partial) introduce them for next commit

Revision 4851 - Directory Listing
Modified Fri Jun 8 18:50:40 2012 UTC (11 years, 10 months ago) by tv
(test_exotic_medium_name) skip test when building as root in /root

else File::Path::mkpath() in urpm::create_var_lib_rpm() tries to
create directories in /root/rpmbuild/urpmi*/t/root (but as nobody),
thus it stat every directory in $PWD, which fails (due to permissions!)
then try to create them which fails (due to directory already existing)

another solution would be to use a mkstemp()ed directory in TMPDIR...

Revision 4850 - Directory Listing
Modified Fri Jun 8 18:50:37 2012 UTC (11 years, 10 months ago) by tv
include missing files for testsuite

this fixes running testsuite when building package (which was broken
for quite a _looong_ time...)

Revision 4849 - Directory Listing
Modified Fri Jun 8 18:50:32 2012 UTC (11 years, 10 months ago) by tv
fix 4years+ old warning when running testsuite

-option --src is deprecated by --buildrequires since commit r233081 by
pixel on Fri Jan 18 2008...

Revision 4542 - Directory Listing
Modified Thu May 17 08:15:29 2012 UTC (11 years, 11 months ago) by tv
fix -m option not showing media names (mga#5916)

Revision 4535 - Directory Listing
Modified Wed May 16 17:32:01 2012 UTC (11 years, 11 months ago) by dglent
Update Greek translation

Revision 4228 - Directory Listing
Modified Mon Apr 23 22:53:38 2012 UTC (11 years, 11 months ago) by piratu
updated Romanian translation

Revision 4192 - Directory Listing
Modified Mon Apr 23 17:27:38 2012 UTC (11 years, 11 months ago) by tv
6.48.1

Revision 4191 - Directory Listing
Modified Mon Apr 23 17:27:35 2012 UTC (11 years, 11 months ago) by tv
add missing bug reference

Revision 4139 - Directory Listing
Modified Thu Apr 19 08:41:37 2012 UTC (11 years, 11 months ago) by blino
urpmi: do not print orphans message when no package is orphan

Revision 4040 - Directory Listing
Modified Thu Apr 12 20:02:37 2012 UTC (12 years ago) by akien
Adding of a few missing French translations (urpmi, drakx-kbd-mouse-x11)

Revision 3999 - Directory Listing
Modified Sun Apr 8 11:19:04 2012 UTC (12 years ago) by tv
s/cooker/cauldron/

Revision 3998 - Directory Listing
Modified Sun Apr 8 11:18:58 2012 UTC (12 years ago) by tv
kill mdv reference in man pages (#5277)

Revision 3983 - Directory Listing
Modified Sat Apr 7 06:53:09 2012 UTC (12 years ago) by dglent
Update Greek translation

Revision 3976 - Directory Listing
Modified Fri Apr 6 10:29:56 2012 UTC (12 years ago) by remmy
Updated Dutch translation


Revision 3861 - Directory Listing
Modified Tue Mar 27 17:15:23 2012 UTC (12 years ago) by tv
perl_checker cleanups

Revision 3860 - Directory Listing
Modified Tue Mar 27 17:15:20 2012 UTC (12 years ago) by tv
(apply_delta_rpm) do not reinvent ->fullname

Revision 3859 - Directory Listing
Modified Tue Mar 27 17:15:17 2012 UTC (12 years ago) by tv
(urpmq --not-available) do not reinvent (slower)  ->fullname

introduced by cfergeau in 262492 on Oct 21 2009:

    add --not-available option to urpmq

    Patch from Pascal Terjan, fixes bug #51418

Revision 3858 - Directory Listing
Modified Tue Mar 27 17:15:14 2012 UTC (12 years ago) by tv
XML::LibXML::Reader is now in perl_checker's fake packages

Revision 3857 - Directory Listing
Modified Tue Mar 27 17:15:11 2012 UTC (12 years ago) by tv
blacklist some sub modules instead of some main modules in order to be
able to check more method calls

Revision 3856 - Directory Listing
Modified Tue Mar 27 17:15:08 2012 UTC (12 years ago) by tv
silent perl_checker

Revision 3855 - Directory Listing
Modified Tue Mar 27 17:15:05 2012 UTC (12 years ago) by tv
sort imported functions

Revision 3853 - Directory Listing
Modified Tue Mar 27 17:15:01 2012 UTC (12 years ago) by tv
perl_checker cleanup

Revision 3852 - Directory Listing
Modified Mon Mar 26 20:28:15 2012 UTC (12 years ago) by tv
6.48

Revision 3851 - Directory Listing
Modified Mon Mar 26 20:23:22 2012 UTC (12 years ago) by tv
(selected2local_and_blists) silent perl_checker

Revision 3850 - Directory Listing
Modified Mon Mar 26 20:23:19 2012 UTC (12 years ago) by tv
sort imported functions

Revision 3849 - Directory Listing
Modified Mon Mar 26 20:20:33 2012 UTC (12 years ago) by tv
(selected2local_and_blists) prevent having duplicate packages in blists

(thus fixing downloading twice noarch packages on x86_64 with
--download-all (mga#4867))

Revision 3848 - Directory Listing
Modified Mon Mar 26 20:20:30 2012 UTC (12 years ago) by tv
(run) perl_checker cleanup

that's the only commit from the cleaning branch that will land before
the mga2 release

Revision 3791 - Directory Listing
Modified Sun Mar 25 11:10:17 2012 UTC (12 years ago) by tv
install perl-Glib & perl-Gtk2 as priority upgrades prior to restart (mga#5066)

Revision 3681 - Directory Listing
Modified Fri Mar 23 00:44:32 2012 UTC (12 years ago) by jacen
Translating string from reported bug #484 and some other strings :p

Revision 3668 - Directory Listing
Modified Thu Mar 22 16:59:38 2012 UTC (12 years ago) by matteo
updated Italian translation

Revision 3666 - Directory Listing
Modified Thu Mar 22 16:32:20 2012 UTC (12 years ago) by yurchor
Ukrainian translation update. Thanks, developers. :(

Revision 3665 - Directory Listing
Modified Thu Mar 22 16:12:56 2012 UTC (12 years ago) by filip
Slovenian translation sync with code

Revision 3664 - Directory Listing
Modified Thu Mar 22 15:39:37 2012 UTC (12 years ago) by obgr_seneca
- Updated German translation

Revision 3660 - Directory Listing
Modified Thu Mar 22 14:58:34 2012 UTC (12 years ago) by mareklaane
Updated Estonian translation.



Revision 3643 - Directory Listing
Modified Wed Mar 21 08:04:48 2012 UTC (12 years ago) by tv
tidyfy

Revision 3642 - Directory Listing
Modified Wed Mar 21 07:58:58 2012 UTC (12 years ago) by tv
import a few translations from mdv's urpmi

Revision 3641 - Directory Listing
Modified Wed Mar 21 07:57:18 2012 UTC (12 years ago) by tv
restore translations from just before latest sync after cfergeau commit

(cf previous commit)

Revision 3640 - Directory Listing
Modified Wed Mar 21 07:57:12 2012 UTC (12 years ago) by tv
sync with code

Revision 3639 - Directory Listing
Modified Wed Mar 21 07:57:08 2012 UTC (12 years ago) by tv
(parse_media) fix debug statement to actually output values

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"

Revision 3638 - Directory Listing
Modified Wed Mar 21 07:57:05 2012 UTC (12 years ago) by tv
include older NEWS

Revision 3595 - Directory Listing
Modified Mon Mar 19 20:10:43 2012 UTC (12 years, 1 month ago) by tv
better log

Revision 3594 - Directory Listing
Modified Mon Mar 19 20:08:20 2012 UTC (12 years, 1 month ago) by tv
(format_line_selected_packages) align columns headers to the columns values in package list

Revision 3593 - Directory Listing
Modified Mon Mar 19 19:37:11 2012 UTC (12 years, 1 month ago) by guillomovitch
describe changes

Revision 3592 - Directory Listing
Modified Mon Mar 19 19:36:58 2012 UTC (12 years, 1 month ago) by guillomovitch
bump version

Revision 3564 - Directory Listing
Modified Mon Mar 19 11:49:19 2012 UTC (12 years, 1 month ago) by tv
Revert " (translate_why_removed_one) help perl_checker"

This reverts commit r2878 from Feb 1 2012
(perl_checker has better knowledge of URPM now)

Revision 3563 - Directory Listing
Modified Mon Mar 19 11:48:09 2012 UTC (12 years, 1 month ago) by tv
(find_packages_to_remove) Revert "help perl_checker"

This reverts commit r2945 from Feb 14 2012
(perl_checker has better fake packages now)

Revision 3547 - Directory Listing
Modified Fri Mar 16 20:18:00 2012 UTC (12 years, 1 month ago) by tv
enforce GC' style

Revision 3530 - Directory Listing
Modified Thu Mar 15 20:55:26 2012 UTC (12 years, 1 month ago) by guillomovitch
force rpm completion functions loading before calling them (fix #4937)

Revision 3460 - Directory Listing
Modified Wed Mar 14 19:05:27 2012 UTC (12 years, 1 month ago) by guillomovitch
revert to using urpmq --list for producing packages list, as suggested by Richard Neill, but keep using grep for filtering result (#373)

Revision 3443 - Directory Listing
Modified Tue Mar 13 08:19:27 2012 UTC (12 years, 1 month ago) by matteo
updated Italian translation

Revision 3387 - Directory Listing
Modified Sun Mar 11 18:52:06 2012 UTC (12 years, 1 month ago) by dglent
Update Greek translation

Revision 3350 - Directory Listing
Modified Sat Mar 10 14:35:30 2012 UTC (12 years, 1 month ago) by petos
updated Czech translation

Revision 3339 - Directory Listing
Modified Sat Mar 10 13:06:23 2012 UTC (12 years, 1 month ago) by obgr_seneca
- Updated Catalan translations

Revision 3308 - Directory Listing
Modified Sat Mar 10 10:55:11 2012 UTC (12 years, 1 month ago) by mareklaane
Updated Estonian translation.



Revision 3306 - Directory Listing
Modified Sat Mar 10 08:43:50 2012 UTC (12 years, 1 month ago) by remmy
Updated Dutch translation


Revision 3295 - Directory Listing
Modified Fri Mar 9 10:26:15 2012 UTC (12 years, 1 month ago) by obgr_seneca
- Updated German translations

Revision 3280 - Directory Listing
Modified Thu Mar 8 20:16:52 2012 UTC (12 years, 1 month ago) by akien
Update of the French translation of urpmi.

Revision 3279 - Directory Listing
Modified Thu Mar 8 19:57:33 2012 UTC (12 years, 1 month ago) by obgr_seneca
fixed the pot file so it passes msgfmt

Revision 3278 - Directory Listing
Modified Thu Mar 8 19:22:19 2012 UTC (12 years, 1 month ago) by filip
updated Slovenian translation

Revision 3265 - Directory Listing
Modified Thu Mar 8 17:04:08 2012 UTC (12 years, 1 month ago) by filip
updated Slovenian translation

Revision 3262 - Directory Listing
Modified Thu Mar 8 14:28:55 2012 UTC (12 years, 1 month ago) by filip
updated Slovenian translation

Revision 3255 - Directory Listing
Modified Wed Mar 7 21:44:29 2012 UTC (12 years, 1 month ago) by guillomovitch
rework options lists, and wrap long lines

Revision 3254 - Directory Listing
Modified Wed Mar 7 21:40:16 2012 UTC (12 years, 1 month ago) by guillomovitch
use 4 spaces as indentation step

Revision 3253 - Directory Listing
Modified Wed Mar 7 21:31:29 2012 UTC (12 years, 1 month ago) by guillomovitch
new attempt to use pre-computed package name files to complete on package names

Revision 3252 - Directory Listing
Modified Wed Mar 7 21:04:22 2012 UTC (12 years, 1 month ago) by guillomovitch
more whitespace cleanup

Revision 3251 - Directory Listing
Modified Wed Mar 7 21:03:42 2012 UTC (12 years, 1 month ago) by guillomovitch
fix the mix of tab and spaces

Revision 3250 - Directory Listing
Modified Wed Mar 7 20:55:11 2012 UTC (12 years, 1 month ago) by guillomovitch
fix data structure example in pod

Revision 3249 - Directory Listing
Modified Wed Mar 7 20:39:32 2012 UTC (12 years, 1 month ago) by guillomovitch
add --replacefiles to option list

Revision 3248 - Directory Listing
Modified Wed Mar 7 20:38:38 2012 UTC (12 years, 1 month ago) by guillomovitch
make --searchmedia complete on available media list

Revision 3203 - Directory Listing
Modified Mon Mar 5 19:01:46 2012 UTC (12 years, 1 month ago) by tv
6.46

Revision 3202 - Directory Listing
Modified Mon Mar 5 19:01:43 2012 UTC (12 years, 1 month ago) by tv
(install) fix circular reference that defeats perl's GC

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"')

Revision 3201 - Directory Listing
Modified Mon Mar 5 19:01:40 2012 UTC (12 years, 1 month ago) by tv
(install) explicitely close the RPM DB after each transaction

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
(...)

Revision 3200 - Directory Listing
Modified Mon Mar 5 19:01:37 2012 UTC (12 years, 1 month ago) by tv
warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)

Revision 3198 - Directory Listing
Modified Mon Mar 5 19:01:31 2012 UTC (12 years, 1 month ago) by tv
perl_checker cleanup

Revision 3162 - Directory Listing
Modified Thu Mar 1 19:43:48 2012 UTC (12 years, 1 month ago) by yurchor
Ukrainian translation update

Revision 3143 - Directory Listing
Modified Thu Mar 1 14:09:34 2012 UTC (12 years, 1 month ago) by matteo
updated Italian translation

Revision 3106 - Directory Listing
Modified Mon Feb 27 20:56:54 2012 UTC (12 years, 1 month ago) by tv
sync with code

Revision 3105 - Directory Listing
Modified Mon Feb 27 20:49:40 2012 UTC (12 years, 1 month ago) by tv
sync with code

Revision 3104 - Directory Listing
Modified Mon Feb 27 20:49:36 2012 UTC (12 years, 1 month ago) by tv
urpmq: fix non-zero exit code if .rpm file was not found (POK, mdv#64969)

Revision 3103 - Directory Listing
Modified Mon Feb 27 20:49:33 2012 UTC (12 years, 1 month ago) by tv
fix urpmi failing silently and with exit status 0 when package
installation fails due to either conflicts (mdv#63072) or to
unselecting package (inspirated by mdv, mdv#63940)

Revision 3102 - Directory Listing
Modified Mon Feb 27 20:49:30 2012 UTC (12 years, 1 month ago) by tv
better log for misc commit

Revision 3101 - Directory Listing
Modified Mon Feb 27 20:49:27 2012 UTC (12 years, 1 month ago) by tv
sort

Revision 3100 - Directory Listing
Modified Mon Feb 27 20:49:25 2012 UTC (12 years, 1 month ago) by tv
(handle_need_restart) enable to test "should restart" again

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")

Revision 3094 - Directory Listing
Modified Mon Feb 27 20:42:17 2012 UTC (12 years, 1 month ago) by tv
(system_should_fail) on some error questions ("Do you want to...
(y/N)?"), urpmi doesn't output "\n", which breaks parsing:

t/superuser--handle-conflict-deps2.t ............................
Failed 2/18 subtests
(...)
Test Summary Report
-------------------
t/superuser--handle-conflict-deps2.t                          (Wstat: 0 Tests: 16 Failed: 0)
  Parse errors: Tests out of sequence.  Found (6) but expected (5)
                Tests out of sequence.  Found (7) but expected (6)
                Tests out of sequence.  Found (8) but expected (7)
                Tests out of sequence.  Found (9) but expected (8)
                Tests out of sequence.  Found (10) but expected (9)
Displayed the first 5 of 13 TAP syntax errors.
Re-run prove with the -p option to see them all.

eg:
Continue installation anyway? (Y/n) ok 5 - should fail: echo n | perl -I.. ../urpmi --urpmi-root /urpmi/t/root -q c-2 d1-2

Revision 3035 - Directory Listing
Modified Thu Feb 23 15:43:38 2012 UTC (12 years, 1 month ago) by akien
Uploaded all the French translations from Transifex

Revision 3011 - Directory Listing
Modified Tue Feb 21 17:49:23 2012 UTC (12 years, 1 month ago) by tv
(migrate_back_rpmdb_db_to_4_6) downgrade from rpm-4.9 to 4.8 db when
installing mga1 in a chroot from mga2+ (mga#4590)

Revision 3010 - Directory Listing
Modified Tue Feb 21 17:49:20 2012 UTC (12 years, 1 month ago) by tv
(sub migrate_back_rpmdb_db_to_hash_8) split it out of migrate_back_rpmdb_db_version()

(needed for next commit)

Revision 3009 - Directory Listing
Modified Tue Feb 21 17:49:18 2012 UTC (12 years, 1 month ago) by tv
(_rpm_version,should_we_migrate_back_rpmdb_db_version) detect if we need
to downgrade from rpm-4.9 to rpm-4.8 (mga#4590)

Revision 3008 - Directory Listing
Modified Tue Feb 21 17:49:15 2012 UTC (12 years, 1 month ago) by tv
fix spacing

Revision 2992 - Directory Listing
Modified Sat Feb 18 22:19:06 2012 UTC (12 years, 1 month ago) by misc
add the bugfix in NEWS

Revision 2991 - Directory Listing
Modified Sat Feb 18 22:19:01 2012 UTC (12 years, 1 month ago) by misc
fix the detection of cauldron, we are not using the cooker name anymore

Revision 2990 - Directory Listing
Modified Sat Feb 18 22:18:55 2012 UTC (12 years, 1 month ago) by misc
fix regexp for arch keyword substition to work on Mageia

Revision 2989 - Directory Listing
Modified Sat Feb 18 21:02:34 2012 UTC (12 years, 1 month ago) by dglent
Update Greek translation

Revision 2951 - Directory Listing
Modified Tue Feb 14 20:56:19 2012 UTC (12 years, 2 months ago) by tv
sync with ref catalog after DUDF removal

Revision 2950 - Directory Listing
Modified Tue Feb 14 20:56:15 2012 UTC (12 years, 2 months ago) by tv
sync reference catalog with code after DUDF removal

Revision 2949 - Directory Listing
Added Tue Feb 14 20:56:12 2012 UTC (12 years, 2 months ago) by tv
kill unused DUDF support (mga#4493)


  ViewVC Help
Powered by ViewVC 1.1.30