[elbe-devel] [PATCH v2 0/5] elbe pbuilder --profile option
Torben Hohn
torben.hohn at linutronix.de
Sat Feb 2 00:57:14 CET 2019
Allow to pass the build profile to be used in the
package build.
Changes since V1:
- install pbuilder from jessie-backports because we need it
for profiles support
- pass the profile via envvar (thats why the env_add patches are added)
Torben Hohn (5):
shellhelper: add env_add keyword arg to shellhelper.system()
asciidoclog: add env_add parameter to LogBase.do()
pbuilder: allow passing the buildprofile with --profile option
docs: add --profile option to elbe-control and elbe-pbuilder manpage
init: add pbuilder from jessie-backports to initvm
docs/elbe-control.txt | 3 +++
docs/elbe-pbuilder.txt | 3 +++
elbepack/asciidoclog.py | 4 ++--
elbepack/asyncworker.py | 5 +++--
elbepack/commands/control.py | 3 +++
elbepack/commands/pbuilder.py | 3 +++
elbepack/daemons/soap/esoap.py | 6 +++---
elbepack/elbeproject.py | 11 ++++++-----
elbepack/init/default-init.xml | 1 +
elbepack/pbuilderaction.py | 6 ++++--
elbepack/projectmanager.py | 4 ++--
elbepack/shellhelper.py | 10 +++++++---
elbepack/soapclient.py | 2 +-
examples/elbe-init-big-machine.xml | 1 +
14 files changed, 42 insertions(+), 20 deletions(-)
--
2.11.0
More information about the elbe-devel
mailing list