summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 12.1Thierry Vignaud2009-03-031-0/+2
|
* (install) plug new 'open_helper' and 'close_helper' urpmi callbacks, thusThierry Vignaud2009-03-032-2/+5
| | | | | fixing both progress bar and trying to install again already installed packages
* (install) return exit codeThierry Vignaud2009-03-031-0/+2
|
* (install) drop file handle management code from open callback (now done by ↵Thierry Vignaud2009-03-031-5/+0
| | | | urpmi)
* (_install_raw) log exit codeThierry Vignaud2009-03-031-1/+1
|
* set urpmi in automatic mode for non-interactive installsOlivier Blin2009-03-033-2/+5
|
* (_install_raw) directly use $::oThierry Vignaud2009-03-031-2/+2
|
* (_install_raw) do not initialize new auto interactives objectsThierry Vignaud2009-03-031-3/+3
|
* fix error messageOlivier Blin2009-03-031-1/+1
|
* adjust log and releaseThierry Vignaud2009-03-031-2/+3
|
* (get_media) workaround rel_path added by _stage2_mounted_medium() &&Thierry Vignaud2009-03-031-1/+2
| | | | | | _url2phys_medium() by using $o->{stage2_phys_medium}{url} when available
* Update zh_TW translationShiva Huang2009-03-031-186/+8
|
* log latest changesThierry Vignaud2009-03-021-1/+11
|
* (empty_packages) package signature checking is temporary disabled for now ↵Thierry Vignaud2009-03-021-0/+3
| | | | due to URPM always complaining
* (beforeInstallPackages) no need to automatically configure urpmi, already doneThierry Vignaud2009-03-021-3/+0
| | | | | | when adding media CHECK ME: check additionnal media got written in urpmi.cfg too
* (installUpdates) do not register orphan packages (now done by urpm::main_loopThierry Vignaud2009-03-021-4/+0
| | | | while performing actual package installation)
* use urpmi code in order to add media (and replace medium->{selected}Thierry Vignaud2009-03-022-4/+33
| | | | by medium->{ignore} for compatibility with urpmi)
* (_pkg2media) kill it, just use URPM::pkg2media()Thierry Vignaud2009-03-021-12/+1
|
* (_cleanHeaders,extractHeaders) drop themThierry Vignaud2009-03-021-32/+0
|
* (_installTransactionClosure) drop itThierry Vignaud2009-03-021-80/+0
|
* (get_medium) do not download and use hdlists anymore ; only use smaller ↵Thierry Vignaud2009-03-022-14/+3
| | | | synthesis files
* (ask_change_cd) adapt to new APIThierry Vignaud2009-03-022-25/+6
|
* (install) reuse urpmi's higher level code (drop librpm ordering hackThierry Vignaud2009-03-021-78/+55
| | | | and retry logic since urpmi should behaves better)
* (empty_packages) use urpm rather than URPM (thus enabling us to reuse urpmi'sThierry Vignaud2009-03-021-1/+2
| | | | | higher level code) (no changes for current callers since urpm inherits from URPM)
* include more urpmi filesThierry Vignaud2009-03-021-0/+12
|
* Osatuta.Iñigo Salvador Azurmendi2009-03-011-17/+12
|
* translation updateSergey Ribalchenko2009-02-281-36/+7
|
* update translation for greek languageGlentadakis Dimitris2009-02-271-8/+9
|
* (_get_compsUsers_pl) split it out of get_media_cfg()Thierry Vignaud2009-02-241-3/+6
|
* further simplify perl modules listThierry Vignaud2009-02-241-4/+2
|
* simplify including perl-URPM (we got RPM/Query.pm but that's not eating lot ↵Thierry Vignaud2009-02-241-5/+1
| | | | of space)
* fix glib warning:Thierry Vignaud2009-02-241-0/+1
| | | | | GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0) at /usr/lib/libDrakX/install/gtk.pm line 212.
* sortThierry Vignaud2009-02-241-4/+4
|
* * 2009-02-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2009-02-221-8/+8
| | | | | | - nl.po: Updated Dutch translation
* Updated Romanian translationCatalin Florin Russen2009-02-221-206/+216
|
* (computeGroupSize) make it shorter through spliting out internal helper ↵Thierry Vignaud2009-02-201-41/+43
| | | | functions
* (_url_respect_privacy) kill it (replaced by ↵Thierry Vignaud2009-02-201-7/+1
| | | | urpm::download::url_obscuring_password())
* drop documentation about obsolete fieldsThierry Vignaud2009-02-201-2/+0
|
* (get_media_cfg) drop support for parsing the "media_info/hdlists" fileThierry Vignaud2009-02-182-26/+4
| | | | | (obsolete since using media.cfg)
* (copy_rpms_on_disk) perl_checker cleanupThierry Vignaud2009-02-181-1/+1
|
* prefix internal functions with "_"Thierry Vignaud2009-02-181-63/+63
|
* (rpmDbOpen) make it more readableThierry Vignaud2009-02-181-2/+8
|
* (get_medium) drop obsolete unused fields 'hdlist_size' and ↵Thierry Vignaud2009-02-181-4/+0
| | | | 'synthesis_hdlist_size'
* (get_medium) adjust obsolete commentThierry Vignaud2009-02-181-1/+1
|
* (_filter_packages) split it out of _installTransactionClosure()Thierry Vignaud2009-02-181-12/+17
|
* prefix internal functions with "_"Thierry Vignaud2009-02-181-31/+31
|
* follow urpmi pratice and use more similar data structure: there canThierry Vignaud2009-02-181-4/+4
| | | | | | be only one key id per medium, so just store it instead of using a dummy hash table
* rename 'key_ids' as 'key-ids' in order to follow urpmi naming policyThierry Vignaud2009-02-181-4/+4
|
* updated translation for turkish languageAtilla Öntaş2009-02-181-21/+18
|
* Release a new stage2Pascal Terjan2009-02-171-0/+2
|