From 8b09aea85a67b1017de69202380f6b0716e2b183 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Wed, 18 Dec 2013 18:40:43 +0000 Subject: cmdtests: Take into account new constructed artifacts --- tests.as-root/branch-from-image-works.script | 4 +- tests.as-root/metadata-includes-repo-alias.script | 10 +- ...run-in-artifact-with-different-artifacts.script | 6 +- ...run-in-artifact-with-different-artifacts.stderr | 2 +- ...run-in-artifact-with-different-artifacts.stdout | 32 +- tests.as-root/system-overlap.stdout | 2 +- tests.as-root/tarball-image-is-sensible.stdout | 30 +- tests.build/bootstrap-mode.script | 16 +- tests.build/bootstrap-mode.stdout | 11 +- tests.build/build-stratum-with-submodules.script | 4 +- tests.build/build-stratum-with-submodules.stdout | 4 - tests.build/build-system-autotools.script | 8 +- tests.build/build-system-autotools.stdout | 5 - tests.build/build-system-cmake.script | 8 +- tests.build/build-system-cmake.stdout | 6 - tests.build/build-system-cpan.script | 8 +- tests.build/build-system-cpan.stdout | 1 - tests.build/build-system-python-distutils.script | 8 +- tests.build/build-system-python-distutils.stdout | 4 - tests.build/build-system.script | 4 +- tests.build/build-system.stdout | 4 - tests.build/morphless-chunks.script | 8 +- tests.build/morphless-chunks.stdout | 5 - tests.build/prefix.script | 6 +- tests.build/rebuild-cached-stratum.script | 16 +- tests.build/rebuild-cached-stratum.stdout | 26 +- tests.build/stratum-overlap-writes-overlap.script | 6 +- tests.build/stratum-overlap-writes-overlap.stdout | 4 +- tests/show-dependencies.stdout | 1776 ++++++++++++++++++-- 29 files changed, 1809 insertions(+), 215 deletions(-) diff --git a/tests.as-root/branch-from-image-works.script b/tests.as-root/branch-from-image-works.script index 942301e8..c9d50bbb 100755 --- a/tests.as-root/branch-from-image-works.script +++ b/tests.as-root/branch-from-image-works.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Codethink Limited +# Copyright (C) 2013-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ tar -xf "$tar" -C "$extracted" get_sha1(){ sed -nre '/sha1/s/^.*([0-9a-f]{40}).*$/\1/p' "$1" } -hello_chunk_commit=$(get_sha1 "$extracted/baserock/hello.meta") +hello_chunk_commit=$(get_sha1 "$extracted/baserock/hello-bins.meta") # Make a commit so that petrifying from HEAD is detectable chunkrepo="$DATADIR/chunk-repo" diff --git a/tests.as-root/metadata-includes-repo-alias.script b/tests.as-root/metadata-includes-repo-alias.script index 511222e2..9e4a5d98 100755 --- a/tests.as-root/metadata-includes-repo-alias.script +++ b/tests.as-root/metadata-includes-repo-alias.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Codethink Limited +# Copyright (C) 2013-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -39,11 +39,11 @@ cd "$extracted/baserock" # Check for test:morphs in System and Stratum #grep -q -F -e test:morphs hello-tarball.meta # tarball bug -grep -q -F -e test:morphs hello-stratum.meta -grep -q -F -e test:morphs linux-stratum.meta +grep -q -F -e test:morphs hello-stratum-runtime.meta +grep -q -F -e test:morphs linux-stratum-runtime.meta # Check for test:kernel-repo in linux -grep -q -F -e test:kernel-repo linux.meta +grep -q -F -e test:kernel-repo linux-misc.meta # Check for test:chunk-repo in hello -grep -q -F -e test:chunk-repo hello.meta +grep -q -F -e test:chunk-repo hello-bins.meta diff --git a/tests.as-root/run-in-artifact-with-different-artifacts.script b/tests.as-root/run-in-artifact-with-different-artifacts.script index 0016b278..ff944af4 100755 --- a/tests.as-root/run-in-artifact-with-different-artifacts.script +++ b/tests.as-root/run-in-artifact-with-different-artifacts.script @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2012-2013 Codethink Limited +# Copyright (C) 2012-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ set -eu test:morphs master linux-system system=$(find "$DATADIR/cache/artifacts" -maxdepth 1 -name '*.system.*-rootfs') -chunk=$(find "$DATADIR/cache/artifacts" -maxdepth 1 -name '*.chunk.linux') +chunk=$(find "$DATADIR/cache/artifacts" -maxdepth 1 -name '*.chunk.linux-misc') stratum=$(find "$DATADIR/cache/artifacts" -maxdepth 1 \ - -name '*.stratum.linux-stratum') + -name '*.stratum.linux-stratum-runtime') # Run 'run-in-artifact' with the system artifact. echo "System:" diff --git a/tests.as-root/run-in-artifact-with-different-artifacts.stderr b/tests.as-root/run-in-artifact-with-different-artifacts.stderr index 6e9a5f8f..236954f8 100644 --- a/tests.as-root/run-in-artifact-with-different-artifacts.stderr +++ b/tests.as-root/run-in-artifact-with-different-artifacts.stderr @@ -1 +1 @@ -ERROR: Artifact TMP/cache/artifacts/ef470cc0efd6c64992198f9d224e4b68dc452528919e2b7cf3f10efa1b88541a.stratum.linux-stratum cannot be extracted or mounted +ERROR: Artifact TMP/cache/artifacts/4a8b7a698ae79f417b1ff1541b883bd9f99fdf287a0d1a4176e7353dbe51a5fa.stratum.linux-stratum-runtime cannot be extracted or mounted diff --git a/tests.as-root/run-in-artifact-with-different-artifacts.stdout b/tests.as-root/run-in-artifact-with-different-artifacts.stdout index 281ab109..7473990b 100644 --- a/tests.as-root/run-in-artifact-with-different-artifacts.stdout +++ b/tests.as-root/run-in-artifact-with-different-artifacts.stdout @@ -1,14 +1,32 @@ System: -hello-stratum.meta -hello.meta -linux-stratum.meta +hello-bins.meta +hello-devel.meta +hello-doc.meta +hello-libs.meta +hello-locale.meta +hello-misc.meta +hello-stratum-devel.meta +hello-stratum-runtime.meta +linux-bins.meta +linux-devel.meta +linux-doc.meta +linux-libs.meta +linux-locale.meta +linux-misc.meta +linux-stratum-devel.meta +linux-stratum-runtime.meta linux-system-rootfs.meta -linux.meta -tools-stratum.meta -tools.meta +tools-bins.meta +tools-devel.meta +tools-doc.meta +tools-libs.meta +tools-locale.meta +tools-misc.meta +tools-stratum-devel.meta +tools-stratum-runtime.meta Chunk: -linux.meta +linux-misc.meta Stratum: Failed diff --git a/tests.as-root/system-overlap.stdout b/tests.as-root/system-overlap.stdout index fe106ad9..f67d54c8 100644 --- a/tests.as-root/system-overlap.stdout +++ b/tests.as-root/system-overlap.stdout @@ -1,3 +1,3 @@ -foo-barqux-stratum foo-baz-stratum +foo-barqux-stratum-runtime foo-baz-stratum-runtime bin/foo bin/bar diff --git a/tests.as-root/tarball-image-is-sensible.stdout b/tests.as-root/tarball-image-is-sensible.stdout index c896c847..4141dee8 100644 --- a/tests.as-root/tarball-image-is-sensible.stdout +++ b/tests.as-root/tarball-image-is-sensible.stdout @@ -1,11 +1,29 @@ ./baserock/ -./baserock/hello-stratum.meta +./baserock/hello-bins.meta +./baserock/hello-devel.meta +./baserock/hello-doc.meta +./baserock/hello-libs.meta +./baserock/hello-locale.meta +./baserock/hello-misc.meta +./baserock/hello-stratum-devel.meta +./baserock/hello-stratum-runtime.meta ./baserock/hello-tarball-rootfs.meta -./baserock/hello.meta -./baserock/link-stratum.meta -./baserock/links.meta -./baserock/linux-stratum.meta -./baserock/linux.meta +./baserock/link-stratum-devel.meta +./baserock/link-stratum-runtime.meta +./baserock/links-bins.meta +./baserock/links-devel.meta +./baserock/links-doc.meta +./baserock/links-libs.meta +./baserock/links-locale.meta +./baserock/links-misc.meta +./baserock/linux-bins.meta +./baserock/linux-devel.meta +./baserock/linux-doc.meta +./baserock/linux-libs.meta +./baserock/linux-locale.meta +./baserock/linux-misc.meta +./baserock/linux-stratum-devel.meta +./baserock/linux-stratum-runtime.meta ./bin/ ./bin/hello* ./bin/true diff --git a/tests.build/bootstrap-mode.script b/tests.build/bootstrap-mode.script index 923fb21f..0ac66220 100755 --- a/tests.build/bootstrap-mode.script +++ b/tests.build/bootstrap-mode.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,11 +29,15 @@ set -eu test:morphs-repo master hello-system cd "$DATADIR/cache/artifacts" -echo "build-essential stratum:" -stratum=$(ls *.stratum.build-essential) -cat $stratum | sed 's/[a-f0-9]\{64\}/xxxx/g' -echo +echo "build-essential strata:" +for stratum in $(find . -regex '.*\.stratum\.build-essential-[^.]*$' | sort) +do + echo "$stratum" + sed 's/[a-f0-9]\{64\}/xxxx/g' "$stratum" + echo +done echo echo "hello-system:" system=$(ls *hello-system-rootfs) -tar tf "$system" | LC_ALL=C sort | sed '/^\.\/./s:^\./::' +tar tf "$system" | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' \ + | grep -v '^baserock' diff --git a/tests.build/bootstrap-mode.stdout b/tests.build/bootstrap-mode.stdout index 329cdd78..b59d0029 100644 --- a/tests.build/bootstrap-mode.stdout +++ b/tests.build/bootstrap-mode.stdout @@ -1,12 +1,11 @@ -build-essential stratum: -["xxxx.chunk.cc"] +build-essential strata: +./5bbfd4cb94017e7b72e20ee4f91a76bed8085aa96176cf87ecce54ec71d5ddae.stratum.build-essential-devel +["xxxx.chunk.cc-devel", "xxxx.chunk.cc-doc"] +./c8fe8efd4f8c6edcd309bb2cf0a308c93dfd905bbff64be98c5b07f350951fde.stratum.build-essential-runtime +["xxxx.chunk.cc-bins", "xxxx.chunk.cc-libs", "xxxx.chunk.cc-locale", "xxxx.chunk.cc-misc"] hello-system: ./ -baserock/ -baserock/hello-stratum.meta -baserock/hello-system-rootfs.meta -baserock/hello.meta etc/ etc/fstab etc/os-release diff --git a/tests.build/build-stratum-with-submodules.script b/tests.build/build-stratum-with-submodules.script index c3c00578..c996e769 100755 --- a/tests.build/build-stratum-with-submodules.script +++ b/tests.build/build-stratum-with-submodules.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -71,5 +71,5 @@ EOF test:morphs-repo master hello-system system=$(ls "$DATADIR/cache/artifacts/"*hello-system-rootfs) -tar tf $system | LC_ALL=C sort | sed '/^\.\/./s:^\./::' +tar tf $system | LC_ALL=C sort | sed '/^\.\/./s:^\./::' | grep -v '^baserock/' diff --git a/tests.build/build-stratum-with-submodules.stdout b/tests.build/build-stratum-with-submodules.stdout index bf9836d7..6dda5049 100644 --- a/tests.build/build-stratum-with-submodules.stdout +++ b/tests.build/build-stratum-with-submodules.stdout @@ -1,8 +1,4 @@ ./ -baserock/ -baserock/hello-stratum.meta -baserock/hello-system-rootfs.meta -baserock/parent.meta etc/ etc/fstab etc/os-release diff --git a/tests.build/build-system-autotools.script b/tests.build/build-system-autotools.script index c2171750..ba5cd32f 100755 --- a/tests.build/build-system-autotools.script +++ b/tests.build/build-system-autotools.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -52,7 +52,5 @@ git commit --quiet -m "Convert hello to an autotools project" for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do - echo "$chunk:" | sed 's/[^.]*//' - tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::' - echo -done + tar -tf "$chunk" +done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(bin|etc)' diff --git a/tests.build/build-system-autotools.stdout b/tests.build/build-system-autotools.stdout index 8077cac2..683441c9 100644 --- a/tests.build/build-system-autotools.stdout +++ b/tests.build/build-system-autotools.stdout @@ -1,8 +1,3 @@ -.chunk.hello: -./ -baserock/ -baserock/hello.meta bin/ bin/hello etc/ - diff --git a/tests.build/build-system-cmake.script b/tests.build/build-system-cmake.script index 00b9ed23..ab5186d7 100755 --- a/tests.build/build-system-cmake.script +++ b/tests.build/build-system-cmake.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,7 +53,5 @@ git commit --quiet -m "Convert hello to a cmake project" for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do - echo "$chunk:" | sed 's/[^.]*//' - tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::' - echo -done + tar -tf "$chunk" +done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(usr/)?(bin|etc)' diff --git a/tests.build/build-system-cmake.stdout b/tests.build/build-system-cmake.stdout index ccf80a86..3410b113 100644 --- a/tests.build/build-system-cmake.stdout +++ b/tests.build/build-system-cmake.stdout @@ -1,8 +1,2 @@ -.chunk.hello: -./ -baserock/ -baserock/hello.meta -usr/ usr/bin/ usr/bin/hello - diff --git a/tests.build/build-system-cpan.script b/tests.build/build-system-cpan.script index b1823eb5..f66d4027 100755 --- a/tests.build/build-system-cpan.script +++ b/tests.build/build-system-cpan.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -81,7 +81,5 @@ git commit -q -m "Set custom install prefix for hello" for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do - echo "$chunk:" | sed 's/[^.]*//' - tar -tf "$chunk" | LC_ALL=C sort | - sed -e '/^\.\/./s:^\./::' | grep -F "bin/hello" -done + tar -tf "$chunk" +done | LC_ALL=C sort | sed '/^\.\/./s:^\./::' | grep -F 'bin/hello' diff --git a/tests.build/build-system-cpan.stdout b/tests.build/build-system-cpan.stdout index 5cbe4c73..180e949b 100644 --- a/tests.build/build-system-cpan.stdout +++ b/tests.build/build-system-cpan.stdout @@ -1,2 +1 @@ -.chunk.hello: bin/hello diff --git a/tests.build/build-system-python-distutils.script b/tests.build/build-system-python-distutils.script index a0469528..e1dccb4b 100755 --- a/tests.build/build-system-python-distutils.script +++ b/tests.build/build-system-python-distutils.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -79,10 +79,8 @@ git commit -q -m "Set custom install prefix for hello" for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do - echo "$chunk:" | sed 's/[^.]*//' - tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::' - echo -done | + tar -tf "$chunk" +done | LC_ALL=C sort -u | sed '/^\.\/./s:^\./::' | grep -Ee '^(bin|lib)' | sed -e 's:^local/::' \ -e 's:lib/python2.[6-9]/:lib/python2.x/:' \ -e 's:/hello-0\.0\.0[^/]*\.egg-info$:/hello.egg-info/:' \ diff --git a/tests.build/build-system-python-distutils.stdout b/tests.build/build-system-python-distutils.stdout index 4d4abdbb..4d4c3a1e 100644 --- a/tests.build/build-system-python-distutils.stdout +++ b/tests.build/build-system-python-distutils.stdout @@ -1,7 +1,3 @@ -.chunk.hello: -./ -baserock/ -baserock/hello.meta bin/ bin/hello lib/ diff --git a/tests.build/build-system.script b/tests.build/build-system.script index 75b9d0d0..56d80735 100755 --- a/tests.build/build-system.script +++ b/tests.build/build-system.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,4 +24,4 @@ set -eu test:morphs-repo master hello-system system=$(ls "$DATADIR/cache/artifacts/"*hello-system-rootfs) -tar tf $system | LC_ALL=C sort | sed '/^\.\/./s:^\./::' +tar tf $system | LC_ALL=C sort | sed '/^\.\/./s:^\./::' | grep -v '^baserock/' diff --git a/tests.build/build-system.stdout b/tests.build/build-system.stdout index 3d5201ee..2e8270dc 100644 --- a/tests.build/build-system.stdout +++ b/tests.build/build-system.stdout @@ -1,8 +1,4 @@ ./ -baserock/ -baserock/hello-stratum.meta -baserock/hello-system-rootfs.meta -baserock/hello.meta bin/ bin/hello etc/ diff --git a/tests.build/morphless-chunks.script b/tests.build/morphless-chunks.script index c9294c3e..9a8b41dd 100755 --- a/tests.build/morphless-chunks.script +++ b/tests.build/morphless-chunks.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2013 Codethink Limited +# Copyright (C) 2012-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -44,7 +44,5 @@ git commit -q -m "Convert hello into an autodetectable chunk" for chunk in "$DATADIR/cache/artifacts/"*.chunk.* do - echo "$chunk:" | sed 's/[^.]*//' - tar -tf "$chunk" | LC_ALL=C sort | sed '/^\.\/./s:^\./::' - echo -done + tar -tf "$chunk" +done | cat >/dev/null # No files get installed apart from metadata diff --git a/tests.build/morphless-chunks.stdout b/tests.build/morphless-chunks.stdout index 22292c14..e69de29b 100644 --- a/tests.build/morphless-chunks.stdout +++ b/tests.build/morphless-chunks.stdout @@ -1,5 +0,0 @@ -.chunk.hello: -./ -baserock/ -baserock/hello.meta - diff --git a/tests.build/prefix.script b/tests.build/prefix.script index e9b8ecd2..ca9648c9 100755 --- a/tests.build/prefix.script +++ b/tests.build/prefix.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013 Codethink Limited +# Copyright (C) 2013-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -82,6 +82,6 @@ git commit -q -m "Update stratum" test:morphs-repo master hello-system cd "$DATADIR/cache/artifacts" -first_chunk=$(ls -1 *.chunk.xyzzy | cut -c -64) -second_chunk=$(ls -1 *.chunk.plugh | cut -c -64) +first_chunk=$(ls -1 *.chunk.xyzzy-* | head -n1 | cut -c -64) +second_chunk=$(ls -1 *.chunk.plugh-* | head -n1 | cut -c -64) cat $first_chunk.build-log $second_chunk.build-log diff --git a/tests.build/rebuild-cached-stratum.script b/tests.build/rebuild-cached-stratum.script index 306c16f2..0014e545 100755 --- a/tests.build/rebuild-cached-stratum.script +++ b/tests.build/rebuild-cached-stratum.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ cache="$DATADIR/cache/artifacts" git checkout --quiet farrokh && git checkout --quiet -b rebuild-cached-stratum) -# Make a branch in the morphs repo and modify the stratum to refer to +# Make a branch in the morphs repo and modify the stratum to refer to # the new chunk branch. (cd "$DATADIR/morphs-repo" && git checkout --quiet -b rebuild-cached-stratum && @@ -42,18 +42,18 @@ cache="$DATADIR/cache/artifacts" "$SRCDIR/scripts/test-morph" build-morphology \ test:morphs-repo rebuild-cached-stratum hello-system echo "first build:" -(cd "$cache" && ls *.chunk.* *hello-stratum | sed 's/^[^.]*\./ /' | - LC_ALL=C sort) +(cd "$cache" && ls *.chunk.* *hello-stratum-* | sed 's/^[^.]*\./ /' | + LC_ALL=C sort -u) # Change the chunk. -(cd "$DATADIR/chunk-repo" && - echo >> hello.c && +(cd "$DATADIR/chunk-repo" && + echo >> hello.c && git commit --quiet -am change) # Rebuild. "$SRCDIR/scripts/test-morph" build-morphology \ test:morphs-repo rebuild-cached-stratum hello-system echo "second build:" -(cd "$cache" && ls *.chunk.* *hello-stratum | sed 's/^[^.]*\./ /' | - LC_ALL=C sort) +(cd "$cache" && ls *.chunk.* *hello-stratum-* | sed 's/^[^.]*\./ /' | + LC_ALL=C sort -u) diff --git a/tests.build/rebuild-cached-stratum.stdout b/tests.build/rebuild-cached-stratum.stdout index eee106f5..9c53ee60 100644 --- a/tests.build/rebuild-cached-stratum.stdout +++ b/tests.build/rebuild-cached-stratum.stdout @@ -1,8 +1,22 @@ first build: - chunk.hello - stratum.hello-stratum + chunk.hello-bins + chunk.hello-devel + chunk.hello-doc + chunk.hello-libs + chunk.hello-locale + chunk.hello-misc + stratum.hello-stratum-devel + stratum.hello-stratum-devel.meta + stratum.hello-stratum-runtime + stratum.hello-stratum-runtime.meta second build: - chunk.hello - chunk.hello - stratum.hello-stratum - stratum.hello-stratum + chunk.hello-bins + chunk.hello-devel + chunk.hello-doc + chunk.hello-libs + chunk.hello-locale + chunk.hello-misc + stratum.hello-stratum-devel + stratum.hello-stratum-devel.meta + stratum.hello-stratum-runtime + stratum.hello-stratum-runtime.meta diff --git a/tests.build/stratum-overlap-writes-overlap.script b/tests.build/stratum-overlap-writes-overlap.script index ca06454b..fe4ed4ee 100755 --- a/tests.build/stratum-overlap-writes-overlap.script +++ b/tests.build/stratum-overlap-writes-overlap.script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011-2013 Codethink Limited +# Copyright (C) 2011-2014 Codethink Limited # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -27,9 +27,9 @@ cache="$DATADIR/cache/artifacts" "$SRCDIR/scripts/test-morph" build-morphology \ test:morphs-repo overlap hello-system > /dev/null "$SRCDIR/scripts/list-overlaps" groups \ - "$cache"/*.stratum.hello-stratum.overlaps | + "$cache"/*.stratum.hello-stratum-*.overlaps | while IFS='\n' read overlaps; do echo $overlaps "$SRCDIR/scripts/list-overlaps" list-files \ - "$cache"/*.stratum.hello-stratum.overlaps $overlaps + "$cache"/*.stratum.hello-stratum-*.overlaps $overlaps done diff --git a/tests.build/stratum-overlap-writes-overlap.stdout b/tests.build/stratum-overlap-writes-overlap.stdout index 40485659..1e36ca83 100644 --- a/tests.build/stratum-overlap-writes-overlap.stdout +++ b/tests.build/stratum-overlap-writes-overlap.stdout @@ -1,4 +1,4 @@ -overlap-foo-baz overlap-foobar overlap-fooqux +overlap-foo-baz-bins overlap-foobar-bins overlap-fooqux-bins bin/foo -overlap-foo-baz overlap-foobar +overlap-foo-baz-bins overlap-foobar-bins bin/bar diff --git a/tests/show-dependencies.stdout b/tests/show-dependencies.stdout index ab1453db..2c70d30a 100644 --- a/tests/show-dependencies.stdout +++ b/tests/show-dependencies.stdout @@ -1,100 +1,1680 @@ dependency graph for test-repo|master|xfce-system: test-repo|master|xfce-system|xfce-system-rootfs - -> test-repo|master|xfce-core|xfce-core - test-repo|master|xfce-core|xfce-core - -> test-repo|master|exo|exo - -> test-repo|master|garcon|garcon - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|libxfce4util|libxfce4util - -> test-repo|master|thunar|thunar - -> test-repo|master|tumbler|tumbler - -> test-repo|master|xfce4-appfinder|xfce4-appfinder - -> test-repo|master|xfce4-panel|xfce4-panel - -> test-repo|master|xfce4-session|xfce4-session - -> test-repo|master|xfce4-settings|xfce4-settings - -> test-repo|master|xfconf|xfconf - -> test-repo|master|xfdesktop|xfdesktop - -> test-repo|master|xfwm4|xfwm4 - test-repo|master|gtk-xfce-engine|gtk-xfce-engine - -> test-repo|master|garcon|garcon - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|xfconf|xfconf - test-repo|master|xfce4-appfinder|xfce4-appfinder - -> test-repo|master|garcon|garcon - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|xfconf|xfconf - test-repo|master|xfdesktop|xfdesktop - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|xfconf|xfconf - test-repo|master|xfwm4|xfwm4 - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|xfconf|xfconf - test-repo|master|xfce4-session|xfce4-session - -> test-repo|master|exo|exo - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|xfconf|xfconf - test-repo|master|xfce4-settings|xfce4-settings - -> test-repo|master|exo|exo - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|xfconf|xfconf - test-repo|master|xfce4-panel|xfce4-panel - -> test-repo|master|exo|exo - -> test-repo|master|garcon|garcon - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - test-repo|master|tumbler|tumbler - -> test-repo|master|gtk-stack|gtk-stack - test-repo|master|thunar|thunar - -> test-repo|master|exo|exo - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4ui|libxfce4ui - test-repo|master|garcon|garcon - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4util|libxfce4util - test-repo|master|exo|exo - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4util|libxfce4util - test-repo|master|libxfce4ui|libxfce4ui - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|xfconf|xfconf - test-repo|master|xfconf|xfconf - -> test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|libxfce4util|libxfce4util - test-repo|master|libxfce4util|libxfce4util - -> test-repo|master|gtk-stack|gtk-stack - test-repo|master|gtk-stack|gtk-stack - -> test-repo|master|cairo|cairo - -> test-repo|master|dbus-glib|dbus-glib - -> test-repo|master|dbus|dbus - -> test-repo|master|fontconfig|fontconfig - -> test-repo|master|freetype|freetype - -> test-repo|master|gdk-pixbuf|gdk-pixbuf - -> test-repo|master|glib|glib - -> test-repo|master|gtk|gtk - -> test-repo|master|pango|pango - test-repo|master|dbus-glib|dbus-glib - -> test-repo|master|dbus|dbus - -> test-repo|master|glib|glib - test-repo|master|dbus|dbus - test-repo|master|gtk|gtk - -> test-repo|master|cairo|cairo - -> test-repo|master|gdk-pixbuf|gdk-pixbuf - -> test-repo|master|glib|glib - -> test-repo|master|pango|pango - test-repo|master|gdk-pixbuf|gdk-pixbuf - -> test-repo|master|glib|glib - test-repo|master|glib|glib - test-repo|master|pango|pango - -> test-repo|master|fontconfig|fontconfig - -> test-repo|master|freetype|freetype - test-repo|master|cairo|cairo - test-repo|master|fontconfig|fontconfig - test-repo|master|freetype|freetype + -> test-repo|master|xfce-core|xfce-core-devel + -> test-repo|master|xfce-core|xfce-core-runtime + test-repo|master|xfce-core|xfce-core-runtime + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine-bins + -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine-libs + -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine-locale + -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine-misc + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + -> test-repo|master|thunar|thunar-bins + -> test-repo|master|thunar|thunar-libs + -> test-repo|master|thunar|thunar-locale + -> test-repo|master|thunar|thunar-misc + -> test-repo|master|tumbler|tumbler-bins + -> test-repo|master|tumbler|tumbler-libs + -> test-repo|master|tumbler|tumbler-locale + -> test-repo|master|tumbler|tumbler-misc + -> test-repo|master|xfce4-appfinder|xfce4-appfinder-bins + -> test-repo|master|xfce4-appfinder|xfce4-appfinder-libs + -> test-repo|master|xfce4-appfinder|xfce4-appfinder-locale + -> test-repo|master|xfce4-appfinder|xfce4-appfinder-misc + -> test-repo|master|xfce4-panel|xfce4-panel-bins + -> test-repo|master|xfce4-panel|xfce4-panel-libs + -> test-repo|master|xfce4-panel|xfce4-panel-locale + -> test-repo|master|xfce4-panel|xfce4-panel-misc + -> test-repo|master|xfce4-session|xfce4-session-bins + -> test-repo|master|xfce4-session|xfce4-session-libs + -> test-repo|master|xfce4-session|xfce4-session-locale + -> test-repo|master|xfce4-session|xfce4-session-misc + -> test-repo|master|xfce4-settings|xfce4-settings-bins + -> test-repo|master|xfce4-settings|xfce4-settings-libs + -> test-repo|master|xfce4-settings|xfce4-settings-locale + -> test-repo|master|xfce4-settings|xfce4-settings-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + -> test-repo|master|xfdesktop|xfdesktop-bins + -> test-repo|master|xfdesktop|xfdesktop-libs + -> test-repo|master|xfdesktop|xfdesktop-locale + -> test-repo|master|xfdesktop|xfdesktop-misc + -> test-repo|master|xfwm4|xfwm4-bins + -> test-repo|master|xfwm4|xfwm4-libs + -> test-repo|master|xfwm4|xfwm4-locale + -> test-repo|master|xfwm4|xfwm4-misc + test-repo|master|gtk-xfce-engine|gtk-xfce-engine-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|gtk-xfce-engine|gtk-xfce-engine-locale + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|gtk-xfce-engine|gtk-xfce-engine-libs + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|gtk-xfce-engine|gtk-xfce-engine-bins + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-appfinder|xfce4-appfinder-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-appfinder|xfce4-appfinder-locale + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-appfinder|xfce4-appfinder-libs + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-appfinder|xfce4-appfinder-bins + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfdesktop|xfdesktop-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfdesktop|xfdesktop-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfdesktop|xfdesktop-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfdesktop|xfdesktop-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfwm4|xfwm4-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfwm4|xfwm4-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfwm4|xfwm4-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfwm4|xfwm4-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-session|xfce4-session-misc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-session|xfce4-session-locale + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-session|xfce4-session-libs + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-session|xfce4-session-bins + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-settings|xfce4-settings-misc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-settings|xfce4-settings-locale + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-settings|xfce4-settings-libs + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-settings|xfce4-settings-bins + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-panel|xfce4-panel-misc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|xfce4-panel|xfce4-panel-locale + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|xfce4-panel|xfce4-panel-libs + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|xfce4-panel|xfce4-panel-bins + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|tumbler|tumbler-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|tumbler|tumbler-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|tumbler|tumbler-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|tumbler|tumbler-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|thunar|thunar-misc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|thunar|thunar-locale + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|thunar|thunar-libs + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|thunar|thunar-bins + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|xfce-core|xfce-core-devel + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine-devel + -> test-repo|master|gtk-xfce-engine|gtk-xfce-engine-doc + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|thunar|thunar-devel + -> test-repo|master|thunar|thunar-doc + -> test-repo|master|tumbler|tumbler-devel + -> test-repo|master|tumbler|tumbler-doc + -> test-repo|master|xfce4-appfinder|xfce4-appfinder-devel + -> test-repo|master|xfce4-appfinder|xfce4-appfinder-doc + -> test-repo|master|xfce4-panel|xfce4-panel-devel + -> test-repo|master|xfce4-panel|xfce4-panel-doc + -> test-repo|master|xfce4-session|xfce4-session-devel + -> test-repo|master|xfce4-session|xfce4-session-doc + -> test-repo|master|xfce4-settings|xfce4-settings-devel + -> test-repo|master|xfce4-settings|xfce4-settings-doc + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfdesktop|xfdesktop-devel + -> test-repo|master|xfdesktop|xfdesktop-doc + -> test-repo|master|xfwm4|xfwm4-devel + -> test-repo|master|xfwm4|xfwm4-doc + test-repo|master|gtk-xfce-engine|gtk-xfce-engine-doc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|gtk-xfce-engine|gtk-xfce-engine-devel + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-appfinder|xfce4-appfinder-doc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-appfinder|xfce4-appfinder-devel + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfdesktop|xfdesktop-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfdesktop|xfdesktop-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfwm4|xfwm4-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfwm4|xfwm4-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-session|xfce4-session-doc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-session|xfce4-session-devel + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-settings|xfce4-settings-doc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-settings|xfce4-settings-devel + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfce4-panel|xfce4-panel-doc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|xfce4-panel|xfce4-panel-devel + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|garcon|garcon-bins + -> test-repo|master|garcon|garcon-devel + -> test-repo|master|garcon|garcon-doc + -> test-repo|master|garcon|garcon-libs + -> test-repo|master|garcon|garcon-locale + -> test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|garcon|garcon-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|garcon|garcon-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|garcon|garcon-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|garcon|garcon-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|tumbler|tumbler-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|tumbler|tumbler-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|thunar|thunar-doc + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|thunar|thunar-devel + -> test-repo|master|exo|exo-bins + -> test-repo|master|exo|exo-devel + -> test-repo|master|exo|exo-doc + -> test-repo|master|exo|exo-libs + -> test-repo|master|exo|exo-locale + -> test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|libxfce4ui|libxfce4ui-misc + test-repo|master|exo|exo-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|exo|exo-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|exo|exo-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|exo|exo-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|libxfce4ui|libxfce4ui-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|libxfce4ui|libxfce4ui-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|libxfce4ui|libxfce4ui-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|libxfce4ui|libxfce4ui-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|garcon|garcon-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|garcon|garcon-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|exo|exo-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|exo|exo-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|libxfce4ui|libxfce4ui-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|libxfce4ui|libxfce4ui-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|xfconf|xfconf-bins + -> test-repo|master|xfconf|xfconf-devel + -> test-repo|master|xfconf|xfconf-doc + -> test-repo|master|xfconf|xfconf-libs + -> test-repo|master|xfconf|xfconf-locale + -> test-repo|master|xfconf|xfconf-misc + test-repo|master|xfconf|xfconf-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|xfconf|xfconf-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|xfconf|xfconf-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|xfconf|xfconf-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|xfconf|xfconf-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|xfconf|xfconf-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|libxfce4util|libxfce4util-misc + test-repo|master|libxfce4util|libxfce4util-misc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|libxfce4util|libxfce4util-locale + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|libxfce4util|libxfce4util-libs + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|libxfce4util|libxfce4util-bins + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|libxfce4util|libxfce4util-doc + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|libxfce4util|libxfce4util-devel + -> test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|gtk-stack|gtk-stack-runtime + test-repo|master|gtk-stack|gtk-stack-runtime + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|dbus-glib|dbus-glib-bins + -> test-repo|master|dbus-glib|dbus-glib-libs + -> test-repo|master|dbus-glib|dbus-glib-locale + -> test-repo|master|dbus-glib|dbus-glib-misc + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|gtk|gtk-bins + -> test-repo|master|gtk|gtk-libs + -> test-repo|master|gtk|gtk-locale + -> test-repo|master|gtk|gtk-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|dbus-glib|dbus-glib-misc + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|dbus-glib|dbus-glib-locale + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|dbus-glib|dbus-glib-libs + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|dbus-glib|dbus-glib-bins + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|gtk|gtk-misc + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|gtk|gtk-locale + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|gtk|gtk-libs + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|gtk|gtk-bins + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|gtk-stack|gtk-stack-devel + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|dbus-glib|dbus-glib-devel + -> test-repo|master|dbus-glib|dbus-glib-doc + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|gtk|gtk-devel + -> test-repo|master|gtk|gtk-doc + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + test-repo|master|dbus-glib|dbus-glib-doc + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|dbus-glib|dbus-glib-devel + -> test-repo|master|dbus|dbus-bins + -> test-repo|master|dbus|dbus-devel + -> test-repo|master|dbus|dbus-doc + -> test-repo|master|dbus|dbus-libs + -> test-repo|master|dbus|dbus-locale + -> test-repo|master|dbus|dbus-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|dbus|dbus-misc + test-repo|master|dbus|dbus-locale + test-repo|master|dbus|dbus-libs + test-repo|master|dbus|dbus-bins + test-repo|master|dbus|dbus-doc + test-repo|master|dbus|dbus-devel + test-repo|master|gtk|gtk-doc + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|gtk|gtk-devel + -> test-repo|master|cairo|cairo-bins + -> test-repo|master|cairo|cairo-devel + -> test-repo|master|cairo|cairo-doc + -> test-repo|master|cairo|cairo-libs + -> test-repo|master|cairo|cairo-locale + -> test-repo|master|cairo|cairo-misc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + -> test-repo|master|pango|pango-bins + -> test-repo|master|pango|pango-devel + -> test-repo|master|pango|pango-doc + -> test-repo|master|pango|pango-libs + -> test-repo|master|pango|pango-locale + -> test-repo|master|pango|pango-misc + test-repo|master|pango|pango-misc + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + test-repo|master|pango|pango-locale + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + test-repo|master|pango|pango-libs + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + test-repo|master|pango|pango-bins + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + test-repo|master|gdk-pixbuf|gdk-pixbuf-misc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|gdk-pixbuf|gdk-pixbuf-locale + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|gdk-pixbuf|gdk-pixbuf-libs + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|gdk-pixbuf|gdk-pixbuf-bins + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|cairo|cairo-misc + test-repo|master|cairo|cairo-locale + test-repo|master|cairo|cairo-libs + test-repo|master|cairo|cairo-bins + test-repo|master|gdk-pixbuf|gdk-pixbuf-doc + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|gdk-pixbuf|gdk-pixbuf-devel + -> test-repo|master|glib|glib-bins + -> test-repo|master|glib|glib-devel + -> test-repo|master|glib|glib-doc + -> test-repo|master|glib|glib-libs + -> test-repo|master|glib|glib-locale + -> test-repo|master|glib|glib-misc + test-repo|master|glib|glib-misc + test-repo|master|glib|glib-locale + test-repo|master|glib|glib-libs + test-repo|master|glib|glib-bins + test-repo|master|glib|glib-doc + test-repo|master|glib|glib-devel + test-repo|master|pango|pango-doc + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + test-repo|master|pango|pango-devel + -> test-repo|master|fontconfig|fontconfig-bins + -> test-repo|master|fontconfig|fontconfig-devel + -> test-repo|master|fontconfig|fontconfig-doc + -> test-repo|master|fontconfig|fontconfig-libs + -> test-repo|master|fontconfig|fontconfig-locale + -> test-repo|master|fontconfig|fontconfig-misc + -> test-repo|master|freetype|freetype-bins + -> test-repo|master|freetype|freetype-devel + -> test-repo|master|freetype|freetype-doc + -> test-repo|master|freetype|freetype-libs + -> test-repo|master|freetype|freetype-locale + -> test-repo|master|freetype|freetype-misc + test-repo|master|fontconfig|fontconfig-misc + test-repo|master|fontconfig|fontconfig-locale + test-repo|master|fontconfig|fontconfig-libs + test-repo|master|fontconfig|fontconfig-bins + test-repo|master|freetype|freetype-misc + test-repo|master|freetype|freetype-locale + test-repo|master|freetype|freetype-libs + test-repo|master|freetype|freetype-bins + test-repo|master|cairo|cairo-doc + test-repo|master|cairo|cairo-devel + test-repo|master|fontconfig|fontconfig-doc + test-repo|master|fontconfig|fontconfig-devel + test-repo|master|freetype|freetype-doc + test-repo|master|freetype|freetype-devel -- cgit v1.2.1