From fc60ffeec2496cb9635f60c95129b852ca2928c5 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 19 Sep 2017 11:48:28 +0100 Subject: [PATCH] buildserver maintenance --- contrib/buildserver/categorize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/buildserver/categorize.py b/contrib/buildserver/categorize.py index 6796b717..71dc72d2 100755 --- a/contrib/buildserver/categorize.py +++ b/contrib/buildserver/categorize.py @@ -64,8 +64,8 @@ def visitfile(file,path,myData): S=os.path.join(SVN,svn) mkdir(S) os.symlink(path,os.path.join(S,file)) - - if svn==myData['latest_svn'] and date == myData['latest_date']: + + if date == myData['latest_date']: os.symlink(path,os.path.join(Latest,file)) except: