summaryrefslogtreecommitdiffstats
path: root/urpmi.addmedia
Commit message (Collapse)AuthorAgeFilesLines
* Document that https is supportedDan Fandrich2021-09-041-1/+2
| | | | Also, update http:// links to https:// where appropriate.
* Add --ignorearch to urpmi.addmedia --distribPascal Terjan2020-11-231-0/+2
| | | | | | | | 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.
* do not restrict PATH during testsuiteThierry Vignaud2020-04-291-1/+1
| | | | (needed for next commit)
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+1
|
* explainThierry Vignaud2016-04-141-1/+1
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* (message_input_) rename it as message_input()Thierry Vignaud2012-09-261-1/+1
|
* urpmi.addmedia: add new --(no-)verify-rpm optionsThierry Vignaud2012-08-311-0/+2
|
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+1
|
* 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 ------------------------------------------------------------------------
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* add --zeroconf support in urpmi.addmediaOlivier Blin2010-06-161-1/+4
|
* Exit with errorcode != 0 when failing to add a media, fixes #47952Christophe Fergeau2009-03-201-1/+1
|
* drop obsolete stuffPascal Rigaux2008-10-291-10/+1
| | | | | | | | | it should have been dropped in commit: : r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines : Remove obsoleted and broken --distrib-XXX command-line option
* - urpmi.addmediaPascal Rigaux2008-10-151-1/+1
| | | | | | o do not allow "/" in media name (#44765)
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2008-10-141-1/+1
| | | | | | | o do not check wether the media are valid, it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work (nb: not equivalent with urpmi.addmedia, since pubkey will not be imported)
* - urpmi.addmediaPascal Rigaux2008-08-281-2/+3
| | | | | | o instead of discarding --update when using --distrib, give it a meaning: only add media flagged "update"
* add aria2 option to --help as well as --metalinkPer Øyvind Karlsen2008-07-101-0/+1
|
* add aria2 to --helpPer Øyvind Karlsen2008-07-091-0/+1
|
* add missing markOlivier Blin2008-04-221-1/+1
|
* - all tools:Pascal Rigaux2008-02-271-2/+2
| | | | | o cdrom:// replaces removable://
* create is_local_medium() and is_local_url()Pascal Rigaux2008-02-271-1/+1
|
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-251-1/+0
| | | | | - {cachedir}/headers is not used anymore
* at least display an error message on errorPascal Rigaux2008-02-231-1/+2
|
* drop obsolete code (remove_failed function already removed, and error handlingPascal Rigaux2008-02-231-5/+0
| | | | | is now much better in urpmi: it won't write urpmi.cfg until everything is ok)
* - all tools:Pascal Rigaux2008-02-231-1/+22
| | | | | | o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation)
* adapt --virtual usage description to its new featuresPascal Rigaux2008-02-211-2/+1
|
* - 5.0Pascal Rigaux2008-01-111-0/+10
| | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-1/+0
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)
* - all tools:Pascal Rigaux2007-12-191-8/+7
| | | | | o drop hdlist support (will be replaced with xml media_info)
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-2/+1
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* - urpmi.addmedia:Pascal Rigaux2007-12-051-23/+5
| | | | | | | | o exit code 1 when a medium can't be added and simplifies a mess in urpmi.addmedia: this mess is not needed anymore since update_media() will exit on error
* - all tools:Pascal Rigaux2007-11-221-1/+1
| | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage)
* - urpmi, urpmePascal Rigaux2007-09-101-2/+1
| | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO
* - all toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-2/+0
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* remove "\n" from error message for re-use in gurpmi.addmediaPascal Rigaux2007-05-091-1/+1
|
* ensure comments end in poThierry Vignaud2007-03-271-5/+4
|
* (usage) don't advertize twice --probe-hdlistThierry Vignaud2007-03-271-7/+12
|
* oops, restore the check (it's only the variable we don't want)Pascal Rigaux2006-12-141-0/+1
|
* simplifyPascal Rigaux2006-12-141-4/+3
|
* remove broken deprecated check Pascal Rigaux2006-12-141-3/+0
| | | | | ($type was "http:/", and so the elsif was always failing...)
* don't document "-f" which does nothing, directly document "-f -f"Pascal Rigaux2006-12-131-1/+1
|
* no urpmi.cfg is now a simple warningPascal Rigaux2006-12-011-1/+1
|
* instead of displaying usage, say what's wrongPascal Rigaux2006-11-291-4/+2
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-0/+1
| | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking
* create urpm::removable out of urpm.pmPascal Rigaux2006-11-211-1/+1
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-10/+11
|
* deprecate [with <relative path of synthesis|hdlist>]: don't document it anymorePascal Rigaux2006-11-201-9/+6
|