Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise instructions surrounding CVMFSEXEC_REPOS #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flyn-org
Copy link
Contributor

Since ospool-ep.cfg looks like shell syntax, someone might assume this is correct:

CVMFSEXEC_REPOS="x y"

However, ospool-ep.cfg actually gets passed to the container utility using --env-file. Thus this is correct:

CVMFSEXEC_REPOS=x y

Be more clear about this.

Since ospool-ep.cfg looks like shell syntax, someone might assume this
is correct:

	CVMFSEXEC_REPOS="x y"

However, ospool-ep.cfg actually gets passed to the container utility
using --env-file. Thus this is correct:

	CVMFSEXEC_REPOS=x y

Be more clear about this.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
@matyasselmeci
Copy link
Contributor

Thanks for the PR, but I think it would be simpler to tell people to use commas (and update the comment in ospool-ep.cfg to match).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants