Thanx for the suggestion. I've tried to use the --try-amend, though it goes through all the steps nonetheless. Like: --try- amend=skipsteps=fetch,ready,source,patch,prepare,configure,build,test,install,extensions,package,postproc
When I add the skipsteps to the EasyConfig file it works fine. skipsteps = ['fetch', 'ready', 'source', 'patch', 'prepare', 'configure', 'build', 'test', 'install', 'extensions', 'package', 'postproc'] Am I doing something wrong with the --try-amend?

