Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------ | ||||
* | auto_install: when distrib media contains selected_names list, apply | Olivier Blin | 2010-06-11 | 1 | -1/+1 |
| | | | | | it only to the concerned media, and not to previously added media | ||||
* | compute new_media earlier (array keeps same elements when unselecting media) | Olivier Blin | 2010-06-11 | 1 | -3/+3 |
| | |||||
* | pass media list to select_only_some_media | Olivier Blin | 2010-06-11 | 1 | -3/+3 |
| | |||||
* | simplify | Olivier Blin | 2010-06-11 | 1 | -3/+1 |
| | |||||
* | fix adding additional media with type media_cfg (for auto_install) | Olivier Blin | 2009-11-30 | 1 | -0/+1 |
| | |||||
* | (adjust_paths_in_urpmi_cfg) fix cdrom path in urpmi.cfg for dual arch ISOs | Thierry Vignaud | 2009-04-23 | 1 | -3/+1 |
| | |||||
* | (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 |