From 68414e9ffe4c05a0a0e81734b80db61e2782937c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Oct 2011 13:09:11 -0700 Subject: tests/repoman: use layout.conf update-changelog --- pym/portage/tests/repoman/test_simple.py | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'pym') diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py index 172c22d93..68681b33f 100644 --- a/pym/portage/tests/repoman/test_simple.py +++ b/pym/portage/tests/repoman/test_simple.py @@ -42,6 +42,15 @@ class SimpleRepomanTestCase(TestCase): # $Header: $ """ % time.gmtime().tm_year + repo_configs = { + "test_repo": { + "layout.conf": + ( + "update-changelog = true", + ), + } + } + profiles = ( ("x86", "default/linux/x86/test_profile", "stable"), ) @@ -91,7 +100,8 @@ class SimpleRepomanTestCase(TestCase): ("flag", "Description of how USE='flag' affects packages"), ) - playground = ResolverPlayground(ebuilds=ebuilds, debug=debug) + playground = ResolverPlayground(ebuilds=ebuilds, + repo_configs=repo_configs, debug=debug) settings = playground.settings eprefix = settings["EPREFIX"] eroot = settings["EROOT"] @@ -128,13 +138,13 @@ class SimpleRepomanTestCase(TestCase): ("", git_cmd + ("commit", "-a", "-m", "add whole repo")), ("", cp_cmd + (test_ebuild, test_ebuild[:-8] + "2.ebuild")), ("", git_cmd + ("add", test_ebuild[:-8] + "2.ebuild")), - ("", repoman_cmd + ("commit", "--echangelog=y", "-m", "bump to version 2")), + ("", repoman_cmd + ("commit", "-m", "bump to version 2")), ("", cp_cmd + (test_ebuild, test_ebuild[:-8] + "3.ebuild")), ("", git_cmd + ("add", test_ebuild[:-8] + "3.ebuild")), - ("dev-libs", repoman_cmd + ("commit", "--echangelog=y", "-m", "bump to version 3")), + ("dev-libs", repoman_cmd + ("commit", "-m", "bump to version 3")), ("", cp_cmd + (test_ebuild, test_ebuild[:-8] + "4.ebuild")), ("", git_cmd + ("add", test_ebuild[:-8] + "4.ebuild")), - ("dev-libs/A", repoman_cmd + ("commit", "--echangelog=y", "-m", "bump to version 4")), + ("dev-libs/A", repoman_cmd + ("commit", "-m", "bump to version 4")), ) pythonpath = os.environ.get("PYTHONPATH") -- cgit v1.2.3-1-g7c22