Hi there, we have implemented rose apps which checkout and build each of the tools we need in our workflow. What we can’t figure out is how re-launch a build that has failed.
The -N option will delete all of the the files in work/$CYLC_TASK_CYCLE_POINT/build.
The other option is to write the app such that it is able to run incrementally, i.e. write it to tolerate the directory already existing. Some incremental build tools may make use of this.
Would the -N option able to delete the repo, before a second git clone? (Because I have the impression it does not work like this, and I need to do something different…)
How do you ensure that a file/folder created with an absolute path overwrites old ones if present? I mean, it looks like a pretty basic feature to me (or I am not understanding something?).
Sorry, I’m not aware of any way to do that with Rose at present. If you install to $PWD then the -N option will work. So, perhaps you could install to [file:bias] and then rsync or symlink that to ${BLD_HOME}/bias?