|
|
@ -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 $* |
|
|
|