From 8d1ca34522ebe6cce806ddf2f47e577fd324a63a Mon Sep 17 00:00:00 2001 From: JonWel Date: Sun, 22 Mar 2015 11:36:32 +0100 Subject: [PATCH] Update master.cfg `wrappers/Julia/0.3/CoolProp.jl` is no more needed. (both files have been merged on a single one compatible for both Julia versions) --- dev/buildbot/master/master.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/buildbot/master/master.cfg b/dev/buildbot/master/master.cfg index 830ba553..ed6d82ce 100644 --- a/dev/buildbot/master/master.cfg +++ b/dev/buildbot/master/master.cfg @@ -630,9 +630,7 @@ def julia_builder(gitMode = 'incremental'): # Clean the install_root factory.addStep(RemoveDirectory(dir="build/install_root/Julia", haltOnFailure = True)) factory.addStep(MakeDirectory(dir='build/install_root/Julia', haltOnFailure = True)) - factory.addStep(MakeDirectory(dir='build/install_root/Julia/0.3', haltOnFailure = True)) # Copy other files - factory.addStep(ShellCommand(command=["cp", "wrappers/Julia/0.3/CoolProp.jl", "install_root/Julia/0.3"], workdir = 'build', haltOnFailure = True)) factory.addStep(ShellCommand(command=["cp", "wrappers/Julia/CoolProp.jl", "install_root/Julia/"], workdir = 'build', haltOnFailure = True)) # Upload the files - TODO: Is this the correct directory? factory.addStep(DirectoryUpload(slavesrc="install_root",masterdest=masterdestLocation,url="binaries",compress="bz2"))