From 9404317020ff0455cbfd3ca7976d546af823759b Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 7 Dec 2015 15:02:21 +0000 Subject: Remove support for definitions version 6 Change-Id: I603b5172902b5249874ea3bb90de59db5a908185 --- morphlib/artifactresolver_tests.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'morphlib/artifactresolver_tests.py') diff --git a/morphlib/artifactresolver_tests.py b/morphlib/artifactresolver_tests.py index 30f949c8..1ad9ba2d 100644 --- a/morphlib/artifactresolver_tests.py +++ b/morphlib/artifactresolver_tests.py @@ -19,10 +19,13 @@ import yaml import morphlib - default_split_rules = { - 'chunk': morphlib.artifactsplitrule.DEFAULT_CHUNK_RULES, - 'stratum': morphlib.artifactsplitrule.DEFAULT_STRATUM_RULES, +'chunk': [ + ('-bins', ['(usr/)?bin/.*']), + ('-devel', ['(usr/)?include/.*'])], +'stratum': [ + ('-devel', ['.*-devel', '.*-debug']), + ('-runtime', ['.*-bins', '.*'])] } -- cgit v1.2.1