summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
Commit message (Collapse)AuthorAgeFilesLines
* Add --ignorearch to urpmi.addmedia --distribPascal Terjan2020-11-231-1/+5
| | | | | | | | urpmi.addmedia --distrib --ignorearch allows to use --distrib to create a chroot for a different architecture. This is useful to build for armv5 or armv7 on the other one, and to create chroots with qemu used to execute foreign binaries.
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Fix test for whether any 32-bit packages are installed.Martin Whitaker2019-10-211-1/+1
|
* When adding distrib media, enable 32-bit media if needed (mga#24438)Martin Whitaker2019-09-281-11/+23
|
* Ensure urpmi config and cache files are world-readable (mga#24636)Martin Whitaker2019-06-211-4/+12
| | | | | | | | | This is needed to allow mgaapplet and urpm* commands run as a normal user to work when run from a gdm-x-session, which sets the umask to 027. See also mga#9386 and mga#22262. We should perhaps take notice of the msec security level.
* On systems with 32-bit EFI, enable the Core 32bit media by default.Martin Whitaker2019-05-271-2/+12
|
* Don't enable 32-bit media by default on 64-bit systems (mga#24376)Martin Whitaker2019-05-251-2/+4
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-1/+1
|
* Make sure that urpmi.cfg is world-readable so that mgaapplet can read it ↵Frédéric Buclin2017-04-031-0/+4
| | | | (mga#9386)
* drop useless __END__Thierry Vignaud2015-10-091-1/+0
|
* bump mga copyrightThierry Vignaud2015-09-041-1/+1
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* revert fix for mga#10254 in previous release (mga#10335)Thierry Vignaud2013-05-301-1/+1
| | | | | | | the bug was actually in media.cfg basically reverting commit r8361 on 2013-05-24 (was: "fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)")
* prevent mga#10254 bug to ever happen againThierry Vignaud2013-05-241-0/+1
|
* fix wrongly enabling backports/testing for tainted/nonfree (mga#10254)Thierry Vignaud2013-05-241-1/+1
| | | | (when such packages are already installed)
* really auto enable tainted media if needed when adding distrib mediaThierry Vignaud2013-05-171-1/+1
|
* auto enable nonfree/taitned media if needed when adding distrib mediaThierry Vignaud2013-05-171-3/+17
|
* (is_media_to_add_by_default) split it out of add_distrib_media()Thierry Vignaud2013-05-171-8/+15
| | | | (needed for next commit)
* enable to see if nonfree/tained packages are installed (mga#8368, #8379 & #9758)Thierry Vignaud2013-05-171-0/+21
|
* simplifyThierry Vignaud2013-03-211-1/+1
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* fix lookup deps of updates in other media when using --updateThierry Vignaud2013-03-161-4/+4
| | | | | | | reverting commit r1931 from 2011-09-14: "(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi --auto-select --update defaulting to all media when there're no update media (#1024)"
* simplifyThierry Vignaud2013-03-161-4/+1
|
* (configure) simplifyThierry Vignaud2013-02-251-3/+3
|
* bump copyrightThierry Vignaud2013-02-051-1/+1
|
* convert somme comments into PODThierry Vignaud2013-01-271-63/+215
|
* s/mdv/mga/Thierry Vignaud2012-12-131-3/+3
|
* (add_distrib_media) associate media_cfg data to media when adding themThierry Vignaud2012-12-131-0/+6
| | | | | | | | needed for drakx installer complement commit r259200 by cfergeau on Aug 13 2009: "Save media.cfg files locally to map urpmi.cfg media to media.cfg" which only associate media_cfg data to media loaded from config, not those just added
* simplify using cat_()Thierry Vignaud2012-12-131-17/+10
|
* add basic POD documentationThierry Vignaud2012-08-311-0/+24
|
* urpmi.addmedia: add new --(no-)verify-rpm optionsThierry Vignaud2012-08-311-0/+1
|
* use newly introduced any()Thierry Vignaud2012-06-081-3/+3
|
* (_register_media_cfg) simplify using member()Thierry Vignaud2012-06-081-2/+2
|
* s/cooker/cauldron/Thierry Vignaud2012-04-081-1/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-271-1/+1
|
* (parse_media) fix debug statement to actually output valuesThierry Vignaud2012-03-211-1/+1
| | | | | | | | also tag it as translatable (sprintf() could have been used) bug introduced by cfergeau in r255088 on Mar 30 2009 which gratuitously drop the N() call: "Downgrade cryptic log message to debug message, fixes #49226"
* perl_checker cleanupsThierry Vignaud2012-01-061-3/+3
|
* (configure,_auto_update_media,parse_media,update_media) fix (g)urpmiThierry Vignaud2011-09-141-4/+4
| | | | | | | --auto-select --update defaulting to all media when there're no update media (#1024) (syncing with currently shipped urpmi)
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* - fix warning : "Use of uninitialized value in numeric lt (<) at ↵Michael Scherer2010-07-301-1/+1
| | | | urpm/media.pm line 1668."
* add --zeroconf support in urpmi.addmediaOlivier Blin2010-06-161-1/+56
|
* when using --update, allow to get dependencies from non-update mediaChristophe Fergeau2010-04-231-3/+11
| | | | Fixes #51268
* (add_distrib_media) disable non-free repository by default for FreeThierry Vignaud2010-02-251-8/+7
| | | | edition instead of not adding them (#40033)
* perl_checker cleanupsThierry Vignaud2010-02-241-3/+3
|
* (add_distrib_media) do not add non-free repository by default for Free ↵Thierry Vignaud2010-02-241-0/+11
| | | | edition (#40033)
* - add md5sum module, as it is used later. It is cleaner to delcare what ↵Michael Scherer2010-01-221-0/+1
| | | | | | | module are used instead of relying on others modules to load it. This also prevent some loop and warnings.
* don't crash when parsing an invalid media.cfg file in /etc/urpmi/mediacfg.dChristophe Fergeau2010-01-151-1/+1
|
* perl_checker cleanupChristophe Fergeau2010-01-121-1/+1
|
* fix handling of media with redirectionsChristophe Fergeau2010-01-121-1/+1
| | | | This was broken when trying to handle $RELEASE/$ARCH in urpmi.addmedia
* honour $RELEASE/$ARCH/... in urpmi.addmedia --distribChristophe Fergeau2010-01-121-3/+5
|