summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* Add support for a prohibit-remove option in urpmi.cfgRafael Garcia-Suarez2005-04-251-0/+1
| | | | | (Michael Scherer)
* There's no reason not to extend this improvement to urpmqRafael Garcia-Suarez2005-04-251-1/+1
|
* Allow relative pathnames in --root (Michael Scherer)Rafael Garcia-Suarez2005-04-251-1/+1
|
* Don't die if fstab or mtab isn't presentRafael Garcia-Suarez2005-04-151-2/+2
|
* Add a new option, --no-install, to urpmi, to only download rpms andRafael Garcia-Suarez2005-04-141-0/+1
| | | | | not install them (by 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
|
* Add a --raw option to urpmi.addmediaRafael Garcia-Suarez2005-04-111-1/+2
|
* Change the default URL of the mirrorsfull.list fileRafael Garcia-Suarez2005-04-111-1/+1
|
* Don't try to find ISO mountpoints if an ISO image is already mountedRafael Garcia-Suarez2005-03-301-0/+6
|
* Copy all rpms from removable media into the cachedir; don't check forRafael Garcia-Suarez2005-03-301-20/+0
| | | | | supermount.
* Add a --summary option to urpmq.Rafael Garcia-Suarez2005-03-141-0/+1
| | | | | Patch by Michael Scherer, slightly reworked (bug 14513)
* Add a retry option to urpmi and urpmi.cfg (bug #1174)Rafael Garcia-Suarez2005-03-103-0/+5
|
* Use generic release fileRafael Garcia-Suarez2005-02-251-2/+2
|
* Fall back to using locale(1) if I18N::Langinfo is not available.Rafael Garcia-Suarez2005-02-241-1/+5
|
* Locale::gettext is not optional in urpmi.Rafael Garcia-Suarez2005-02-241-6/+4
|
* Adds a function from_utf8() to convert strings from RPM headers (utf8)Rafael Garcia-Suarez2005-02-241-1/+13
| | | | | | to the encoding of the current locale. With a placeholder if I18N::Langinfo is not available.
* Factorize out the code that handles /etc/urpmi/mirror.configRafael Garcia-Suarez2005-02-211-0/+18
|
* Work around bug 13685, bug in display of curl progressRafael Garcia-Suarez2005-02-171-1/+3
|
* Remove obsoleted and broken --distrib-XXX command-line optionRafael Garcia-Suarez2005-02-171-7/+2
|
* Remove curl 7.12.2 bug workaroundRafael Garcia-Suarez2005-02-161-4/+4
|
* 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.
* Make urpmi support ISO images as removable media.Rafael Garcia-Suarez2005-01-281-0/+20
|
* Patch by Guillaume Rousse to improve bash-completion for media names, viaRafael Garcia-Suarez2005-01-271-1/+1
| | | | | adding new optional arguments to the --list-media option of urpmq.
* urpmi --gui will now ask with a GUI popup to change media. IntendedRafael Garcia-Suarez2005-01-241-0/+1
| | | | | to be used with --auto (so other annoying dialogs are not shown)
* Report remote commands exit codesRafael Garcia-Suarez2005-01-201-4/+4
|
* More error handlingRafael Garcia-Suarez2005-01-201-4/+8
|
* Insignificant patchRafael Garcia-Suarez2005-01-191-2/+2
|
* Remove unused varsRafael Garcia-Suarez2005-01-101-3/+1
|
* Add an option to urpmi, --expect-install, that tells urpmi to return withRafael Garcia-Suarez2005-01-101-0/+1
| | | | | an exit status of 15 if it installed nothing.
* As suggested by Giuseppe Ghibo, fail early if an essential filesystemRafael Garcia-Suarez2004-12-241-0/+13
| | | | | is mounted read-only
* With curl, urpmi wasn't detecting the end of a download, thus the fileRafael Garcia-Suarez2004-12-091-1/+1
| | | | | name displayed in the console or progress bar was never refreshed.
* Remove GUI messages.Rafael Garcia-Suarez2004-12-071-53/+27
|
* Remove support for urpmi -XRafael Garcia-Suarez2004-12-071-9/+0
|
* Move untaint() into urpm::util.Rafael Garcia-Suarez2004-12-071-1/+7
| | | | | Fix a comment in urpmi.
* Fix loading of urpm::msg::N() in urpm::args, and urpmi's --no-locale optionRafael Garcia-Suarez2004-12-061-1/+4
|
* While we're at it, implement --no-ignore and make it work with -aRafael Garcia-Suarez2004-12-031-1/+1
|
* Add an --ignore option to urpmi.updateRafael Garcia-Suarez2004-12-031-0/+1
|
* Fix indentationRafael Garcia-Suarez2004-12-021-1/+3
|
* Further adjustment of the workaround for the curl output bugRafael Garcia-Suarez2004-11-261-2/+2
|
* - add --search-media options: looking requested or package to update with ↵Olivier Thauvin2004-11-241-0/+2
| | | | | | | --auto-select in given media - replace a die() by $urpm->{fatal}()
* 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
|