From 184d2f97d2a2b5e678e936ee5687e6acca3def01 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 15 Apr 2021 16:52:54 +0200 Subject: [PATCH] jenkins-build-all: stop deleting previous builds results --- jenkins-build-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-build-all b/jenkins-build-all index e6bbeccc..ee6a9850 100755 --- a/jenkins-build-all +++ b/jenkins-build-all @@ -99,7 +99,7 @@ printf '\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\nbuild all with reproducible signatures for f in metadata/*/signatures/*; do appid=$(basename $(dirname $(dirname $f))) versionCode=$(basename $f) - rm -f repo/${appid}_*.* archive/${appid}_*.* unsigned/${appid}_*.* + rm -f repo/${appid}_${versionCode}*.* archive/${appid}_${versionCode}*.* unsigned/${appid}_${versionCode}*.* $WORKSPACE/fdroid build --verbose --latest --no-tarball ${appid}:$versionCode done