Commit Graph

5 Commits

Author SHA1 Message Date
clrbuilder
a249bf8bb1 Update packages file for version 19890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
19890
2017-12-26 21:57:22 -08:00
clrbuilder
b1d30f927e Update packages file for version 19880
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2017-12-26 21:57:06 -08:00
Icarus Sparry
56b23370bd Remove an extra layer of shell
As pointed out by Kai, I can avoid one level of shell wrapping. Mock
is already running this via "/bin/sh -c" (function doshell in
/usr/lib/python2.7/site-packages/mockbuild/util.py currently).

Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>
2017-12-24 12:47:13 -08:00
Icarus Sparry
f99b2de07e Add rootshell target and change shell to be unprivileged
Change the "make shell" command to invoke a shell as the "mockbuild"
user and starting in ~mockbuild. This is typically what you want when
you enter the build environment.

Add a new target, "rootshell", which gives the old behavior, a root
shell starting at /.

Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>
2017-12-23 14:40:53 -08:00
Patrick McCarty
c18abdb9db Initial import
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2017-12-22 22:51:05 -08:00