rpm-ostree/tests/compose/test-repo.repo.in
Giuseppe Scrivano 27008e402a tests: Add test for compose
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>
2015-04-13 10:43:24 +02:00

7 lines
115 B
Plaintext

[test-repo]
name=test-repo
baseurl=file://%WHERE%/tests/compose/yum
enabled=1
gpgcheck=0
skip_if_unavailable=False