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

Improve specifying Metalware dependencies #273

Open
bobwhitelock opened this issue Dec 20, 2017 · 2 comments
Open

Improve specifying Metalware dependencies #273

bobwhitelock opened this issue Dec 20, 2017 · 2 comments

Comments

@bobwhitelock
Copy link
Contributor

Currently specifying a new package required by Metalware requires that it should be:

  • added to bin/setup (for installation using yum in development);

  • added to scripts/os/el7.sh (for installation using yum in production);

  • added to bin/install-ci-dependencies (for installation using apt-get in CI);

and there's also scripts/os/el6.sh for installing in production on EL6, which is not up-to-date (or used?).

This gives lots of scope for things getting inconsistent or out of sync; we should improve this.

@WilliamMcCumstie
Copy link
Contributor

This issue can be addressed the next time a new dependency is added.

@bobwhitelock
Copy link
Contributor Author

The same issue applies to https://github.com/alces-software/underware.

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

No branches or pull requests

2 participants