summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.36.3Thierry Vignaud2008-08-142-1/+3
|
* set $::main_windowThierry Vignaud2008-08-141-0/+1
|
* (do_install3) implement missing ask_yes_or_no() callbackThierry Vignaud2008-08-142-0/+8
|
* (quit) add proper destro management & fix gtk+ critical messagesThierry Vignaud2008-08-142-1/+11
|
* Changing a translated message to fits better according to the contextFelipe Arruda2008-08-111-1/+1
|
* 6.26.2Thierry Vignaud2008-08-072-1/+3
|
* handle --justdb and --noscripts in gurpmiThierry Vignaud2008-08-072-1/+2
|
* (configure_urpm) parse command line when initializing urpmi, thusThierry Vignaud2008-08-072-2/+8
| | | | | fixing --urpmi-root
* updateJosé Melo2008-08-061-156/+85
|
* update Swedish translationsThomas Backlund2008-08-011-315/+329
|
* Update French translationChristophe Berthelé2008-07-311-66/+49
|
* Updated Estonian translation.Marek Laane2008-07-281-43/+45
|
* greek (el) language update by NikosNikos Papadopoulos2008-07-271-559/+407
|
* update on RussianAlexander Kazancev2008-07-251-112/+59
|
* update (Pîrîu Cristian Ionuţ)Thierry Vignaud2008-07-251-50/+54
|
* Hungarian translation updateGergely Lonyai2008-07-231-463/+393
|
* really sync with code (pixel sucks :-())Thierry Vignaud2008-07-2367-28109/+36939
|
* update (Pîrîu Cristian Ionuţ)Thierry Vignaud2008-07-231-574/+698
|
* new translationsWanderlei Antonio Cavassin2008-07-221-18/+18
|
* minnor greek (el) language update by NikosNikos Papadopoulos2008-07-201-3/+3
|
* greek (el) language update by NikosNikos Papadopoulos2008-07-151-464/+576
|
* Update French translationChristophe Berthelé2008-07-121-18/+18
|
* o sort the list of orphansPascal Rigaux2008-07-113-2/+3
|
* - urpmePascal Rigaux2008-07-115-2/+11
| | | | | o add --justdb
* update urpmi.potPascal Rigaux2008-07-101-293/+355
|
* 6.16.1Pascal Rigaux2008-07-102-1/+3
|
* o fix creation of chroot with --root by using ↵Pascal Rigaux2008-07-103-8/+10
| | | | | | | | | /var/lib/rpm/installed-through-deps.list (instead of having it in /var/lib/urpmi) it's a saner place to put this file anyway
* o fix --parallel --auto-select when one box is up-to-date but not the ↵Pascal Rigaux2008-07-102-1/+2
| | | | others (#41924)
* this message is parsed in urpm::parallel tooPascal Rigaux2008-07-101-0/+1
|
* make it more clear what message is parsedPascal Rigaux2008-07-101-1/+1
|
* urpm_popen errors are not fatal by default on ssh, only for urpmqPascal Rigaux2008-07-103-2/+8
|
* fix parsing urpme outputPascal Rigaux2008-07-101-17/+9
|
* fix getting install errors (since value has been chomp'ed in urpm_popen)Pascal Rigaux2008-07-101-1/+1
|
* fix return value of callback to urpm_popenPascal Rigaux2008-07-101-0/+1
|
* skip parallel.pm when looking for parallel modulesPascal Rigaux2008-07-101-1/+1
|
* add debugPascal Rigaux2008-07-101-0/+1
|
* shut up the "adding medium "Virtual"" when using --synthesis or --use-distribPascal Rigaux2008-07-101-5/+5
|
* more orthogonal error msgPascal Rigaux2008-07-101-3/+2
|
* urpm_popen: fix exit conditionPascal Rigaux2008-07-102-2/+2
|
* fix debug messagePascal Rigaux2008-07-101-1/+1
|
* revert using --no-locales on urpmq, keep it a special case for nowPascal Rigaux2008-07-102-2/+8
| | | | | (for compat with urpmi < 6.1)
* add debug message in --debug modePascal Rigaux2008-07-101-0/+2
|
* add debug message in --debug modePascal Rigaux2008-07-101-0/+1
|
* add comment wrt. <?xml*> field at top of metalinkPer Øyvind Karlsen2008-07-101-0/+2
|
* - when must use method calls for run_urpm_command, copy_to_dir, propagate_filePascal Rigaux2008-07-101-12/+12
| | | | | - use local function names
* "urpmq -du" is "urpmq -m"Pascal Rigaux2008-07-101-1/+1
|
* factorize parallel_install() which is now the same in each backendPascal Rigaux2008-07-103-66/+32
|
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-1/+1
|
* move code into run_urpm_command()Pascal Rigaux2008-07-102-5/+15
|
* have an implementation that works both on ssh and rshp (where outputs are ↵Pascal Rigaux2008-07-102-4/+7
| | | | intermingled)