Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (adjust_paths_in_urpmi_cfg) fix adjusting media path for supplementary cdrom | Thierry Vignaud | 2009-04-08 | 1 | -1/+2 |
| | |||||
* | (_get_media_url) handle NFS & CDROM media with arched directory (aka 'i586/') | Thierry Vignaud | 2009-04-08 | 1 | -1/+3 |
| | |||||
* | (adjust_paths_in_urpmi_cfg) fix mount point for disk media | Thierry Vignaud | 2009-04-08 | 1 | -2/+8 |
| | | | | | | rationale: for disk & nfs install, either resolve /tmp/image (using real mount point) or drop $::prefix, which makes url matches real mount point | ||||
* | (get_file_and_size) just use curl for ftp retrieval, like for http | Thierry Vignaud | 2009-04-08 | 1 | -4/+1 |
| | |||||
* | (install::media::configure_media) extract it out of install::any::SetPackages | Thierry Vignaud | 2009-04-08 | 1 | -0/+7 |
| | | | | (needed for next commit) | ||||
* | (adjust_paths_in_urpmi_cfg) prevent segfaulting in URPM::PACKAGE::DESTROY ↵ | Thierry Vignaud | 2009-04-08 | 1 | -2/+2 |
| | | | | | | (#49673) (as will happen after next patches) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2009-04-07 | 1 | -3/+0 |
| | |||||
* | (adjust_paths_in_urpmi_cfg) fix mount point for CD-ROM media (#49613) | Thierry Vignaud | 2009-04-07 | 1 | -1/+2 |
| | | | | | | | | | (prefix can be either /tmp/image for main media or real mount point) (regression introduced in r255093 on 2009-03-30: "(get_media) always trust stage1's /tmp/image (thus fixing ISO on NFS installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874)") | ||||
* | (_adjust_paths_in_urpmi_cfg) change it so that it consider per medium | Thierry Vignaud | 2009-04-06 | 1 | -14/+13 |
| | | | | | | | | physical medium instead of global medium ; fix path of NFS media after installation (setPackages) adjust paths in urpmi.cfg there instead of within get_media() | ||||
* | (get_media_cfg) only associate current physical medium to newly added media | Thierry Vignaud | 2009-04-06 | 1 | -1/+4 |
| | |||||
* | (setPackages) write urpmi config here instead as in get_media_cfg() | Thierry Vignaud | 2009-04-06 | 1 | -5/+0 |
| | | | | (which is not enough for standalone media) | ||||
* | (get_standalone_medium, _get_medium) use urpmi in order to add supplementary ↵ | Thierry Vignaud | 2009-04-06 | 1 | -65/+5 |
| | | | | medium | ||||
* | (_get_media_url) extract it from get_media_cfg() | Thierry Vignaud | 2009-04-06 | 1 | -12/+18 |
| | |||||
* | (get_media_cfg) fix URI for HTTP/FTP/NFS supplementary media | Thierry Vignaud | 2009-04-06 | 1 | -2/+12 |
| | |||||
* | kill now unused _get_media_cfg_options() | Thierry Vignaud | 2009-04-06 | 1 | -17/+0 |
| | |||||
* | (get_media_cfg) move "using urpmi code to add media" stuff from get_media() here | Thierry Vignaud | 2009-04-06 | 1 | -33/+22 |
| | |||||
* | (_adjust_paths_in_urpmi_cfg) fix writing urpmi.cfg as cdrom:// for NFS | Thierry Vignaud | 2009-03-30 | 1 | -1/+1 |
| | | | | | | (#49316) (regression introduced in r254610 on 2009-03-23: "(get_media,_adjust_paths_in_urpmi_cfg) only adjust newly added medium regarding current physical medium" | ||||
* | (get_media) simplify after last commit (no more need to adjust path for arch) | Thierry Vignaud | 2009-03-30 | 1 | -10/+2 |
| | |||||
* | (get_media) always trust stage1's /tmp/image (thus fixing ISO on NFS | Thierry Vignaud | 2009-03-30 | 1 | -4/+2 |
| | | | | | installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874) | ||||
* | fix support for disk installation | Thierry Vignaud | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | (get_media,_adjust_paths_in_urpmi_cfg) only adjust newly added medium | Thierry Vignaud | 2009-03-23 | 1 | -3/+6 |
| | | | | | regarding current physical medium | ||||
* | adjust old code for ->{selected} => ->{ignore} switch | Thierry Vignaud | 2009-03-23 | 1 | -7/+7 |
| | |||||
* | (get_media) log some info | Thierry Vignaud | 2009-03-17 | 1 | -0/+3 |
| | |||||
* | (get_media) fix support for iso-on-disk installation (regression when | Thierry Vignaud | 2009-03-17 | 1 | -2/+4 |
| | | | | | installer switched to urpmi) (#48661) | ||||
* | (install_urpmi) reindent | Thierry Vignaud | 2009-03-11 | 1 | -3/+3 |
| | |||||
* | (_get_medium_dir) extract it from install_urpmi() | Thierry Vignaud | 2009-03-11 | 1 | -5/+11 |
| | |||||
* | (install_urpmi) kill unused 'static' variable | Thierry Vignaud | 2009-03-11 | 1 | -3/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | (get_media) fix selecting packages on cdroms (copy rpmsrate too) | Thierry Vignaud | 2009-03-10 | 1 | -0/+2 |
| | | | | | (once RC1 is released, investigate why _get_compsUsers_pl() failed) | ||||
* | (get_media) add missing bit in latest commit | Thierry Vignaud | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | (get_media) fix accessing CD-ROM based media on x86_64 | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | (_adjust_paths_in_urpmi_cfg) introduce it in order to fix media for | Thierry Vignaud | 2009-03-09 | 1 | -0/+16 |
| | | | | | post-installation usage (especially fix CD-ROM based media path) | ||||
* | (get_media) keep physical medium around (needed for next commit) | Thierry Vignaud | 2009-03-09 | 1 | -4/+4 |
| | |||||
* | (get_media) adjust media path for 32 bit DVD/CD installations | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | (install_urpmi) stop importing pubkeys, already done by urpmi | Thierry Vignaud | 2009-03-09 | 1 | -13/+0 |
| | |||||
* | (_install_urpmi__generate_names,_install_urpmi__generate_synthesis) | Thierry Vignaud | 2009-03-09 | 1 | -28/+0 |
| | | | | | drop them, uneeded | ||||
* | (_get_media_cfg_options) fix typo in comment | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | (get_media) fix setting urpmi media for CDROM installation whose tree | Thierry Vignaud | 2009-03-06 | 1 | -2/+7 |
| | | | | | | differ from other types of installation (also fix getting compsUser.pl for CD-ROM) | ||||
* | (install,select_only_some_media) honor 'selected_names' for auto_install | Thierry Vignaud | 2009-03-04 | 1 | -0/+19 |
| | |||||
* | (get_media) workaround rel_path added by _stage2_mounted_medium() && | Thierry Vignaud | 2009-03-03 | 1 | -1/+2 |
| | | | | | | _url2phys_medium() by using $o->{stage2_phys_medium}{url} when available | ||||
* | use urpmi code in order to add media (and replace medium->{selected} | Thierry Vignaud | 2009-03-02 | 1 | -1/+30 |
| | | | | by medium->{ignore} for compatibility with urpmi) | ||||
* | (_pkg2media) kill it, just use URPM::pkg2media() | Thierry Vignaud | 2009-03-02 | 1 | -12/+1 |
| | |||||
* | (get_medium) do not download and use hdlists anymore ; only use smaller ↵ | Thierry Vignaud | 2009-03-02 | 1 | -14/+2 |
| | | | | synthesis files | ||||
* | (_get_compsUsers_pl) split it out of get_media_cfg() | Thierry Vignaud | 2009-02-24 | 1 | -3/+6 |
| | |||||
* | (_url_respect_privacy) kill it (replaced by ↵ | Thierry Vignaud | 2009-02-20 | 1 | -7/+1 |
| | | | | urpm::download::url_obscuring_password()) | ||||
* | drop documentation about obsolete fields | Thierry Vignaud | 2009-02-20 | 1 | -2/+0 |
| | |||||
* | (get_media_cfg) drop support for parsing the "media_info/hdlists" file | Thierry Vignaud | 2009-02-18 | 1 | -26/+1 |
| | | | | | (obsolete since using media.cfg) | ||||
* | (copy_rpms_on_disk) perl_checker cleanup | Thierry Vignaud | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | prefix internal functions with "_" | Thierry Vignaud | 2009-02-18 | 1 | -63/+63 |
| | |||||
* | (get_medium) drop obsolete unused fields 'hdlist_size' and ↵ | Thierry Vignaud | 2009-02-18 | 1 | -4/+0 |
| | | | | 'synthesis_hdlist_size' |