Переименован параметр

master3.3
Mike Khiretskiy il y a 10 ans
Parent 33b3c7dbc0
révision 76bb34a22a

@ -22,7 +22,7 @@ native_reps=,$(/usr/sbin/cl-core --method core_variables_show \
if echo $native_reps | grep -q ,${repo_name},
then
# отбновить репозиторий через утилиты Calculate
/usr/sbin/cl-core --method update $repo_name --sync on --skip-update-metadata --skip-eix-update --update-rev=off
/usr/sbin/cl-core --method update --rep $repo_name --sync-only on --skip-update-metadata --skip-eix-update --update-rev=off
else
# выполнить обновление через git
/usr/bin/git $*

@ -229,7 +229,7 @@ class VariableClUpdateSyncRep(Variable):
"""
type = "choice-list"
element = "selecttable"
opt = ["cl_update_sync_rep"]
opt = ["-r", "--rep"]
metavalue = "REPOSITORIES"
untrusted = True
@ -399,7 +399,7 @@ class VariableClUpdateSyncOnlySet(Variable):
"""
type = "bool"
value = "off"
opt = ["-s", "--sync"]
opt = ["-s", "--sync-only"]
def init(self):
self.label = _("Only synchronize repositories")

Chargement…
Annuler
Enregistrer