Revision c13bf70a devflow/autopkg.py
b/devflow/autopkg.py | ||
---|---|---|
305 | 305 |
version_files = [] |
306 | 306 |
for _, pkg_info in config['packages'].items(): |
307 | 307 |
version_files.append(pkg_info['version_file']) |
308 |
ignore_regexp = "|".join(["^(%s)$" % vf for vf in version_files]) |
|
308 |
# Export version info to debuilg environment |
|
309 |
os.environ["DEB_DEVFLOW_DEBIAN_VERSION"] = debian_version |
|
309 | 310 |
build_cmd = "git-buildpackage --git-export-dir=%s"\ |
310 | 311 |
" --git-upstream-branch=%s --git-debian-branch=%s"\ |
311 | 312 |
" --git-export=INDEX --git-ignore-new -sa"\ |
Also available in: Unified diff