return
env = dict(
+ DISTRIBUTION=str(context.config.distribution),
+ RELEASE=context.config.release,
ARCHITECTURE=str(context.config.architecture),
SRCDIR="/work/src",
MKOSI_UID=str(INVOKING_USER.uid),
return
env = dict(
+ DISTRIBUTION=str(context.config.distribution),
+ RELEASE=context.config.release,
ARCHITECTURE=str(context.config.architecture),
BUILDROOT=str(context.root),
SRCDIR="/work/src",
return
env = dict(
+ DISTRIBUTION=str(context.config.distribution),
+ RELEASE=context.config.release,
ARCHITECTURE=str(context.config.architecture),
BUILDROOT=str(context.root),
DESTDIR="/work/dest",
return
env = dict(
+ DISTRIBUTION=str(context.config.distribution),
+ RELEASE=context.config.release,
ARCHITECTURE=str(context.config.architecture),
BUILDROOT=str(context.root),
OUTPUTDIR="/work/out",
return
env = dict(
+ DISTRIBUTION=str(context.config.distribution),
+ RELEASE=context.config.release,
ARCHITECTURE=str(context.config.architecture),
BUILDROOT=str(context.root),
OUTPUTDIR="/work/out",