From: Eric Ball Date: Tue, 17 Sep 2019 18:35:05 +0000 (+0000) Subject: Merge "shell: ta-rpm-deploy: Cleanup stale duplicates dir" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=1da5ee09ea1dd8ca46c31eb6d8caeb07344bc657;hp=735d1cdb694403fd1c2b60a673d0aba8e7ef5545 Merge "shell: ta-rpm-deploy: Cleanup stale duplicates dir" --- diff --git a/jjb/shell/ta-rpm-deploy.sh b/jjb/shell/ta-rpm-deploy.sh index aa46e7a..bd31a4c 100644 --- a/jjb/shell/ta-rpm-deploy.sh +++ b/jjb/shell/ta-rpm-deploy.sh @@ -27,6 +27,7 @@ results_dir="$WORKSPACE/work/results" repo_name=`echo $WORKSPACE | awk -F '/' '{print $4}' | cut -d '-' -f2- | sed 's|\(.*\)-.*|\1|'` #Creating dirs to move duplicate RPMs/SRPMs to avoid re-upload and copy the changed RPMs/SRPMs +rm -rf "$results_dir/repo/duplicates" "$results_dir/src_repo/duplicates" mkdir "$results_dir/repo/duplicates" mkdir "$results_dir/src_repo/duplicates" mkdir -p "$arch_dir"