Skip to content
Snippets Groups Projects
Commit 80f85837 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

svntogit: update script

parent ea7a38fe
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ for repo in ${REPOS[@]}; do
fi
echo ' -> Updating package branches'
pkgs=($(git diff --name-only last-commit-processed.. | cut -d'/' -f1 |
uniq))
pkgs=($(git diff --name-only --no-renames last-commit-processed |
cut -d'/' -f1 | uniq))
pkg_count=${#pkgs[@]}
if ((pkg_count)); then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment