Изменён порядок репозиториев в сообщение update eix

master-3.5 3.5.1
vecāks d89445dd5c
revīzija 8d38cfe0c0

@ -37,7 +37,6 @@ from calculate.lib.cl_log import log
import re
import shutil
from collections import MutableSet
from update_tasks import EmergeMark
from calculate.lib.utils.git import Git, GitError, MTimeKeeper, NotGitError
from calculate.lib.utils.portage import (Layman, EmergeLog,

@ -1667,9 +1667,9 @@ class VariableClUpdateEixRepositories(ReadonlyVariable):
def get(self):
return ", ".join(
x.capitalize() for x in chain(
x.capitalize() for x in reversed(list(chain(
self.Get('update.cl_update_rep_name'),
self.Get('update.cl_update_other_rep_name')))
self.Get('update.cl_update_other_rep_name')))))
class VariableClUpdatePortageBinhost(ReadonlyVariable):

Notiek ielāde…
Atcelt
Saglabāt