summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* Add an experimental --restricted option, based on code by Michael SchererRafael Garcia-Suarez2005-06-291-0/+1
| | | | | (bug #16610)
* Add LDAP media at the endRafael Garcia-Suarez2005-06-281-0/+2
|
* urpmf should warn on unknown optionsRafael Garcia-Suarez2005-06-161-0/+4
|
* Document --summary option to urpmq.Rafael Garcia-Suarez2005-06-131-1/+1
| | | | | Add -S as an alias for --summary.
* Fix commentRafael Garcia-Suarez2005-06-131-2/+2
|
* Timeout on all network operations when using wgetRafael Garcia-Suarez2005-06-131-1/+1
|
* parallel distribution via ssh wasn't working on localhost when network mediaRafael Garcia-Suarez2005-06-101-2/+12
| | | | | were involved
* update readmeRafael Garcia-Suarez2005-06-091-7/+11
|
* When node is localhost, don't use ssh to run commands on itRafael Garcia-Suarez2005-06-091-10/+13
|
* Introduce a --nolock option in urpmi and urpmq.Rafael Garcia-Suarez2005-06-092-3/+7
| | | | | Use it for parallel distribution over ssh on localhost
* Error reporting nitRafael Garcia-Suarez2005-06-091-4/+4
|
* Missing parenthesesRafael Garcia-Suarez2005-06-091-1/+1
|
* Fix invocation of scpRafael Garcia-Suarez2005-06-091-6/+5
|
* Update documentationRafael Garcia-Suarez2005-06-081-10/+8
|
* Adjust fudge factorRafael Garcia-Suarez2005-06-081-2/+2
|
* Remove unused variablesRafael Garcia-Suarez2005-06-081-4/+4
|
* 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"