|
|
@ -1475,6 +1475,8 @@ class Britney:
|
|
|
|
extra = []
|
|
|
|
extra = []
|
|
|
|
nuninst_comp = self.get_nuninst()
|
|
|
|
nuninst_comp = self.get_nuninst()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output.write("recur: [%s] %s %d/%d\n" % (",".join(self.selected), "", len(packages), len(extra)))
|
|
|
|
|
|
|
|
|
|
|
|
while packages:
|
|
|
|
while packages:
|
|
|
|
pkg = packages.pop(0)
|
|
|
|
pkg = packages.pop(0)
|
|
|
|
output.write("trying: %s\n" % (pkg))
|
|
|
|
output.write("trying: %s\n" % (pkg))
|
|
|
|