2024-04-15 08:31:51 +00:00
|
|
|
# Rocky Mock Configs
|
|
|
|
|
|
|
|
This repo contains mock configs (in templated form) for Rocky Linux and its
|
|
|
|
build roots. The use of these require a system that has mock installed from EPEL
|
|
|
|
or Fedora.
|
2024-04-15 16:26:57 +00:00
|
|
|
|
2024-06-19 19:18:17 +00:00
|
|
|
## Using the Mock Configuration
|
|
|
|
|
2024-04-15 16:26:57 +00:00
|
|
|
To deploy to your home directory, just run `bash deploy.sh`
|
2024-06-19 19:18:17 +00:00
|
|
|
|
|
|
|
To use a given configuration, you can use `mock -r rl-X-x86_64`, replacing X with
|
|
|
|
a version. Below are some examples.
|
|
|
|
|
|
|
|
* `mock -r rl-9-x86_64`
|
|
|
|
* `mock -r rl-9-i686`
|
|
|
|
* `mock -r rl-10-lookahead-x86_64`
|
|
|
|
* `mock -r rl-10-lookahead-aarch64`
|