summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* When invoking urpmi.addmedia with --proxy, save this proxy setting forRafael Garcia-Suarez2004-11-241-0/+11
| | | | | this particular new media. (bug 12483)
* Work around a bug in curl when displaying progress for an authentifiedRafael Garcia-Suarez2004-11-241-1/+3
| | | | | http source (bug #12289)
* When asking for choices, default to the first oneRafael Garcia-Suarez2004-11-241-1/+3
|
* Cope better with some strange curl outputRafael Garcia-Suarez2004-11-191-1/+1
|
* Take little terminals into account, tooRafael Garcia-Suarez2004-11-191-0/+1
|
* Take into account terminal size to avoid messing up the displayRafael Garcia-Suarez2004-11-191-2/+10
|
* Factor some system()sRafael Garcia-Suarez2004-11-042-3/+14
|
* Only show progress bar if there is a routine to show a progress bar.Rafael Garcia-Suarez2004-11-041-2/+2
|
* Add the --strict-arch command-line option to urpmi and the strict-arch ↵Rafael Garcia-Suarez2004-10-272-0/+2
| | | | configuration file option
* Factorize md5sum function. Reinit retrieved MD5SUM.Rafael Garcia-Suarez2004-10-201-1/+9
|
* Remove obsolete commentRafael Garcia-Suarez2004-10-141-2/+0
|
* Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.Rafael Garcia-Suarez2004-10-142-1/+5
| | | | | | 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.
* Add a new option -m to urpmf to get the media in which a package has beenRafael Garcia-Suarez2004-09-291-0/+1
| | | | | found.
* perl_checker_fixesRafael Garcia-Suarez2004-09-163-10/+10
|
* urpmi+curl couldn't download files with protected urls where the userRafael Garcia-Suarez2004-08-301-5/+10
| | | | | name was containing a '@'
* Set a timeout for wget too (1 min)Rafael Garcia-Suarez2004-08-251-1/+2
|
* Add a time out for connection establishment in curl download routineRafael Garcia-Suarez2004-08-251-0/+5
|
* Optionally use zenity instead of gchooser if found, it's much prettierRafael Garcia-Suarez2004-08-161-0/+1
|
* Add a --more-choices optionRafael Garcia-Suarez2004-07-301-0/+1
|
* --excludedocs was brokenRafael Garcia-Suarez2004-07-301-1/+1
|
* Cleanups.Rafael Garcia-Suarez2004-07-291-5/+5
|
* Don't write priority in urpmi.cfgRafael Garcia-Suarez2004-07-271-1/+1
|
* Finish to implement file:// urls where the "file:/" is optionalRafael Garcia-Suarez2004-07-271-1/+1
|
* Add options -q and -v (quiet and verbose) to urpmi.updateRafael Garcia-Suarez2004-07-271-0/+2
|
* Add options -q and -v (quiet and verbose) to urpmi.{add,remove}mediaRafael Garcia-Suarez2004-07-271-0/+2
|
* Add an option -Y to urpmq (fuzzy and case insensitive)Rafael Garcia-Suarez2004-07-261-0/+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)
* Better error handling for copy failuresRafael Garcia-Suarez2004-07-231-2/+2
|
* Copyright updatesRafael Garcia-Suarez2004-07-224-0/+16
|
* Add the --disable-epsv option to curl, to be friendy with some firewallsRafael Garcia-Suarez2004-07-191-0/+2
|
* Document the "skip" option. Remove obsolete code.Rafael Garcia-Suarez2004-07-091-1/+1
|
* Add a --version flag to the urpm* toolsRafael Garcia-Suarez2004-07-081-3/+4
|
* Delete proxy configuration for a media when deleting this mediaRafael Garcia-Suarez2004-07-061-0/+5
|
* 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.
* Functions to write proxy.cfg (and regression tests)Rafael Garcia-Suarez2004-06-301-1/+29
|
* Fix parsing of proxy.cfg and --proxy optionsRafael Garcia-Suarez2004-06-292-5/+5
|
* Support for setting proxy per-media in proxy.cfgRafael Garcia-Suarez2004-06-292-6/+24
|
* Parsing of the proxy.cfg file: support for per-media proxiesRafael Garcia-Suarez2004-06-291-17/+32
|
* 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
|
* Refactorisation error: urpmi.update was looping.Rafael Garcia-Suarez2004-06-231-1/+2
|
* Move some system-related functions in a separate moduleRafael Garcia-Suarez2004-06-231-0/+109
|