I have a EASYBUILD_CONFIGFILES variable set to point to a config.cfg file. Inside that file I have:
repositorypath=/sonas-hs/it/hpc/home/easybuild/ebfiles_repo robot-paths = %(repositorypath)s:%(DEFAULT_ROBOT_PATHS)s This works fine if I manually put easyconfigs in the directory indicated in repositorypaths, finding these edited easyconfigs ahead of the ones in the easybuild repository. However, when I build, at the end of the log file it says it created a directory under ~/.local/easybuild/ebfiles_repo/APP for APP¹s easyconfig. NOT the directory specified in the config.cfg file. Why? How do I get easybuild to put the easyconfig in the right place? Todd

