summaryrefslogtreecommitdiffstats
path: root/urpm/cfg.pm
Commit message (Collapse)AuthorAgeFilesLines
* - urpmi.addmediaPascal Rigaux2007-05-211-6/+8
| | | | | | o don't overwrite existing urpmi.cfg with an empty file when disk is full (#30945)
* re-sync after the big svn lossPascal Rigaux2007-04-241-69/+88
|
* %repsys markreleaseMandrake2007-01-041-3/+4
| | | | | | | | version: 0.10 release: 1mdv2007.1 revision: 104210 Copying 0.10-1mdv2007.1 to releases/ directory.
* bugfix: allow empty urpmi.cfgPascal Rigaux2006-11-241-1/+2
|
* oops, remove debug code wrongly introduced in previous commitPascal Rigaux2006-11-201-1/+0
|
* simplifyPascal Rigaux2006-11-201-3/+2
|
* don't set priority for global values (this will allow taking all of them in ↵Pascal Rigaux2006-11-161-2/+2
| | | | urpm::read_config())
* factorize introducing proc_mounts() and cat_()Pascal Rigaux2006-11-091-10/+3
|
* perl_checker compliancePascal Rigaux2006-11-031-3/+3
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-1/+1
|
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
| | | | | For gurpmi.pm, use the same version number as urpm.
* Let "ignoresize" be configurable in urpmi.cfgRafael Garcia-Suarez2006-02-171-0/+1
|
* Document that parsing /etc/release is fragile, because the format ofRafael Garcia-Suarez2006-02-131-2/+4
| | | | | | this file is undocumented, and there is no definitive way to get version and architecture for a given Mandriva system. (Warly sux)
* Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.Rafael Garcia-Suarez2006-02-091-0/+1
| | | | | Document them.
* Add a new configuration option, default-media, that specifies a comma-separatedRafael Garcia-Suarez2005-12-021-0/+1
| | | | | | list of media to be taken into account by default (i.e., if the --media switch is not specified on the command-line)
* Add versions to modulesRafael Garcia-Suarez2005-12-021-0/+2
|
* Add new switches to the urpm tools, --wget-options, --curl-options andRafael Garcia-Suarez2005-12-021-0/+1
| | | | | | | --rsync-options, to specify additionnal command-line options to pass to the downloader programs. These are also available as global variables that can be set in urpmi.cfg.
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+3
|
* Add ldap media configuration support (Michael Scherer)Rafael Garcia-Suarez2005-05-161-1/+1
|
* First media should have priority == 1Rafael Garcia-Suarez2005-05-161-1/+1
|
* Add a "nopubkey" global option in urpmi.cfgRafael Garcia-Suarez2005-04-291-0/+1
|
* Update copyrightsRafael Garcia-Suarez2005-04-251-1/+1
|
* Add support for a prohibit-remove option in urpmi.cfgRafael Garcia-Suarez2005-04-251-0/+1
| | | | | (Michael Scherer)
* Make urpmi correctly remember the "noreconfigure" option. Introduce codeRafael Garcia-Suarez2005-04-121-2/+2
| | | | | for a boolean option "static"
* Don't write the "generated" line in /etc/urpmi/urpmi.cfgRafael Garcia-Suarez2005-04-111-1/+0
|
* Change the default URL of the mirrorsfull.list fileRafael Garcia-Suarez2005-04-111-1/+1
|
* Add a retry option to urpmi and urpmi.cfg (bug #1174)Rafael Garcia-Suarez2005-03-101-0/+1
|
* Use generic release fileRafael Garcia-Suarez2005-02-251-2/+2
|
* Factorize out the code that handles /etc/urpmi/mirror.configRafael Garcia-Suarez2005-02-211-0/+18
|
* Avoid using rpm because of lockingRafael Garcia-Suarez2005-02-141-6/+14
|
* Patch by Michael Scherer (a bit reworked) to allow to use $ARCH, $RELEASERafael Garcia-Suarez2005-02-141-7/+54
| | | | | and $HOST in media URLs.
* Add the --strict-arch command-line option to urpmi and the strict-arch ↵Rafael Garcia-Suarez2004-10-271-0/+1
| | | | configuration file option
* Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.Rafael Garcia-Suarez2004-10-141-0/+2
| | | | | | It prevents rebuilding the hdlist from the headers of the RPMs for a local media. It's also settable globally in the urpmi.cfg file. Comes with doc.
* perl_checker_fixesRafael Garcia-Suarez2004-09-161-5/+5
|
* Don't write priority in urpmi.cfgRafael Garcia-Suarez2004-07-271-1/+1
|
* Fix ordering of media in config fileRafael Garcia-Suarez2004-07-261-1/+1
|
* Disambiguate order by sorting by name new media with the same priorityRafael Garcia-Suarez2004-07-261-1/+1
|
* Preserve media order in urpmi.cfgRafael Garcia-Suarez2004-07-261-3/+5
|
* Add a "noreconfigure" flag for media that don't want to be reconfigured.Rafael Garcia-Suarez2004-07-261-1/+1
| | | | | (patch by Michael Scherer)
* Copyright updatesRafael Garcia-Suarez2004-07-221-0/+4
|
* Suppress noises in urpmi.cfgRafael Garcia-Suarez2004-07-011-1/+1
|
* Protection against the people who edit urpmi.cfg by hand and put theRafael Garcia-Suarez2004-06-301-2/+9
| | | | | same medium twice. And restore error messages.
* Don't write a section for the global options if we don't need toRafael Garcia-Suarez2004-06-241-0/+1
|
* Handle quoted option valuesRafael Garcia-Suarez2004-06-241-2/+2
|
* I18N of error messages in urpm::cfgRafael Garcia-Suarez2004-06-241-4/+5
| | | | | Normalize key_ids to key-ids
* Tests and fixes for the urpmi.cfg parserRafael Garcia-Suarez2004-06-241-4/+11
|
* New code to write urpmi.cfg.Rafael Garcia-Suarez2004-06-231-3/+30
|
* New code to read urpmi.cfg.Rafael Garcia-Suarez2004-06-231-11/+93
|
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-0/+41