quattor / template-library-grid

Template library for configuring EMI grid middleware services
5 stars 14 forks source link

WLCG repository name #118

Closed Pansanel closed 9 years ago

Pansanel commented 9 years ago

Hi,

In the repository/config/grid.pan, the repository name for WLCG is set to wlcg_x86_64 and only available for sl6. However, a SL5 version is also available:

Should we not use the following repo name: REPOSITORY_WLCG ?= 'wlcg_' + OS_VERSION_PARAMS['major'] + '_' + PKG_ARCH_DEFAULT; and later: SELF[length(SELF)] = REPOSITORY_WLCG;

(in fact, each repository name should be set by the site).

jouvin commented 9 years ago

@Pansanel Looks sensible, I'll see if I can do it before 15.4... or feel free to open a PR with your suggestion.

Pansanel commented 9 years ago

Ok, I will propose a PR on Wednesday.

Pansanel commented 9 years ago

See https://github.com/quattor/template-library-grid/pull/140