aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
Commit message (Collapse)AuthorAgeFilesLines
* use gurpm for informing about verifying signatures (mga#9520)Thierry Vignaud2013-03-241-1/+1
|
* do not update progress bar for signatureThierry Vignaud2013-03-241-1/+1
| | | | | it'll conflict as we only account for installs + downloads for achievement
* merge patch for mga#4918Thierry Vignaud2013-03-241-1/+2
|
* explicitely destroy $gurpmThierry Vignaud2013-03-241-4/+4
|
* fix erase progress in global barThierry Vignaud2013-03-211-0/+1
|
* adapt to gurpmi enabling to cancel again downloadsThierry Vignaud2013-03-211-2/+2
|
* remove old callback now that we have erasure progressThierry Vignaud2013-03-211-11/+0
|
* use global progress bar for download tooThierry Vignaud2013-03-211-1/+1
|
* update check_sig callback for new widget tooThierry Vignaud2013-03-211-1/+1
|
* fix download progress with global progress bar (mga#9469)Thierry Vignaud2013-03-211-2/+2
|
* perl_checker cleanupThierry Vignaud2013-03-211-1/+1
|
* use a global progress bar when installing (mga#778)Thierry Vignaud2013-03-161-26/+18
|
* perl_checker cleanupsThierry Vignaud2013-03-161-7/+3
|
* (find_installed_version) workaround a crash (mga#9197)Thierry Vignaud2013-02-271-0/+1
|
* (extract_header) make it more readableThierry Vignaud2013-02-081-2/+3
|
* (get_pkgs) add a fix for a rare crash (mga#7439)Thierry Vignaud2012-12-061-1/+1
|
* (post_extract) keep IDs of packages rather than their pathsThierry Vignaud2012-12-061-5/+5
| | | | | | | (success_summary) look at _all_ config files and only those instead of manually matching file paths beginning with "^/etc" (mga#8310) also do not fork useless rpm processes
* (extract_header) simplifyThierry Vignaud2012-11-291-3/+2
|
* (extract_header) fix messageThierry Vignaud2012-11-291-1/+1
|
* (extract_header) simplifyThierry Vignaud2012-11-291-3/+2
|
* just use ->fullname directly when sureThierry Vignaud2012-11-291-3/+3
|
* (extract_header) it's useless to call pack_header in XML meta-data caseThierry Vignaud2012-11-291-1/+0
|
* do not store {selected} in memory if not neededThierry Vignaud2012-09-271-1/+1
|
* (perform_installation) simplifyThierry Vignaud2012-09-271-3/+1
|
* use new URPM EVR package methodThierry Vignaud2012-09-211-1/+1
|
* (version_release) rename it as evr()Thierry Vignaud2012-09-201-1/+1
| | | | rationale: it is really what it is after previous commit
* (find_installed_version) simplify since callers only care about one valueThierry Vignaud2012-09-071-6/+3
|
* perl_checker cleanupThierry Vignaud2012-08-311-1/+1
|
* (perform_installation,toggle_nodes) adapt to urpmi-7.5Thierry Vignaud2012-08-311-3/+3
|
* (version_release) factorize some codeThierry Vignaud2012-08-241-1/+1
| | | | also needed for next commit
* (extract_header) only call costly ->files method onceThierry Vignaud2012-08-241-1/+3
|
* (get_pkgs) make it somewhat more readableThierry Vignaud2012-08-241-2/+6
|
* (get_pkgs) rename 'short_name' as 'key' after last commit (clearer)Thierry Vignaud2012-03-281-2/+2
|
* (get_pkgs) consider name+arch as key when filtering out olderThierry Vignaud2012-03-281-1/+1
| | | | | | | | | packages/updates, thus fixing only listing first arch seen (mga#5047) regression introduced in r3601 on March 20 2012: (get_pkgs) only display latest updates, not all of them (mga#2258, mga#4534) git-svn-id: svn+ssh://svn.mageia.org/svn/soft/rpmdrake/trunk@3601 5b7c3c08-40e5-403b-9995-ace06908e4af
* silent perl_checkerThierry Vignaud2012-03-281-3/+3
|
* perl_checker cleanupsThierry Vignaud2012-03-281-3/+6
|
* install perl-{Glib,Gtk2} as priority upgrades prior to restartThierry Vignaud2012-03-261-1/+1
| | | | (similar to gurpmi issue, see mga#5066)
* (ensure_utf8) sync with genhdlist2 and use utf8:: functions instead of EncodeThierry Vignaud2012-03-261-1/+1
|
* (get_pkgs,get_updates_list) fix offering of updates from media not ↵Thierry Vignaud2012-03-261-2/+8
| | | | | | configured as update ones (inspirated by mdv)
* (get_pkgs,warn_about_media) pass a hash of options instead of a hash referenceThierry Vignaud2012-03-261-4/+4
| | | | | | also rename %opts as %options btw (inspirated from mdv)
* kill doble useThierry Vignaud2012-03-211-0/+3
|
* (get_pkgs) tag backports packages as such so that we can check theirThierry Vignaud2012-03-201-1/+1
| | | | provenance very fast (eg: in node_state())
* (get_pkgs) only display latest updates, not all of them (mga#2258, mga#4534)Thierry Vignaud2012-03-201-4/+5
|
* (get_pkgs) reduce scope of some variablesThierry Vignaud2012-03-201-2/+2
|
* separate paragraphs when displaing READMEs (mga#4697)Thierry Vignaud2012-03-021-1/+1
|
* (sort_packages_biarch) better packages sorting (x86_64 first)Thierry Vignaud2012-02-171-2/+5
|
* (sort_packages,sort_packages_biarch,sort_packages_monoarch) split them outThierry Vignaud2012-02-171-1/+13
|
* (get_pkgs) save an callThierry Vignaud2012-02-151-1/+1
|
* (get_installed_packages) no need to call urpm_name() twice on each packageThierry Vignaud2012-02-151-1/+1
|
* (format_filesize) introduce itThierry Vignaud2012-02-071-2/+1
|