summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* a few perl_checker fixesRafael Garcia-Suarez2005-06-081-9/+9
|
* Don't use hashes in scalar contextRafael Garcia-Suarez2005-06-081-3/+3
|
* Factorize commandsRafael Garcia-Suarez2005-06-081-17/+19
|
* Remove globsRafael Garcia-Suarez2005-06-081-17/+17
|
* Don't shell out when calling scpRafael Garcia-Suarez2005-06-081-6/+7
|
* Fix parallel installation messageRafael Garcia-Suarez2005-06-081-1/+1
|
* Remove verbose output of applydeltarpmRafael Garcia-Suarez2005-06-021-7/+7
|
* Add support for deltarpmsRafael Garcia-Suarez2005-06-021-1/+3
|
* Don't shell out unless necessaryRafael Garcia-Suarez2005-06-021-2/+10
|
* Exit codes for applydeltarpm suckRafael Garcia-Suarez2005-06-021-2/+3
|
* A function to encapsulate calls to apply_delta_rpmRafael Garcia-Suarez2005-06-021-1/+14
|
* Implement -RR in urpmq to search through virtual packages as well. (bug 15895)Rafael Garcia-Suarez2005-05-201-1/+1
|
* POD fixesRafael Garcia-Suarez2005-05-171-10/+11
|
* Factorize and sort option namesRafael Garcia-Suarez2005-05-171-21/+3
|
* Remove the -z option passed to curl. It never worked.Rafael Garcia-Suarez2005-05-161-2/+2
|
* - really detect http and ftp proxyMichael Scherer2005-05-161-1/+5
|
* - use '/etc/ldap.conf' instead of '/etc/openldap/ldap.conf'.Michael Scherer2005-05-161-1/+1
|
* - fix the call to write ldapMichael Scherer2005-05-161-1/+1
|
* perl_checker and other fixesRafael Garcia-Suarez2005-05-161-74/+67
|
* Add ldap media configuration support (Michael Scherer)Rafael Garcia-Suarez2005-05-162-1/+219
|
* 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
|
* add a --nopubkey option to urpmi.addmediaRafael Garcia-Suarez2005-04-291-0/+1
|
* Copy files using -L, to avoid copying relative symbolic links with -RRafael Garcia-Suarez2005-04-281-1/+1
| | | | | | (this made urpmi.addmedia fail over nfs when the target hdlist was actually a symbolic link)
* Remove obsolete codeRafael Garcia-Suarez2005-04-271-2/+0
|
* Fix typoRafael Garcia-Suarez2005-04-271-1/+1
|
* Allow to ask user for proxy credentialsRafael Garcia-Suarez2005-04-263-7/+89
|
* Update copyrightsRafael Garcia-Suarez2005-04-254-4/+4
|
* 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
|