Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (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' | |||||
* | (get_medium) adjust obsolete comment | Thierry Vignaud | 2009-02-18 | 1 | -1/+1 | |
| | ||||||
* | follow urpmi pratice and use more similar data structure: there can | Thierry Vignaud | 2009-02-18 | 1 | -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 policy | Thierry Vignaud | 2009-02-18 | 1 | -4/+4 | |
| | ||||||
* | use urpm::download::parse_url_with_login() directly instead of | Thierry Vignaud | 2009-01-09 | 1 | -9/+2 | |
| | | | | | copying/forking it since urpm::download is available at install time | |||||
* | fix reading compssUsers.pl if rpmsrate is forced (for example with ↵ | Olivier Blin | 2008-11-17 | 1 | -1/+3 | |
| | | | | drakx-in-chroot) | |||||
* | (print_with_progress) add more meaningfull title | Thierry Vignaud | 2008-09-11 | 1 | -1/+1 | |
| | ||||||
* | - allow passing suppl=0 to disable "additional installation media" question | Pascal Rigaux | 2008-08-20 | 1 | -1/+1 | |
| | ||||||
* | move functions to get available space from installer to drakxtools (to be ↵ | Olivier Blin | 2008-03-20 | 1 | -1/+1 | |
| | | | | used in draklive-install) | |||||
* | - restore correct configuration of nfs/hd media in urpmi.cfg | Pascal Rigaux | 2008-03-05 | 1 | -2/+4 | |
| | | | | | (regression introduced in 10.8) | |||||
* | simplify ("file://foo" is same as "/foo") | Pascal Rigaux | 2008-03-04 | 1 | -2/+1 | |
| | ||||||
* | "media_info_dir: media_info" is by default now (urpmi 5.3) | Pascal Rigaux | 2008-03-03 | 1 | -1/+0 | |
| | ||||||
* | - use cdrom:// instead of removable:// in urpmi.cfg (urpmi 5.7) | Pascal Rigaux | 2008-03-03 | 1 | -11/+4 | |
| | ||||||
* | enhace previous commit: don't keep the pubkey in /var/lib/urpmi after ↵ | Pascal Rigaux | 2007-12-11 | 1 | -0/+1 | |
| | | | | importing it | |||||
* | - adapt to perl-URPM 3.00 API to parse pubkey files | Pascal Rigaux | 2007-12-11 | 1 | -7/+4 | |
| | ||||||
* | - fix copying of ../../i586/media/main medium | Pascal Rigaux | 2007-10-04 | 1 | -2/+7 | |
| | | | | | (for dual_arch CDs sharing the i586 medium) | |||||
* | - don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm) | Pascal Rigaux | 2007-10-01 | 1 | -1/+1 | |
| | | | | | when copying packages on disk | |||||
* | - log_sizes: cleanup __db* files | Pascal Rigaux | 2007-09-28 | 1 | -0/+1 | |
| | ||||||
* | - fix using iso CD2 on disk (#33022): | Pascal Rigaux | 2007-09-26 | 1 | -3/+7 | |
| | | | | | | | | o remove " from medium name when reading media.cfg o handle "Volume id" ending with -CD[123] instead of -Disc[123] and also add some more logs | |||||
* | nicer error message when giving a wrong media_cfg_isos url | Pascal Rigaux | 2007-09-25 | 1 | -1/+1 | |
| | ||||||
* | in my tests with drakx-in-chroot, i end up change_phys_medium being called by | Pascal Rigaux | 2007-09-19 | 1 | -2/+2 | |
| | | | | | | get_file_and_size, so ensure $o->{packages} is passed, otherwise it breaks needToCopy action | |||||
* | rename {mediums} field into {media} to be compatible with urpm:: modules ↵ | Pascal Rigaux | 2007-08-12 | 1 | -16/+16 | |
| | | | | (from urpmi) | |||||
* | prepare for using xxx/media_info/hdlist.cz instead of media_info/hdlist_xxx.cz | Pascal Rigaux | 2007-06-28 | 1 | -12/+16 | |
| | | | | | | by renaming {hdlist} field into {rel_hdlist} which for now contains what used to be "media_info/$m->{hdlist}" | |||||
* | - auto_install: allow "automatic=met:http,ser:server,dir:/pub/dir | Pascal Rigaux | 2007-06-19 | 1 | -1/+1 | |
| | | | | | kickstart=/pub/auto_inst.cfg" to get http://server/pub/auto_inst.cfg (#31474) | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+1008 | |