27008e402a
A local yum repository, which contains a dummy .rpm package adding support for programs needed by the post-process phase, is created as part of the test. Since no libc is present, the empty.c program (which is a no-op) directly invokes the interrupt 0x80 to exit. The test works only on x86_64, it is skipped on other architectures. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
[test-repo]
|
|
name=test-repo
|
|
baseurl=file://%WHERE%/tests/compose/yum
|
|
enabled=1
|
|
gpgcheck=0
|
|
skip_if_unavailable=False
|