buildserver maintenance

This commit is contained in:
Robin Mills 2017-09-19 11:48:28 +01:00
parent f9d0be42b5
commit fc60ffeec2

View File

@ -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: