comparison test/test_readconfig.py @ 379:610b7e57f966

Changed the test for readconfig to allow the additional builder_cls option
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 21 Jun 2010 13:06:12 +0000
parents f06f707d9fda
children c1f3be727f9d
comparison
equal deleted inserted replaced
378:41226e427823 379:610b7e57f966
108 rules_svn_url="file:///tmp/my-debian-repository", 108 rules_svn_url="file:///tmp/my-debian-repository",
109 version_template="%(revision)s", 109 version_template="%(revision)s",
110 orig_tarball=("/home/builder/mill/" 110 orig_tarball=("/home/builder/mill/"
111 "tracks/extraargs/mytarball.tgz"), 111 "tracks/extraargs/mytarball.tgz"),
112 git_url="", 112 git_url="",
113 git_branch=""), 113 git_branch="",
114 builder_cls="PBuilder"),
114 dict(name="simple", 115 dict(name="simple",
115 base_dir="/home/builder/mill/tracks/simple", 116 base_dir="/home/builder/mill/tracks/simple",
116 changelog_msg_template=("Update to feature branch" 117 changelog_msg_template=("Update to feature branch"
117 " r%(revision)s"), 118 " r%(revision)s"),
118 deb_email="treepkg@example.com", 119 deb_email="treepkg@example.com",
129 svn_externals=[], 130 svn_externals=[],
130 svn_subset=[], 131 svn_subset=[],
131 svn_url="svn://example.com/simple/trunk", 132 svn_url="svn://example.com/simple/trunk",
132 version_template="1.0.svn%(revision)s", 133 version_template="1.0.svn%(revision)s",
133 git_url="", 134 git_url="",
134 git_branch="")]) 135 git_branch="",
136 builder_cls="PBuilder")])
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)