Move the container directory, containing the container definitions for all the test containers, to test/, where all the other test- related files are located (with the exception of `Schutzbot`). Use `test/build-container.sh` to build the container, instead of replicating that in `test-integration.sh`.
10 lines
442 B
Text
10 lines
442 B
Text
[brew]
|
|
name=brew
|
|
# This is the repository corresponding to the "brew-rhel-8-stage" tag, which contains
|
|
# the release engineering builds for the brew staging deployment. The 'latest' link
|
|
# is used instead of the repo id, because repos get re-created on demand.
|
|
# Based on information by Tomas Kopecek (thanks!)
|
|
baseurl=http://download.eng.bos.redhat.com/brewroot/repos/brew-rhel-8-stage/latest/x86_64/
|
|
enabled=1
|
|
gpgcheck=0
|
|
metadata_expire=60
|