From 76bfef958e89c95069e5c38d6bff860c7dd23f5c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 30 Apr 2010 16:48:58 +0000 Subject: do not offer distribution upgrade on OEM Philco systems (they have no specific updates repo, here is the only direct way to blacklist upgrade) --- mdkapplet | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index a05fd2c3..42e516ce 100755 --- a/mdkapplet +++ b/mdkapplet @@ -309,6 +309,9 @@ sub is_there_a_new_distributions() { # sanity check for cooker: # (2008.0 wrongly reports 'Devel' instead of 'Official'): return if $product_id->{branch} eq 'Devel' && !is_it_2008_0(); + # some OEM Philco systems have no specific updates repo + # so we can only blacklist them here directly + return if cat_("/etc/oem-release") =~ /philco/i; my @distros = get_distro_list(); return if !@distros; -- cgit v1.2.1