[Blends-commit] [SCM] website branch, master, updated. 84f1530c8a2fe80d55aaf753fd8537506dd92858

Andreas Tille tille at debian.org
Thu May 28 12:03:16 UTC 2015


The following commit has been merged in the master branch:
commit 84f1530c8a2fe80d55aaf753fd8537506dd92858
Author: Andreas Tille <tille at debian.org>
Date:   Thu May 28 10:07:47 2015 +0200

    Use upstream table instead of dehs to detect new upstream versions; dehs is orphaned and not updated any more

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 9d31440..5e168ed 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -316,7 +316,7 @@ query = """PREPARE query_pkgs (text[],text[]) AS
 	  changed_by text,
           enhanced text[],
           releases text[], versions text[], architectures text[],
-	  unstable_upstream text, unstable_parsed_version text, unstable_status dehs_status, experimental_parsed_version text, experimental_status dehs_status,
+	  unstable_upstream text, unstable_parsed_version text, unstable_status text,
           vote int, recent int, -- popcon
           debtags text[],
           screenshot_versions text[], image text[], icon text[],
@@ -1654,7 +1654,7 @@ class TaskDependencies:
                         dep.screenshots.append({'version':row['screenshot_versions'][i], 'url':row['image'][i]})
 
                 # it might be that the new upstream goes to experimental - this should be ignored here
-                if row['experimental_status'] != 'uptodate' and row['unstable_parsed_version']:
+                if row['unstable_parsed_version']:
                     dep.outdated['release']       = 'upstream'
                     dep.outdated['version']       = row['unstable_upstream']
                     dep.outdated['architectures'] = ''

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list