dailydeb should be able to install build-deps
Bug #460773 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builder |
Triaged
|
Medium
|
Unassigned |
Bug Description
To make a source package, the build deps for a package are needed.
I'd like to be able to build and upload packages in a schroot session.
This broadly needs:
bzr dailydeb to be invoked outside the schroot
the checkout and merges/nesting to be done
a custom function or parameters, to call basically 'schroot -u root -c
chroot -n session apt-get -y install [dependencies]'
Then the source-package build to be done by
schroot -c chroot -n session <whatever would have been called>
In this scenario the cwd is bind mounted into '.' in the chroot.
affects bzr-builder
done
--
To post a comment you must log in.
Hi,
So this would require a hook to install the build-dependencies though whatever
method, and then a configuration variable of how to invoke the build/sign/upload
commands so that you would be able to insert the prefix?
That sounds reasonable to me.
Thanks,
James