Skip to content

Commit

Permalink
Merge pull request #33 from jrha/fix-core-machine-type
Browse files Browse the repository at this point in the history
Allow GLITE_BASE_CONFIG_SITE to be optional
  • Loading branch information
jrha committed Aug 27, 2014
2 parents 53f0299 + 2b460b9 commit bc758d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion machine-types/core.pan
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ include { USER_CONFIG_INCLUDE };
#
# Add site specific configuration if any
#
include { return(GLITE_BASE_CONFIG_SITE) };
variable GLITE_BASE_CONFIG_SITE ?= null;
include GLITE_BASE_CONFIG_SITE;

# Default repository configuration template
variable PKG_REPOSITORY_CONFIG ?= 'repository/config';

0 comments on commit bc758d1

Please sign in to comment.