summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmdkapplet3
1 files changed, 3 insertions, 0 deletions
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 = $@) {