summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|