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
Tags 24.12.0-2
No related merge requests found
...@@ -58,8 +58,8 @@ for repo in ${REPOS[@]}; do ...@@ -58,8 +58,8 @@ for repo in ${REPOS[@]}; do
fi fi
echo ' -> Updating package branches' echo ' -> Updating package branches'
pkgs=($(git diff --name-only last-commit-processed.. | cut -d'/' -f1 | pkgs=($(git diff --name-only --no-renames last-commit-processed |
uniq)) cut -d'/' -f1 | uniq))
pkg_count=${#pkgs[@]} pkg_count=${#pkgs[@]}
if ((pkg_count)); then 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