Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a comment about untranslated icon name for translators | Thierry Vignaud | 2006-03-07 | 1 | -1/+3 |
| | |||||
* | display the Mandriva One warning earlier, before doing any SOAP request | Thierry Vignaud | 2006-03-07 | 1 | -4/+4 |
| | |||||
* | if run from a live Mandriva one, warn to install on HD first | Thierry Vignaud | 2006-03-07 | 1 | -0/+4 |
| | |||||
* | (install_pkgs) use --auto with gurpmi in order not to ask confirmation | Thierry Vignaud | 2006-03-07 | 1 | -1/+1 |
| | | | | | for installing bundle | ||||
* | prefer synthesis over full hdlists | Thierry Vignaud | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | - use urpmi.addmedia instead of gurpmi.addmedia because of the number | Thierry Vignaud | 2006-03-07 | 1 | -1/+4 |
| | | | | | | of dialogs - display a wait message while removing/adding media and computing dependancies | ||||
* | do not display an error message if the bundle version matches our (warly) | Thierry Vignaud | 2006-03-06 | 1 | -1/+1 |
| | |||||
* | - use --media in order to list medias to use | Thierry Vignaud | 2006-03-03 | 1 | -3/+12 |
| | | | | | | | - use --searchmedia in order to specify the media to look for bundles - use gurpmi in order to install bundles - split the bundle case from the normal one | ||||
* | help gurpmi: give it a non versionated package name | Thierry Vignaud | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | (add_media) use gurpmi.addmedia instead of urpmi.addmedia in order to get a ↵ | Thierry Vignaud | 2006-03-03 | 1 | -1/+1 |
| | | | | graphical progress bar | ||||
* | only use --auto-select if asked for | Thierry Vignaud | 2006-03-03 | 1 | -2/+2 |
| | |||||
* | if the bundle is invalid, warn the user about it | Thierry Vignaud | 2006-03-03 | 1 | -0/+2 |
| | |||||
* | simplify | Thierry Vignaud | 2006-03-03 | 1 | -5/+4 |
| | |||||
* | fix media name to use for bundles | Thierry Vignaud | 2006-03-03 | 1 | -1/+1 |
| | |||||
* | make getting bundle's mirror name more robusg against server changes | Thierry Vignaud | 2006-03-03 | 1 | -2/+1 |
| | |||||
* | remove debugging statement | Thierry Vignaud | 2006-03-03 | 1 | -1/+0 |
| | |||||
* | force the user to update the client if the bundle needs it | Thierry Vignaud | 2006-03-03 | 1 | -0/+7 |
| | |||||
* | better debugging output | Thierry Vignaud | 2006-03-02 | 1 | -2/+2 |
| | |||||
* | (add_media) fix running urpmi.addmedia when there's no options | Thierry Vignaud | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | fix parsing new SOAP structure | Thierry Vignaud | 2006-03-02 | 1 | -2/+5 |
| | |||||
* | the mirror field of bundles is now dead | Thierry Vignaud | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | the new structure use an array of mirrors and not anymore a hash | Thierry Vignaud | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | really handle --help | Thierry Vignaud | 2006-03-02 | 1 | -1/+2 |
| | |||||
* | add a FIXME note | Thierry Vignaud | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2006-03-02 | 1 | -5/+4 |
| | |||||
* | (install_pkgs) update all package from media for bundles | Thierry Vignaud | 2006-03-02 | 1 | -2/+4 |
| | |||||
* | install all mirrors for bundles | Thierry Vignaud | 2006-03-02 | 1 | -2/+2 |
| | |||||
* | bump year | Thierry Vignaud | 2006-03-02 | 1 | -1/+1 |
| | |||||
* | rollback s/urpmi.addmedia/gurpmi.addmedia/ that got in | Thierry Vignaud | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | switch to new temporary debug server | Thierry Vignaud | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | - add option for --update | Daouda Lo | 2006-02-24 | 1 | -4/+4 |
| | |||||
* | - install bundle with same code than --auto option | Daouda Lo | 2006-02-23 | 1 | -15/+9 |
| | |||||
* | - checking the correct way to do things | Daouda Lo | 2006-02-23 | 1 | -1/+0 |
| | |||||
* | - create media and install bundle | Daouda Lo | 2006-02-23 | 1 | -27/+21 |
| | |||||
* | - fix func name | Daouda Lo | 2006-02-23 | 1 | -3/+1 |
| | |||||
* | - remove unneeded vars | Daouda Lo | 2006-02-23 | 1 | -3/+3 |
| | |||||
* | - connect to start page | Daouda Lo | 2006-02-23 | 1 | -18/+6 |
| | |||||
* | - get_updates_for host | Daouda Lo | 2006-02-23 | 1 | -8/+12 |
| | |||||
* | - new soap API | Daouda Lo | 2006-02-23 | 1 | -68/+32 |
| | |||||
* | - check bundle info | Daouda Lo | 2006-02-23 | 1 | -13/+24 |
| | |||||
* | - if bundle is given without arg, connect to mdkonline bundle webpage. | Daouda Lo | 2006-02-16 | 1 | -1/+3 |
| | |||||
* | - sync | Daouda Lo | 2006-02-15 | 1 | -1/+2 |
| | |||||
* | - use real machine name | Daouda Lo | 2006-02-15 | 1 | -7/+5 |
| | |||||
* | - added code to handle bundle | Daouda Lo | 2006-02-15 | 1 | -75/+107 |
| | |||||
* | - don't need to check multiple instance of mdkupdate (the database is | Daouda Lo | 2005-12-27 | 1 | -1/+1 |
| | | | | | locked anyway by the first to get in) | ||||
* | - display update even if server is out of sync | Daouda Lo | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | - use strict | Daouda Lo | 2005-10-14 | 1 | -0/+2 |
| | | | | | - get_release on correct var | ||||
* | - --no-media-update is used with release > 10.1 | Daouda Lo | 2005-10-13 | 1 | -1/+1 |
| | |||||
* | - clean manage the name change | Daouda Lo | 2005-10-13 | 1 | -5/+3 |
| |