From 39306e7c219ac626df43afce20735da245cebede Mon Sep 17 00:00:00 2001 From: Javier Ruiz Bosch Date: Mon, 18 Feb 2019 16:51:02 -0500 Subject: [PATCH] saving .epp --- templates/config.cfg.epp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/config.cfg.epp b/templates/config.cfg.epp index 61c4852..4f4b25b 100644 --- a/templates/config.cfg.epp +++ b/templates/config.cfg.epp @@ -96,7 +96,7 @@ installpath=/opt/apps/easybuild # Repository type, using repositorypath (type choice; def FileRepository) (choices: FileRepository) #repository= # Repository path, used by repository (is passed as list of arguments to create the repository instance). For more info, use --avail-repositories. (type comma-separated list; def /home/CLUSTER/easybuild/.local/easybuild/ebfiles_repo) -repositorypath=/home/CLUSTER/easybuild/.local/easybuild/ebfiles_repo_nehalem +repositorypath=/home/CLUSTER/easybuild/.local/easybuild/ebfiles_repo_<%= $architecture %> # Path(s) to where sources should be downloaded (string, colon-separated) (def /home/CLUSTER/easybuild/.local/easybuild/sources) sourcepath=/opt/sources # Installpath subdir for modules (def modules) @@ -421,4 +421,3 @@ sourcepath=/opt/sources [unittest] # Log to this file in unittest mode #unittest-file= - -- GitLab