From 66cab5086592dd48fff9295193fd23289d25cfc1 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Tue, 3 Jun 2014 15:33:42 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D1=8B=D0=B7=D0=BE=D0=B2=20=D1=87=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=B7=20git-wrapper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/cl-git-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/cl-git-wrapper b/data/cl-git-wrapper index 8728c8b..d945d0a 100755 --- a/data/cl-git-wrapper +++ b/data/cl-git-wrapper @@ -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-only on --skip-update-metadata --skip-eix-update --update-rev=off + /usr/sbin/cl-core --method update $repo_name --sync on --skip-update-metadata --skip-eix-update --update-rev=off else # выполнить обновление через git /usr/bin/git $*