|
Lines 1307-1312
Link Here
|
| 1307 |
print ">>> Recording",myfavkey,"in \"world\" favorites file..." |
1307 |
print ">>> Recording",myfavkey,"in \"world\" favorites file..." |
| 1308 |
emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Updating world file ("+y+")") |
1308 |
emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Updating world file ("+y+")") |
| 1309 |
portage.writedict(myfavdict,myroot+"var/cache/edb/world",writekey=0) |
1309 |
portage.writedict(myfavdict,myroot+"var/cache/edb/world",writekey=0) |
|
|
1310 |
os.system("sync"); |
| 1310 |
|
1311 |
|
| 1311 |
if ("noclean" not in portage.features) and (x[0] != "binary") and ("--fetchonly" not in myopts): |
1312 |
if ("noclean" not in portage.features) and (x[0] != "binary") and ("--fetchonly" not in myopts): |
| 1312 |
emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Post-Build Cleaning ("+y+")") |
1313 |
emergelog(" === ("+str(mergecount)+" of "+str(len(mymergelist))+") Post-Build Cleaning ("+y+")") |