mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 15:41:09 +00:00
backportpackage: Use absolute path of workdir when test-building.
This commit is contained in:
parent
2f17d27ca7
commit
754b3128a3
@ -245,6 +245,8 @@ def do_build(workdir, dsc, release, builder, update):
|
||||
if 0 != builder.update(release):
|
||||
sys.exit(1)
|
||||
|
||||
# builder.build is going to chdir to buildresult:
|
||||
workdir = os.path.realpath(workdir)
|
||||
return builder.build(os.path.join(workdir, dsc),
|
||||
release,
|
||||
os.path.join(workdir, "buildresult"))
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -30,6 +30,7 @@ ubuntu-dev-tools (0.131) UNRELEASED; urgency=low
|
||||
- Use wget-style progress bar (fixed width) (LP: #845787)
|
||||
* Bump python-debian B-D and Depends to 0.1.20 for unicode Changelog
|
||||
reading.
|
||||
* backportpackage: Use absolute path of workdir when test-building.
|
||||
|
||||
[ Colin Watson ]
|
||||
* syncpackage: Fix typo.
|
||||
|
Loading…
x
Reference in New Issue
Block a user