We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently specifying a new package required by Metalware requires that it should be:
added to bin/setup (for installation using yum in development);
bin/setup
yum
added to scripts/os/el7.sh (for installation using yum in production);
scripts/os/el7.sh
added to bin/install-ci-dependencies (for installation using apt-get in CI);
bin/install-ci-dependencies
apt-get
and there's also scripts/os/el6.sh for installing in production on EL6, which is not up-to-date (or used?).
scripts/os/el6.sh
This gives lots of scope for things getting inconsistent or out of sync; we should improve this.
The text was updated successfully, but these errors were encountered:
This issue can be addressed the next time a new dependency is added.
Sorry, something went wrong.
The same issue applies to https://github.com/alces-software/underware.
No branches or pull requests
Currently specifying a new package required by Metalware requires that it should be:
added to
bin/setup
(for installation usingyum
in development);added to
scripts/os/el7.sh
(for installation usingyum
in production);added to
bin/install-ci-dependencies
(for installation usingapt-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.
The text was updated successfully, but these errors were encountered: