diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-21 16:34:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-21 16:34:26 +0000 |
commit | a0c7a708088b5cd9cd8ffebb30267f67371d2f3f (patch) | |
tree | 0ae630d6068db059c4ff8a190dff180fd2ac4700 /mdkapplet | |
parent | 1dbff73a83dc18c0c0f476eb24f4e6593e307a66 (diff) | |
download | mgaonline-a0c7a708088b5cd9cd8ffebb30267f67371d2f3f.tar mgaonline-a0c7a708088b5cd9cd8ffebb30267f67371d2f3f.tar.gz mgaonline-a0c7a708088b5cd9cd8ffebb30267f67371d2f3f.tar.bz2 mgaonline-a0c7a708088b5cd9cd8ffebb30267f67371d2f3f.tar.xz mgaonline-a0c7a708088b5cd9cd8ffebb30267f67371d2f3f.zip |
(get_stale_upgrade_filename,is_there_a_new_distributions,upgrade,upgrade_distro_congratulations)
be able to detect unfinished upgrades, even if mandriva-release
already got upgraded
Diffstat (limited to 'mdkapplet')
-rwxr-xr-x | mdkapplet | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -264,6 +264,7 @@ ugtk2::exit(0); sub is_there_a_new_distributions() { $product_id = common::parse_LDAP_namespace_structure(cat_("$root/etc/product.id")); return if $product_id->{product} =~ /Flash/; + return 1 if get_stale_upgrade_filename(); #- contact the following URL to retrieve the list of released distributions. my $type = lc($product_id->{type}); $type =~ s/\s//g; my $extra_path = $::testing || uc($config{TEST_DISTRO_UPGRADE}) eq 'YES' ? 'testing-' : ''; |