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