From 4dae4cba7e8e0af534297dca71a15fdecc9556c4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 21 Jul 2009 14:38:06 +0000 Subject: reintroduce check for 'Devel' branch for cooker (reverting part of commit from 2009/09/30 that supplanted it with a new test that will be changed in next commit) ; previous commit was: (is_there_a_new_distributions) better check in order to exclude cooker from distro upgrade rationale: older/unsupported distro aren't in the list as well as cooker (2009.1 won't be in the list) --- mdkapplet | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index 623e099f..8b5047d5 100755 --- a/mdkapplet +++ b/mdkapplet @@ -319,6 +319,9 @@ sub is_there_a_new_distributions() { get_product_id(); return if $product_id->{product} =~ /Flash/; + # sanity check for cooker: + return if $product_id->{branch} eq 'Devel'; + my @lines = get_distro_list(); if (my $err = $@) { -- cgit v1.2.1