Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (update_pkgs) it shouldn't matter with stable updates but let's live | Thierry Vignaud | 2007-03-21 | 1 | -1/+1 |
| | | | | | on the safe side and prevent removing the whole system | ||||
* | (update_pkgs) readd the --auto option I wrongly removed in r147060 | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | enable to operate offline | Thierry Vignaud | 2007-03-20 | 1 | -30/+2 |
| | |||||
* | cleanups | Thierry Vignaud | 2007-03-20 | 1 | -2/+1 |
| | |||||
* | get rid of non auto mode since it: | Thierry Vignaud | 2007-03-20 | 1 | -50/+0 |
| | | | | | | | - wasn't ported over new urpmi API and was thus broken - just reinvent what MandrivaUpdate does - is buggy since quite a long time (eg: #16202) | ||||
* | kill --applet option now that MandrivaUpdate is run directly by the applet( | Thierry Vignaud | 2007-03-20 | 1 | -11/+2 |
| | |||||
* | (update_pkgs) update the media btw | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | |||||
* | (update_pkgs) consider all update media instead of only the old ↵ | Thierry Vignaud | 2007-03-20 | 1 | -1/+1 |
| | | | | "update_source" one | ||||
* | (update_pkgs) accept to not be given the list of package to update | Thierry Vignaud | 2007-03-20 | 1 | -2/+2 |
| | |||||
* | when run from the applet, enable to work even if not registered | Thierry Vignaud | 2007-03-09 | 1 | -2/+3 |
| | |||||
* | log running MandrivaUpdate | Thierry Vignaud | 2007-03-09 | 1 | -2/+3 |
| | |||||
* | do not check again if updates really are availlables when run from the applet | Thierry Vignaud | 2007-03-09 | 1 | -6/+7 |
| | |||||
* | revert r45739, this make MandrivaUpdate crashdistro/mdv2007.0 | Thierry Vignaud | 2006-09-21 | 1 | -1/+0 |
| | |||||
* | include error message in error warning | Florent Villard | 2006-04-13 | 1 | -1/+1 |
| | |||||
* | (install_pkgs) ensure we only display one window while installing a bundle | Thierry Vignaud | 2006-04-11 | 1 | -1/+2 |
| | |||||
* | remove the wait message prior to displaying an error message | Thierry Vignaud | 2006-04-11 | 1 | -0/+2 |
| | |||||
* | properly check we get back the data about the bundle | Thierry Vignaud | 2006-04-11 | 1 | -3/+3 |
| | |||||
* | fix displaying the error message | Thierry Vignaud | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | check (and explain) when we failed to register the host config for a | Thierry Vignaud | 2006-04-11 | 1 | -0/+5 |
| | | | | | bundle (eg because of a unsupported distro) | ||||
* | - bump copyright years | Thierry Vignaud | 2006-04-07 | 1 | -2/+3 |
| | | | | | | - remove daouda's dead email - list myself | ||||
* | fix POST not kept | Florent Villard | 2006-04-05 | 1 | -2/+1 |
| | |||||
* | better way to fix autoregistering the host: write a config file so | Thierry Vignaud | 2006-04-04 | 1 | -3/+7 |
| | | | | | that write_wide_conf() do not miss some fields | ||||
* | we've no previous config so add missing fields to server's answer | Thierry Vignaud | 2006-04-04 | 1 | -0/+2 |
| | |||||
* | remove traillinge EOL from hostname | Thierry Vignaud | 2006-04-04 | 1 | -1/+1 |
| | |||||
* | autoregister the host instead of running the mdkonline wizard when ↵ | Thierry Vignaud | 2006-04-03 | 1 | -1/+18 |
| | | | | installing a bundle | ||||
* | make legacy updates work (and inline auto_install_rpms() btw) | Thierry Vignaud | 2006-04-03 | 1 | -11/+4 |
| | |||||
* | (update_pkgs) with new scheme, we got a list of .rpm names. process this ↵ | Thierry Vignaud | 2006-04-03 | 1 | -1/+1 |
| | | | | list as needed for urpmi (aka keep only package names) | ||||
* | proper way for preventing standalone from parsing @ARGV | Thierry Vignaud | 2006-04-03 | 1 | -3/+1 |
| | |||||
* | workaround standalone.pm eating "--auto" from @ARGV (broken since 15 Feb 2006) | Thierry Vignaud | 2006-03-31 | 1 | -0/+5 |
| | |||||
* | fix updates support: make it use the new SOAP interface and implement | Thierry Vignaud | 2006-03-30 | 1 | -12/+21 |
| | | | | | updating the system | ||||
* | (add_mirrors) create it out of the bundle path in order to factorize code ↵ | Thierry Vignaud | 2006-03-30 | 1 | -19/+25 |
| | | | | with incomind updates support | ||||
* | (install_pkgs) add a no_X option so that we can force urpmi instead of urpmi ↵ | Thierry Vignaud | 2006-03-30 | 1 | -2/+3 |
| | | | | when given the --noX option | ||||
* | the applet mode will need an interactive object too | Thierry Vignaud | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | the auto mode needs access some icons thus tell him where to find them | Thierry Vignaud | 2006-03-30 | 1 | -0/+1 |
| | |||||
* | display the "preparing" popup earlier so that the user had some | Thierry Vignaud | 2006-03-29 | 1 | -1/+4 |
| | | | | | feedback once he has clicked on the bundle on the web page | ||||
* | s/log::l/log::explanations/ | Thierry Vignaud | 2006-03-28 | 1 | -7/+7 |
| | |||||
* | log no bundle received | Thierry Vignaud | 2006-03-15 | 1 | -0/+1 |
| | |||||
* | typo fix in logs | Thierry Vignaud | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | log bad bundles | Thierry Vignaud | 2006-03-15 | 1 | -0/+1 |
| | |||||
* | one more log message; fix log::l() calls | Thierry Vignaud | 2006-03-15 | 1 | -0/+1 |
| | |||||
* | fix log::l() calls | Thierry Vignaud | 2006-03-14 | 1 | -4/+4 |
| | |||||
* | (install_pkgs) really use gurpmi for bundle | Thierry Vignaud | 2006-03-14 | 1 | -1/+1 |
| | |||||
* | add some logs | Thierry Vignaud | 2006-03-14 | 1 | -0/+4 |
| | |||||
* | add --debug option | Thierry Vignaud | 2006-03-14 | 1 | -1/+3 |
| | |||||
* | (install_pkgs) use gurpmi again for bundles since gurpmi has been fixed | Thierry Vignaud | 2006-03-14 | 1 | -1/+1 |
| | |||||
* | (install_pkgs) use urpmi instead of gurpmi because we sometimes got an X error | Thierry Vignaud | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | check harder to see if we need to configure mdkonline | Thierry Vignaud | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | remove debug statement :-( | Thierry Vignaud | 2006-03-10 | 1 | -1/+0 |
| | |||||
* | workaround an issue with browsers that sometimes drop the --bundle option | Thierry Vignaud | 2006-03-09 | 1 | -0/+3 |
| | |||||
* | load standalone for explanations | Thierry Vignaud | 2006-03-09 | 1 | -0/+1 |
| |