aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/open_db.pm
Commit message (Expand)AuthorAgeFilesLines
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
* do not treat Backport Testing as backport media (mga#13606)Thierry Vignaud2014-06-281-1/+1
* fix my emailThierry Vignaud2013-12-161-1/+1
* (fast_open_urpmi_db) catch early errors too, thus enable to display aThierry Vignaud2012-03-281-7/+7
* perl_checker cleanupsThierry Vignaud2012-03-281-3/+3
* (get_pkgs,get_updates_list) fix offering of updates from media not configured...Thierry Vignaud2012-03-261-1/+0
* (open_urpmi_db) add a FIXME note about backports seen as updatesThierry Vignaud2012-03-201-0/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-141-1/+1
* Added missing used urpm modules.João Victor Duarte Martins2010-05-061-0/+2
* Fixes the inactive backports listing (#40556)João Victor Duarte Martins2010-04-061-1/+8
* (fast_open_urpmi_db) make 'urpmi-root' implying rpm-root so thatThierry Vignaud2009-06-011-0/+1
* (is_it_a_devel_distro) consider chrooted /etc/produc.id when detectingThierry Vignaud2009-06-011-1/+3
* (is_it_a_devel_distro) export it (will be used by mdkapplet)Thierry Vignaud2009-03-191-0/+1
* make export list more readableThierry Vignaud2009-03-191-1/+6
* (get_update_medias) use new is_it_a_devel_distro() in order to updateThierry Vignaud2009-03-191-1/+5
* (is_it_a_devel_distro) introduce it in order to check whether theThierry Vignaud2009-03-191-0/+7
* (get_update_medias) move it from Rpmdrake::pkgs into Rpmdrake::open_dbThierry Vignaud2009-03-191-1/+6
* (get_inactive_backport_media) do not try to update & parse inactive sources b...Thierry Vignaud2009-03-191-1/+1
* (get_inactive_backport_media) do not try to update & parse inactive debugThierry Vignaud2009-02-231-1/+1
* (fast_open_urpmi_db) prevent crashing in URPM when using --env with relative ...Thierry Vignaud2009-02-121-0/+2
* (fast_open_urpmi_db) fix using --justdb optionThierry Vignaud2009-02-101-1/+1
* comment a hackPascal Rigaux2009-01-061-0/+1
* (fast_open_urpmi_db) commit missing bit in latest commitThierry Vignaud2008-10-201-1/+1
* (fast_open_urpmi_db) load global options after mananing --urpmi-root,Thierry Vignaud2008-10-201-2/+2
* (fast_open_urpmi_db) do not read big debug media if 'ignore_debug_media'Thierry Vignaud2008-10-111-0/+4
* (open_rpm_db) remove dead code that wrongly sliped in in last commitThierry Vignaud2008-09-101-1/+1
* (fast_open_urpmi_db) fix opening the right RPM DB with --envThierry Vignaud2008-09-101-1/+8
* (fast_open_urpmi_db,perform_installation) add basic support for the --debug o...Thierry Vignaud2008-09-091-1/+5
* (fast_open_urpmi_db) handle -q, --quiet, -v & --verbose optionsThierry Vignaud2008-09-091-0/+1
* (fast_open_urpmi_db) handle --debugThierry Vignaud2008-09-091-0/+1
* load urpm::args (needed so that callers do not have to bother)Thierry Vignaud2008-08-071-0/+1
* handle priority upgrade listThierry Vignaud2008-03-041-0/+2
* (get_inactive_backport_media) perl_checker cleanupThierry Vignaud2008-02-191-1/+1
* revert r166945 from today ("- ignore disabled backport media in rpmdrake too,Thierry Vignaud2008-02-131-1/+1
* (get_pkgs,open_urpmi_db) ignore disabled backport media in rpmdrake too, notThierry Vignaud2008-02-131-1/+1
* (build_tree,open_rpm_db,run_treeview_dialog,show_urpm_progress,Rpmdrake::widg...Thierry Vignaud2008-02-061-1/+2
* (open_urpmi_db) fix MandrivaUpdate not ignoring backport media tagged as upda...Thierry Vignaud2008-02-041-1/+1
* (get_inactive_backport_media) split it out of open_urpmi_db() (neededThierry Vignaud2008-01-251-2/+7
* (fast_open_urpmi_db) fix reading urpmi options with new urpmiThierry Vignaud2007-12-191-0/+1
* (get_pkgs,open_urpmi_db) fix fetching updates from non update media inThierry Vignaud2007-12-051-2/+3
* (fast_open_urpmi_db) 'split-level' and 'split-length' have now defaultThierry Vignaud2007-11-291-2/+0
* add support for --wait-lock optionThierry Vignaud2007-11-231-1/+2
* (open_db::open_urpmi_db) for consistency, move locking here from pkg::get_pkgs()Thierry Vignaud2007-11-231-0/+1
* (fast_open_urpmi_db) add a note for 2008.1Thierry Vignaud2007-09-261-0/+1
* (fast_open_urpmi_db) localize storage of "an error happened on open"Thierry Vignaud2007-09-261-5/+5
* fix crashing while reporting db is locked (#33963)Thierry Vignaud2007-09-241-1/+2
* (fast_open_urpmi_db) split it out of open_urpmi_db() in order toThierry Vignaud2007-09-111-4/+11
* (open_rpm_db,open_urpmi_db) split them from Rpmdrake::pkg intoThierry Vignaud2007-09-111-0/+87