- Package:
- qemubuilder
- Source:
- cowdancer
- Description:
- pbuilder using QEMU as backend
- Submitter:
- Johannes Schauer
- Date:
- 2015-02-04 09:51:23 UTC
- Severity:
- normal
the directory for BUILDPLACE is created if it doesnt exist. if the BUILDRESULT directory doesnt exist it is not created and not even an error is thrown when qemubuilder tries to copy the debs there. if not existent, BUILDRESULT should be created.
Here's a patch that fixes the issue.
Please disregard the previous patch; it created the directory if it didn't exist, but would fail if it existed already. This should work fine, unless a file with the same name as the directory exists already.
Hi, I think we should error out, because the default permissions for BUILDRESULT isn't obvious. (for pbuilder case) and I have a feeling that we should mirror that for qemubuilder. At Thu, 16 Sep 2010 18:49:01 +0200, Johannes Schauer wrote:
Hi, I think we should error out, because the default permissions for BUILDRESULT isn't obvious. (for pbuilder case) and I have a feeling that we should mirror that for qemubuilder. At Thu, 16 Sep 2010 18:49:01 +0200, Johannes Schauer wrote: