You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not dissable all repos every-time
It causes troubles when some other repositories are added by user or build system.
More at sclorg/s2i-base-container#148
* Use a better way to check whether subscription keys exist
* Use correct path for certificate inside the container to check whether the host is subscribed
* Do not enable repos when no are given
* Consider rhel-7-server-rpms and rhel-7-server-optional-rpms channels as default and enable them every time
DEFAULT_REPOS and SKIP_REPOS_ENABLE are intentionally undocumented, but might be used if we need to change this behaviour. Once we realize there are real use cases for using those variables, we should document them.
* Add some more messages to stdout and make variables really changeable.
* get rid of repos variable (thanks praiskup)
The documentation in
5.6/examples/replica/README.md
is a copy-paste of5.5/examples/replica/README.md
, but the replication strategies are different.5.5 uses binlog, and 5.6 uses GTID but that's not reflected in the documentation.
The text was updated successfully, but these errors were encountered: