Lines 2533-2539
def doebuild(myebuild,mydo,myroot,mysett
Link Here
|
2533 |
return unmerge(mysettings["CATEGORY"],mysettings["PF"],myroot,mysettings) |
2533 |
return unmerge(mysettings["CATEGORY"],mysettings["PF"],myroot,mysettings) |
2534 |
|
2534 |
|
2535 |
# if any of these are being called, handle them -- running them out of the sandbox -- and stop now. |
2535 |
# if any of these are being called, handle them -- running them out of the sandbox -- and stop now. |
2536 |
if mydo=="clean": |
2536 |
if mydo in ["clean","config"]: |
2537 |
logfile=None |
2537 |
logfile=None |
2538 |
if mydo in ["help","clean","setup"]: |
2538 |
if mydo in ["help","clean","setup"]: |
2539 |
return spawn(EBUILD_SH_BINARY+" "+mydo,mysettings,debug=debug,free=1,logfile=logfile) |
2539 |
return spawn(EBUILD_SH_BINARY+" "+mydo,mysettings,debug=debug,free=1,logfile=logfile) |