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

Log of /rpm/urpmi/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:


Revision 7907 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 18 16:08:56 2013 UTC (10 years, 11 months ago) by tv
File length: 149584 byte(s)
Diff to previous 7751 , to selected 5504
7.24

Revision 7751 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 1 13:45:57 2013 UTC (10 years, 11 months ago) by tv
File length: 149534 byte(s)
Diff to previous 7679 , to selected 5504
fix package count when a package has a %pretrans scriptlet

(spot by Colin on installing a minimal system with urpmi)

callback_open got called one too much (it got called twice for first
package which is actually filesystem), thus we bump the index one too
much.

the call chain is:
rpmtsRun() -> runTransScripts() -> rpmteProcess() which says:
    /* Dont bother opening for elements without pre/posttrans scripts */

But since we now have package ('filesystem') with %pretrans due to /usr
migration, it goes further and calls rpmteOpen()->rpmteFDHeader() which
notifys us about a package opening in order to get its file descriptor.

Revision 7679 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 19:37:17 2013 UTC (11 years ago) by tv
File length: 149462 byte(s)
Diff to previous 7652 , to selected 5504
display exceptions that happened while downloading (mga#9529)

Revision 7652 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 12:52:54 2013 UTC (11 years ago) by tv
File length: 149384 byte(s)
Diff to previous 7651 , to selected 5504
7.23

Revision 7651 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 12:52:51 2013 UTC (11 years ago) by tv
File length: 149334 byte(s)
Diff to previous 7650 , to selected 5504
report packages signature checking in global progress bar dialog

Revision 7650 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 12:52:47 2013 UTC (11 years ago) by tv
File length: 149265 byte(s)
Diff to previous 7648 , to selected 5504
enable to report packages signature checking in global progress bar dialog

Revision 7648 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 12:52:40 2013 UTC (11 years ago) by tv
File length: 149175 byte(s)
Diff to previous 7632 , to selected 5504
fix return value (mga#9519)

gurpm::RPMProgressDialog's DESTROY was changing $? which resulted in
different return values between exit(0) and POSIX::_exit(0) value

Revision 7632 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 23 11:24:42 2013 UTC (11 years ago) by tv
File length: 149143 byte(s)
Diff to previous 7631 , to selected 5504
improved layout:

- only the package list needs a scrolling bar
- always display space information

Revision 7631 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 23 10:54:16 2013 UTC (11 years ago) by tv
File length: 149033 byte(s)
Diff to previous 7621 , to selected 5504
display the addionnal space that will be used and the amount of
downloaded packages instead of the total size of the packages (like
urpmi)

Revision 7621 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 22:52:52 2013 UTC (11 years ago) by tv
File length: 148874 byte(s)
Diff to previous 7620 , to selected 5504
7.22

Revision 7620 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 22:52:48 2013 UTC (11 years ago) by tv
File length: 148824 byte(s)
Diff to previous 7619 , to selected 5504
account for packages to erase in gurpm progress bar

Revision 7619 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 22:52:45 2013 UTC (11 years ago) by tv
File length: 148768 byte(s)
Diff to previous 7618 , to selected 5504
enable to cancel downloads

Revision 7618 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 22:52:41 2013 UTC (11 years ago) by tv
File length: 148737 byte(s)
Diff to previous 7612 , to selected 5504
enable to have a cancel button in global progress bar dialog

(merged from rpmdrake)

Revision 7612 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 22:52:28 2013 UTC (11 years ago) by tv
File length: 148615 byte(s)
Diff to previous 7609 , to selected 5504
typo fix

Revision 7609 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 07:28:32 2013 UTC (11 years ago) by tv
File length: 148616 byte(s)
Diff to previous 7608 , to selected 5504
7.21

Revision 7608 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 07:28:29 2013 UTC (11 years ago) by tv
File length: 148566 byte(s)
Diff to previous 7585 , to selected 5504
restore main_window when globall progress bar dialog is deleted

Revision 7585 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 19 17:51:23 2013 UTC (11 years ago) by tv
File length: 148486 byte(s)
Diff to previous 7575 , to selected 5504
7.20

Revision 7575 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:03:36 2013 UTC (11 years ago) by tv
File length: 148436 byte(s)
Diff to previous 7574 , to selected 5504
drop 'callback_report_uninst'

rationale: 'callback_uninst' now enables to get erasure progress

Revision 7574 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:03:33 2013 UTC (11 years ago) by tv
File length: 148339 byte(s)
Diff to previous 7570 , to selected 5504
show removed packages in progress too

Revision 7570 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:03:22 2013 UTC (11 years ago) by tv
File length: 148297 byte(s)
Diff to previous 7569 , to selected 5504
new widget to share with rpmdrake for global progress bar (mga#778)

Revision 7569 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:03:19 2013 UTC (11 years ago) by tv
File length: 148237 byte(s)
Diff to previous 7563 , to selected 5504
fix lookup deps of updates in other media when using --update

reverting commit r1931 from 2011-09-14:
"(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi
--auto-select --update defaulting to all media when there're no update
media (#1024)"

Revision 7563 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:03:01 2013 UTC (11 years ago) by tv
File length: 148046 byte(s)
Diff to previous 7562 , to selected 5504
support exceptions in callback in main wrapper too

Revision 7562 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:02:58 2013 UTC (11 years ago) by tv
File length: 147991 byte(s)
Diff to previous 7560 , to selected 5504
support other distros which do not have exception support in gtk+ callbacks

Revision 7560 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 16 09:02:53 2013 UTC (11 years ago) by tv
File length: 147916 byte(s)
Diff to previous 7396 , to selected 5504
use new exception management

Revision 7396 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 25 17:57:16 2013 UTC (11 years, 1 month ago) by tv
File length: 147873 byte(s)
Diff to previous 7392 , to selected 5504
enable callers to pass their own callbacks for erasure progress & errors

eg: for rpmdrake/gurpm/drakx

Revision 7392 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 25 17:57:02 2013 UTC (11 years, 1 month ago) by tv
File length: 147779 byte(s)
Diff to previous 7388 , to selected 5504
(run) document it

Revision 7388 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 25 17:56:48 2013 UTC (11 years, 1 month ago) by tv
File length: 147750 byte(s)
Diff to previous 7299 , to selected 5504
make it clear it was a mga report

Revision 7299 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 9 21:25:26 2013 UTC (11 years, 1 month ago) by tv
File length: 147747 byte(s)
Diff to previous 7297 , to selected 5504
7.19

Revision 7297 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 9 21:25:12 2013 UTC (11 years, 1 month ago) by tv
File length: 147695 byte(s)
Diff to previous 7294 , to selected 5504
add basic support for --downgrade (mga#6655)

needs new URPM

Revision 7294 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 9 12:20:43 2013 UTC (11 years, 1 month ago) by tv
File length: 147647 byte(s)
Diff to previous 7293 , to selected 5504
7.18

Revision 7293 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 9 12:20:39 2013 UTC (11 years, 1 month ago) by tv
File length: 147595 byte(s)
Diff to previous 7283 , to selected 5504
(install_logger) keep a separate counter for erasures

only initialize $total_pkg:
- when starting a new transaction
- or on first erasure in transaction

(_compute_pkg_total) kill it (no more needed)

adjust testsuite accordingly

Revision 7283 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 5 14:31:22 2013 UTC (11 years, 1 month ago) by tv
File length: 147555 byte(s)
Diff to previous 7280 , to selected 5504
7.17

Revision 7280 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 5 14:31:05 2013 UTC (11 years, 1 month ago) by tv
File length: 147503 byte(s)
Diff to previous 7268 , to selected 5504
(install_logger) unify with callback_uninst(), thus fixing counting for
erasures

(callback_uninst) restore quiet behavior when not in verbose mode

(install) temporary set $urpm->{trans}

adapt testsuite

Revision 7268 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 22:18:30 2013 UTC (11 years, 1 month ago) by tv
File length: 147411 byte(s)
Diff to previous 7267 , to selected 5504
7.16

Revision 7267 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 22:18:26 2013 UTC (11 years, 1 month ago) by tv
File length: 147359 byte(s)
Diff to previous 7266 , to selected 5504
handle callback_error when installing packages (scripts & I/O errors)

Revision 7266 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 3 22:18:23 2013 UTC (11 years, 1 month ago) by tv
File length: 147315 byte(s)
Diff to previous 7122 , to selected 5504
(callback_uninst) display erasure progress

inspirated from install_logger()

adjust testsuite accordingly

Revision 7122 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 16 21:46:32 2013 UTC (11 years, 2 months ago) by tmb
File length: 147283 byte(s)
Diff to previous 7121 , to selected 5504
7.15.2

Revision 7121 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 16 21:43:08 2013 UTC (11 years, 2 months ago) by tmb
File length: 147229 byte(s)
Diff to previous 7110 , to selected 5504
update translations

Revision 7110 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 16 20:07:40 2013 UTC (11 years, 2 months ago) by tv
File length: 147206 byte(s)
Diff to previous 6815 , to selected 5504
fix log entry

Revision 6815 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 18 01:36:59 2012 UTC (11 years, 3 months ago) by tv
File length: 147208 byte(s)
Diff to previous 6814 , to selected 5504
7.15.1

Revision 6814 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 18 01:36:55 2012 UTC (11 years, 3 months ago) by tv
File length: 147153 byte(s)
Diff to previous 6810 , to selected 5504
fix retrieving rpm version with stable rpm

Revision 6810 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 17 16:17:16 2012 UTC (11 years, 3 months ago) by tv
File length: 147094 byte(s)
Diff to previous 6806 , to selected 5504
7.15

Revision 6806 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 17 15:23:28 2012 UTC (11 years, 3 months ago) by tv
File length: 147041 byte(s)
Diff to previous 6787 , to selected 5504
fix retrieving rpm version with beta versions

Revision 6787 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 15 02:04:03 2012 UTC (11 years, 3 months ago) by tv
File length: 146991 byte(s)
Diff to previous 6764 , to selected 5504
(install) do not show empty information from README* with --justdb

Revision 6764 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 13 21:16:04 2012 UTC (11 years, 3 months ago) by tv
File length: 146918 byte(s)
Diff to previous 6743 , to selected 5504
7.14

Revision 6743 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 13 09:54:17 2012 UTC (11 years, 3 months ago) by tv
File length: 146865 byte(s)
Diff to previous 6581 , to selected 5504
(add_distrib_media) associate media_cfg data to media when adding them

needed for drakx installer
complement commit r259200 by cfergeau on Aug 13 2009:
"Save media.cfg files locally to map urpmi.cfg media to media.cfg"
which only associate media_cfg data to media loaded from config,
not those just added

Revision 6581 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 5 08:50:50 2012 UTC (11 years, 3 months ago) by tv
File length: 146798 byte(s)
Diff to previous 6572 , to selected 5504
there was actually a bug report for this one

Revision 6572 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 4 20:15:17 2012 UTC (11 years, 3 months ago) by tv
File length: 146787 byte(s)
Diff to previous 6571 , to selected 5504
7.13

Revision 6571 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 4 20:15:14 2012 UTC (11 years, 3 months ago) by tv
File length: 146735 byte(s)
Diff to previous 6570 , to selected 5504
(_search_packages) do not attempt fuzzy matching if not using --fuzzy

it's also a huge speedup (saves 28% of time spent in testsuite)

this fixes urpmq defaulting to fuzzy mode (mga#2953)

Revision 6570 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 4 16:37:32 2012 UTC (11 years, 3 months ago) by tv
File length: 146569 byte(s)
Diff to previous 6557 , to selected 5504
7.12.1

Revision 6557 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 4 08:44:40 2012 UTC (11 years, 3 months ago) by tv
File length: 146515 byte(s)
Diff to previous 6543 , to selected 5504
fix missing logs

we were not calling the log callback since commit r4883 on Jun 8 2012:
(trans_log) simplify"

Revision 6543 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 2 13:04:18 2012 UTC (11 years, 3 months ago) by tv
File length: 146484 byte(s)
Diff to previous 6542 , to selected 5504
7.12

Revision 6542 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 2 13:04:15 2012 UTC (11 years, 3 months ago) by tv
File length: 146432 byte(s)
Diff to previous 6541 , to selected 5504
(_download_all) fix --download-all (mga#8272)

regression introduced by init_cache_dir() -> init_dir() renaming
in commit r6192 on October 11 2012 :
("(init_cache_dir) rename as init_dir() which is more meaningful")

Revision 6541 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 2 13:04:09 2012 UTC (11 years, 3 months ago) by tv
File length: 146340 byte(s)
Diff to previous 6479 , to selected 5504
log previous commit

Revision 6479 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 17 16:44:05 2012 UTC (11 years, 4 months ago) by tv
File length: 146298 byte(s)
Diff to previous 6478 , to selected 5504
7.11.1

Revision 6478 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 17 16:44:02 2012 UTC (11 years, 4 months ago) by tv
File length: 146243 byte(s)
Diff to previous 6474 , to selected 5504
(_schedule_packages) fix installing delta rpms

got broken in commit r6466 on 2012-11-16:
"(_apply_delta_rpm) split it out of _schedule_packages()"

Revision 6474 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 20:11:56 2012 UTC (11 years, 4 months ago) by tv
File length: 146214 byte(s)
Diff to previous 6472 , to selected 5504
7.11

Revision 6472 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 20:11:49 2012 UTC (11 years, 4 months ago) by tv
File length: 146161 byte(s)
Diff to previous 6465 , to selected 5504
fix computing kernel orphans when running kernel is not the latest (1/2)

prevent trying to remove dkms packages for the latest (not currently
running) kernel

basically reverting commit r6236 from0 Oct 15 2012:
"(_kernel_callback) keep track of DKMS packages too"

Revision 6465 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 16 20:11:28 2012 UTC (11 years, 4 months ago) by tv
File length: 146090 byte(s)
Diff to previous 6258 , to selected 5504
(_schedule_packages) fix installing delta rpms

broken for years (actually it _NEVER_ worked...)

Revision 6258 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 17 15:30:15 2012 UTC (11 years, 5 months ago) by tv
File length: 146023 byte(s)
Diff to previous 6245 , to selected 5504
7.10

Revision 6245 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 16 14:44:16 2012 UTC (11 years, 5 months ago) by tv
File length: 145971 byte(s)
Diff to previous 6240 , to selected 5504
fix latest commit changelog & regroup aria2 entries

Revision 6240 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 20:47:50 2012 UTC (11 years, 5 months ago) by zezinho
File length: 145723 byte(s)
Diff to previous 6238 , to selected 5504
various optimizations from mdv svn

Revision 6238 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 16:23:27 2012 UTC (11 years, 5 months ago) by tv
File length: 145687 byte(s)
Diff to previous 6231 , to selected 5504
(_get_current_kernel_package) return current kernel version too

(_all_unrequested_orphans) prevent offering to remove DKMS modules for
current kernel (mga#5092)

Revision 6231 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 15:14:43 2012 UTC (11 years, 5 months ago) by tv
File length: 145620 byte(s)
Diff to previous 6220 , to selected 5504
fix previous commit: add bug ID and be more descriptive

Revision 6220 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 21:39:46 2012 UTC (11 years, 5 months ago) by zezinho
File length: 145593 byte(s)
Diff to previous 6197 , to selected 5504
change deprecated aria2 option

Revision 6197 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 11 15:52:28 2012 UTC (11 years, 5 months ago) by tv
File length: 145559 byte(s)
Diff to previous 6195 , to selected 5504
7.9

Revision 6195 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 11 15:50:03 2012 UTC (11 years, 5 months ago) by tv
File length: 145508 byte(s)
Diff to previous 6185 , to selected 5504
make --use-distrib works as user (mga#1225)

Revision 6185 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 8 17:37:23 2012 UTC (11 years, 5 months ago) by tv
File length: 145448 byte(s)
Diff to previous 6184 , to selected 5504
add scrollbar for long one liner messages (mga#5118)

Revision 6184 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 8 17:37:19 2012 UTC (11 years, 5 months ago) by tv
File length: 145391 byte(s)
Diff to previous 6168 , to selected 5504
wrap big messages (mga#5118)

Revision 6168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 5 16:04:37 2012 UTC (11 years, 5 months ago) by tv
File length: 145348 byte(s)
Diff to previous 6167 , to selected 5504
drop --repackage option (non working since rpm-4.6 in 2009)

should have been done right after commit r251061 by pixel on Tue Jan
2009: "- drop urpmi.recover
(no more possible with rpm 4.6 which doesn't handle --repackage)"

Revision 6167 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 5 16:04:33 2012 UTC (11 years, 5 months ago) by tv
File length: 145297 byte(s)
Diff to previous 6162 , to selected 5504
drop again urpmi.recover

(no more possible since rpm 4.6 which doesn't handle --repackage)

was droped in 2009 but was resurected in mdv in initial rpm5
introduction before Mageia creation

Revision 6162 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 5 07:32:36 2012 UTC (11 years, 5 months ago) by tv
File length: 145201 byte(s)
Diff to previous 6158 , to selected 5504
document some functions

Revision 6158 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 4 14:42:00 2012 UTC (11 years, 5 months ago) by tv
File length: 145172 byte(s)
Diff to previous 6157 , to selected 5504
7.8.3

Revision 6157 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 4 14:41:56 2012 UTC (11 years, 5 months ago) by tv
File length: 145119 byte(s)
Diff to previous 6078 , to selected 5504
(_simple_resolve_dependencies) fix urpmq --whatrequires regression introduced in 7.8.2 (#7706)

as well as similar issue in urpmi --parallel

issue introduced in commit r6067 on 2012-09-26: "simplify"

Revision 6078 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 27 11:05:42 2012 UTC (11 years, 6 months ago) by tv
File length: 145052 byte(s)
Diff to previous 6073 , to selected 5504
7.8.2

Revision 6073 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 26 19:12:57 2012 UTC (11 years, 6 months ago) by tv
File length: 145017 byte(s)
Diff to previous 6070 , to selected 5504
kill deprecated selected2list() function

Revision 6070 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 26 19:12:48 2012 UTC (11 years, 6 months ago) by tv
File length: 144973 byte(s)
Diff to previous 5758 , to selected 5504
adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages()

Revision 5758 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 8 08:30:13 2012 UTC (11 years, 6 months ago) by tv
File length: 144951 byte(s)
Diff to previous 5754 , to selected 5504
7.8.1

Revision 5754 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 8 08:30:00 2012 UTC (11 years, 6 months ago) by tv
File length: 144917 byte(s)
Diff to previous 5738 , to selected 5504
fix urpmq -h (mga#7390)

bug introduced in commit r5532 on 2012-09-01:
"(copyright) factorize a translated string"

Revision 5738 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 7 17:44:46 2012 UTC (11 years, 6 months ago) by tv
File length: 144890 byte(s)
Diff to previous 5737 , to selected 5504
7.8

Revision 5737 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 7 17:44:43 2012 UTC (11 years, 6 months ago) by tv
File length: 144858 byte(s)
Diff to previous 5736 , to selected 5504
(check_cache_dir) split it out of init_cache_dir() for mgaonline (mga#6083)

Revision 5736 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 7 17:44:40 2012 UTC (11 years, 6 months ago) by tv
File length: 144802 byte(s)
Diff to previous 5735 , to selected 5504
kill dead emails

Revision 5735 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 7 17:44:37 2012 UTC (11 years, 6 months ago) by tv
File length: 157705 byte(s)
Diff to previous 5695 , to selected 5504
remove some spec/i18n related stuff

Revision 5695 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 5 17:23:54 2012 UTC (11 years, 6 months ago) by tv
File length: 159408 byte(s)
Diff to previous 5693 , to selected 5504
7.7

Revision 5693 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 5 17:23:50 2012 UTC (11 years, 6 months ago) by tv
File length: 159376 byte(s)
Diff to previous 5523 , to selected 5504
(open_lzma) use xz instead of lzma in order to read metadata

Revision 5523 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 23:33:37 2012 UTC (11 years, 6 months ago) by tv
File length: 159324 byte(s)
Diff to previous 5521 , to selected 5504
7.6

Revision 5521 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 23:33:29 2012 UTC (11 years, 6 months ago) by tv
File length: 159292 byte(s)
Diff to previous 5509 , to selected 5504
merge in translation from drakx for new string

Revision 5509 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:46:14 2012 UTC (11 years, 6 months ago) by tv
File length: 159269 byte(s)
Diff to previous 5505 , to selected 5504
7.5

Revision 5505 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:45:58 2012 UTC (11 years, 6 months ago) by tv
File length: 159239 byte(s)
Diff to previous 5504
(_check) prefix some messages with "SECURITY:"

Revision 5504 - (view) (download) (annotate) - [selected]
Modified Fri Aug 31 16:45:55 2012 UTC (11 years, 6 months ago) by tv
File length: 159197 byte(s)
Diff to previous 5492
(_check) warn about packages we don't check even if not using -v

Revision 5492 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:45:34 2012 UTC (11 years, 6 months ago) by tv
File length: 159137 byte(s)
Diff to previous 5487 , to selected 5504
(urpm::download::sync) drop it (it was obsoleted years ago)

Revision 5487 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:45:20 2012 UTC (11 years, 6 months ago) by tv
File length: 159084 byte(s)
Diff to previous 5485 , to selected 5504
(run) drop unused parameter

warning: needs newer drakx & rpmdrake

Revision 5485 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:45:13 2012 UTC (11 years, 6 months ago) by tv
File length: 159036 byte(s)
Diff to previous 5473 , to selected 5504
document some functions

Revision 5473 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:44:38 2012 UTC (11 years, 6 months ago) by tv
File length: 159008 byte(s)
Diff to previous 5471 , to selected 5504
(_check) only warn about missing signature for local packages

(aka those _not_ coming from any medium)

rationale:
we downgrade the missing signature check for local packages from a
question (defaulting to "n") to a warning, thus fixing a testsuite
regression introduced in 7.4

Revision 5471 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:44:35 2012 UTC (11 years, 6 months ago) by tv
File length: 158918 byte(s)
Diff to previous 5469 , to selected 5504
(_check) do not ask about _virtual_ media without keys when using 'urpmi --use-distrib'

aka downgrade missing medium key check question to a warning for virtual
media without keys when using urpmi --use-distrib
(fix testsuite)

Revision 5469 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:44:32 2012 UTC (11 years, 6 months ago) by tv
File length: 158791 byte(s)
Diff to previous 5467 , to selected 5504
(_check) s/signatur/key/ in medium message

Revision 5467 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:44:28 2012 UTC (11 years, 6 months ago) by tv
File length: 158755 byte(s)
Diff to previous 5465 , to selected 5504
(_check) honor per medium "verify-rpm" option for missing signature check

aka do not check too early about unsigned packages (missing signatures)
(fix testsuite, regression introduced in commit r5393)

rationale:
we wanted to warn about missing signatures on packages from media
without signatures, but in doing so we did it too early before the
'verify-rpm' option check
since we already have a check after (when we have a medium key), we can
just check here for packages that do not came from any mirror (which we
would have skiped just after)

Revision 5465 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:44:25 2012 UTC (11 years, 6 months ago) by tv
File length: 158674 byte(s)
Diff to previous 5463 , to selected 5504
fix testsuite: use new --no-verify-rpm option

Revision 5463 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 16:44:21 2012 UTC (11 years, 6 months ago) by tv
File length: 158658 byte(s)
Diff to previous 5420 , to selected 5504
urpmi.addmedia: add new --(no-)verify-rpm options

Revision 5420 - (view) (download) (annotate) - [select for diffs]
Added Mon Aug 27 00:48:00 2012 UTC (11 years, 7 months ago) by tv
File length: 158606 byte(s)
Diff to previous 5418 , to selected 5504
minor documentation fix (mga#7166)


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30