mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-15 03:27:39 -08:00
The ebuildtester script utilizes docker to create a stage3 container and install a particular portage tree atom to test the ebuild. The idea is similar to a tinderbox, but from a developer point of view to test a particular ebuild and its USE flags. Package-Manager: Portage-2.3.19, Repoman-2.3.6
13 lines
351 B
XML
13 lines
351 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>nicolas.bock@gentoo.org</email>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
</longdescription>
|
|
</pkgmetadata>
|