comparison test/test_readconfig.py @ 326:23be5ab5bc7c

Modified tests for Git
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 17 Mar 2010 13:38:37 +0000
parents 163f0d8b64eb
children dc079231a062
comparison
equal deleted inserted replaced
325:85b5667f543e 326:23be5ab5bc7c
106 svn_subset=[(".", False), ("subdir", True)], 106 svn_subset=[(".", False), ("subdir", True)],
107 svn_url="svn://example.com/extraargs/trunk", 107 svn_url="svn://example.com/extraargs/trunk",
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="",
113 git_branch=""),
112 dict(name="simple", 114 dict(name="simple",
113 base_dir="/home/builder/mill/tracks/simple", 115 base_dir="/home/builder/mill/tracks/simple",
114 changelog_msg_template=("Update to feature branch" 116 changelog_msg_template=("Update to feature branch"
115 " r%(revision)d"), 117 " r%(revision)d"),
116 deb_email="treepkg@example.com", 118 deb_email="treepkg@example.com",
125 root_cmd=['sudo'], 127 root_cmd=['sudo'],
126 signing_key_id="abcd1234", 128 signing_key_id="abcd1234",
127 svn_externals=[], 129 svn_externals=[],
128 svn_subset=[], 130 svn_subset=[],
129 svn_url="svn://example.com/simple/trunk", 131 svn_url="svn://example.com/simple/trunk",
130 version_template="1.0.svn%(revision)s")]) 132 version_template="1.0.svn%(revision)s",
133 git_url="",
134 git_branch="")])
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)