Skip to content
Snippets Groups Projects
Commit 0b57f66d authored by anttil's avatar anttil
Browse files

fix filename pattern

SVN: 29208
parent e829dd75
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ def fetchBinaries(version): ...@@ -59,7 +59,7 @@ def fetchBinaries(version):
file_patterns = ['openBIS-server', 'openBIS-installation-standard-technologies', 'openBIS-clients-and-APIs', 'datastore_server', 'dss_client', 'datastore_server_plugin-yeastx'] file_patterns = ['openBIS-server', 'openBIS-installation-standard-technologies', 'openBIS-clients-and-APIs', 'datastore_server', 'dss_client', 'datastore_server_plugin-yeastx']
for file_pattern in file_patterns: for file_pattern in file_patterns:
os.system("scp sprint:/links/groups/cisd/sprint_builds/openBIS/*-{0}*/{1}-{0}-*.* {2}".format(version, file_pattern, DOWNLOAD_FOLDER)) os.system("scp sprint:/links/groups/cisd/sprint_builds/openBIS/*-{0}*/{1}-{0}*.* {2}".format(version, file_pattern, DOWNLOAD_FOLDER))
def printVersion(version, headerLevel): def printVersion(version, headerLevel):
today = date.today().strftime("%d %B %Y") today = date.today().strftime("%d %B %Y")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment